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 212716

Summary: Code completion: Use parameter names, when no variable in context found
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: Example

Description markiewb 2012-05-18 18:43:32 UTC
Created attachment 119625 [details]
Example

Use parameter names, when no variable in context found.

For example: Type "Collections.disjoi|", let it code complete. The arguments of the call are "Collection.disjoint(null, null)". Which is not very usable.

See screenshot.