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

Summary: Prepend 'this.' to field accesses
Product: java Reporter: entonio <entonio>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.