[
https://issues.apache.org/jira/browse/NETBEANS-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Netbeans User 2019 updated NETBEANS-4376:
-----------------------------------------
Comment: was deleted
(was: But I guess this is not in Format to set. In any case it is not so safe
as ordinal value will be changed. But maybe new option like "order lines" could
be added.)
> Organize members does not sort nested enums
> -------------------------------------------
>
> Key: NETBEANS-4376
> URL: https://issues.apache.org/jira/browse/NETBEANS-4376
> Project: NetBeans
> Issue Type: Bug
> Components: editor - Formatting & Indentation
> Affects Versions: 12.0
> Environment: Netbeans: 12.0 beta 5
> OS: Windows 7 x64
> Java: OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
> Active plugins: HTML5 1.24, Java SE 1.43, Tools 3.92.0.2, PHP 1.70, Service
> Registry 1.35
> Inactive plugins: JavaFX 2 1.25, Java Web and EE 1.33, Developing NetBeans
> 1.38, Groovy 1.4, Base IDE 1.0
> Reporter: David Kleszyk
> Priority: Trivial
> Attachments: nb-configuration.xml,
> org-netbeans-modules-editor-settings-CustomPreferences.xml, pom.xml
>
>
> When 'Sort Members in Groups Alphabetically' is checked, nested enums are not
> sorted.
> For example, the following code is not re-organized:
> {code:java}
> public class Test
> {
> public enum Foo
> {
> FOO;
> }
> public enum Bar
> {
> BAR;
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists