Arunava Sinha created NETBEANS-4235:
---------------------------------------

             Summary: Formatting Issue in Records 
                 Key: NETBEANS-4235
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4235
             Project: NetBeans
          Issue Type: Bug
          Components: java - Editor
    Affects Versions: 11.3
            Reporter: Arunava Sinha
            Assignee: Arunava Sinha


Formatting of below code snippet is not proper in Jdk-14/jdk-15

public record Rec1{}

 

expected output

public record Rec1{

}

actual output

public record Rec1{

        }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to