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 209623 - JavaFX 2 code completion provides generic names for method parameters. E.g. arg0, arg1, arg2.
Summary: JavaFX 2 code completion provides generic names for method parameters. E.g. a...
Status: RESOLVED DUPLICATE of bug 207874
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal with 3 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 16:09 UTC by Sergey Grinev
Modified: 2012-03-30 14:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
code completion screenshot (40.74 KB, image/png)
2012-03-15 16:09 UTC, Sergey Grinev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Grinev 2012-03-15 16:09:58 UTC
Created attachment 116767 [details]
code completion screenshot

E.g. creating RadialGradient will shows not useful names in code completion (see screenshot) and produce next code:

new RadialGradient(arg0, arg1, arg2, arg3, arg4, true, CycleMethod.REPEAT, null);
Comment 1 Dusan Balek 2012-03-30 14:59:13 UTC
Should be fixed in current dev build.

*** This bug has been marked as a duplicate of bug 207874 ***