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 - provide control on where to put generated getters and setters
Summary: provide control on where to put generated getters and setters
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: 2009-03-03 08:19 UTC by kretes
Modified: 2009-03-03 08:19 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 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'