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 192403 - Please add a hint for non-standard order of identifiers (public, static, final, ...)
Summary: Please add a hint for non-standard order of identifiers (public, static, fina...
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 12:57 UTC by converginglight
Modified: 2016-07-10 19:04 UTC (History)
2 users (show)

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 converginglight 2010-11-24 12:57:25 UTC
Please add a hint for non-standard order of identifiers (public, static, final, ...)

Such hint would display a warning for following examples:

1) final public class ... -> "Convert to more common order 'public final'"
2) private final static ... -> "Convert to more common order 'private static final'"

Thank you.
Comment 1 mprentice 2014-03-05 20:58:44 UTC
Please conform to the ordering used by Checkstyle, found here: http://checkstyle.sourceforge.net/config_modifier.html
Comment 2 Martin Balin 2016-07-07 07:31:44 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 markiewb 2016-07-10 19:04:33 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)