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 159486

Summary: provide control on where to put generated getters and setters
Product: java Reporter: kretes <kretes>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description kretes 2009-03-03 08:19:51 UTC
Right now they go defaultly just next to the field for which they are generated.
There should be a way to specify generator to put them at the end of the file, or 'after method zzzzz'