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 124153

Summary: Remove "arg0". "arg1" from parameter popup if names are unknown.
Product: java Reporter: mgrev <mgrev>
Component: SourceAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker CC: tor
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mgrev 2007-12-17 18:02:31 UTC
I suggest that you remove the "arg0", "arg1" parameters from the parameter popup. If the source code is mounted the
correct names are used and the names are very helpful. However, the generic schematic "arg0,1,2" and so on only clutters
and confuses.

(float, String) 

looks cleaner and conveys the fact that the names is unknown better than:

(float arg0, String arg1)
Comment 1 Torbjorn Norbye 2007-12-17 18:04:40 UTC
Good idea. See also issue 123913 which suggests including a link to explain how to resolve the problem.