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 208503

Summary: API review: Enhance CodeStyle to support customization of the generated class members order
Product: java Reporter: Dusan Balek <dbalek>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Proposed patch

Description Dusan Balek 2012-02-16 12:24:07 UTC
Add CodeStyle.getClassMemberGroups, CodeStyle.getClassMemberInsertionPoint to support customization of the generated class members order (see Issue 200938, and Issue 201601).
Add CodeStyle.wrapAfterDotInChainedMethodCalls, CodeStyle.getBlankLinesAfterAnonymousClassHeader, CodeStyle.spaceAroundAnnotationValueAssignOps to support minor formatting enhancements (see Issue 131227, and Issue 192629).
Comment 1 Dusan Balek 2012-02-16 12:31:36 UTC
Created attachment 115813 [details]
Proposed patch
Comment 2 Dusan Balek 2012-02-21 14:40:32 UTC
Integrated into jet-main.

http://hg.netbeans.org/jet-main/rev/94b56d860bca
Comment 3 Quality Engineering 2012-02-22 11:00:54 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/94b56d860bca
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #208503: API review: Enhance CodeStyle to support customization of the generated class members order - fixed.