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 153576 - Prepend 'this.' to field accesses
Summary: Prepend 'this.' to field accesses
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 20:28 UTC by entonio
Modified: 2009-02-03 10:57 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 entonio 2008-11-20 20:28:31 UTC
It would be *great* if the IDE could prepend 'this.' to instance variable names. It shouldn't be automatic, of course,
just an option while formatting (as is 'generate braces'). This could be configured for variables and methods
separately. Also, for static members, the class name could be prepended.
Comment 1 Rastislav Komara 2009-02-03 10:57:00 UTC
Overtake.