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

Summary: [60cat] "this" object as a candidate for method arg auto-populate
Product: java Reporter: benatidc <benatidc>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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