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 118633 - [60cat] "this" object as a candidate for method arg auto-populate
Summary: [60cat] "this" object as a candidate for method arg auto-populate
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 23:32 UTC by benatidc
Modified: 2007-12-27 17:45 UTC (History)
0 users

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 benatidc 2007-10-11 23:32:24 UTC
[ BUILD # : 200710100000 ]
[ JDK VERSION : 1.6.0_03 ]

When typing the code to call a method in the editor, it
auto-populates arguments for that method based on what would fit, and
if none exist, it seems to put a default variable name. Sometimes,
the implicit "this" object would fit, but it is not currently used as
a candidate for this auto-populate feature. It would be nice if it
was, even as a lowest priority.
Comment 1 Jiri Prox 2007-10-12 07:56:33 UTC
yes, this would be helpful, it very common usecase