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 219664

Summary: Code completion should lookup for items in classes which contain the target type in their names
Product: java Reporter: markiewb
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Actual state of code completion

Description markiewb 2012-10-07 15:17:10 UTC
[ JDK VERSION : 1.6.35 ]

Code completion should lookup for items in classes which contain the target 
type in their names.

For example

JPanel p=new JPanel();
p.setBorder(<<CC here>>);

EXPECTED: The code completion popup should show items like
BorderFactory.createEmptyBorder()
BorderFactory.createCompoundBorder()
...

See screenshot
Comment 1 markiewb 2012-10-07 15:18:09 UTC
Created attachment 125536 [details]
Actual state of code completion