This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 87828

Summary: [Smart Completion] Offer known return type when declaring an assignment
Product: java Reporter: Jiri Rechtacek <jrechtacek>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Rechtacek 2006-10-24 09:58:49 UTC
I have already wrote a right side of assignment, e.g. myDialog.getFilenameFilter();
Now I want to create a new field for the filter and write prefix of return type
and invoke smart completion e.g. Fi<Ctrl-SHift-Space> (Completion says No
suggestion.)
Smart Completion should bid the known return type e.g. FilenameFilter.