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.
Added the utility class, CodeStyleUtils, to compute getter/setter names and add prefix/suffix to names in a way that complies with the rules specified in CodeStyle.
Created attachment 133686 [details] Proposed API change
Created attachment 133687 [details] Usage of the new API This patch shows the usages from the modules; beans, java.editor, java.source, refactoring.java. It adds support for prefix/suffix in Code Generation, Code Completion, Hints and Refactoring.
Please review the proposed changes.
If there are no comments, I will integrate tomorrow.
Fixed in jet-main 80f139ccdada
Integrated into 'main-golden', will be available in build *201305021042* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-golden/rev/80f139ccdada User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org> Log: #228870 - New API to support CodeStyle's prefix/suffix #65315 #81243 #224242 - Use CodeStyle's prefix and suffix configuration