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 - Remove "arg0". "arg1" from parameter popup if names are unknown.
Summary: Remove "arg0". "arg1" from parameter popup if names are unknown.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-17 18:02 UTC by mgrev
Modified: 2013-09-02 14:22 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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