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 - Code completion: Use parameter names, when no variable in context found
Summary: Code completion: Use parameter names, when no variable in context found
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 18:43 UTC by markiewb
Modified: 2012-08-27 22:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Example (38.37 KB, image/png)
2012-05-18 18:43 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
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.