Peter Nabbefeld created NETBEANS-964:
----------------------------------------

             Summary: Incorrect formatting for constructor calls in array 
definition
                 Key: NETBEANS-964
                 URL: https://issues.apache.org/jira/browse/NETBEANS-964
             Project: NetBeans
          Issue Type: Bug
          Components: java - Editor
    Affects Versions: 9.0
         Environment: Linux; Release build 316
            Reporter: Peter Nabbefeld


When creating an array of objects constructed in place, the constructor 
parameters are not indented:


    private static final TestData[] TEST_DATA = new TestData[]{
        new TestData(
        "11111111111100001111111100001111",
        "11110000111111100001111111111111",
        false, false, 16L, 50L, 16L, 8L
        ),



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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