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

Summary: JavaFX 2 code completion provides generic names for method parameters. E.g. arg0, arg1, arg2.
Product: java Reporter: Sergey Grinev <sergius>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: KamilT, mrkam
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: code completion screenshot

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 ***