You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "David Kleszyk (Jira)" <ji...@apache.org> on 2020/05/27 13:06:00 UTC

[jira] [Created] (NETBEANS-4376) Organize members does not sort nested enums

David Kleszyk created NETBEANS-4376:
---------------------------------------

             Summary: 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 &amp; 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
         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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists