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 198469

Summary: Follow order of fields for generating Getters & Setters
Product: java Reporter: Tomas Mysik <tmysik>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Mysik 2011-05-10 09:45:18 UTC
It would be nice if the order of Getters & Setters could be the same as for fields. Usually, fields are somehow logically grouped and it would be fine if it the same order could be preserved for their Getters & Setters.

Thanks.
Comment 1 Dusan Balek 2012-02-21 12:50:42 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/9f4bc6651cc2
Comment 2 Quality Engineering 2012-02-22 11:01:43 UTC
Integrated into 'main-golden', will be available in build *201202220400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9f4bc6651cc2
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #198469: Follow order of fields for generating Getters & Setters - fixed.