You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Peter Nabbefeld (JIRA)" <ji...@apache.org> on 2018/06/17 06:14:00 UTC

[jira] [Created] (NETBEANS-964) Incorrect formatting for constructor calls in array definition

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