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

[jira] [Created] (NETBEANS-236) Incorrect brace spacing in try-with-resources

Gili created NETBEANS-236:
-----------------------------

             Summary: Incorrect brace spacing in try-with-resources
                 Key: NETBEANS-236
                 URL: https://issues.apache.org/jira/browse/NETBEANS-236
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Formatting & Indentation
    Affects Versions: 8.2
         Environment: build 152
            Reporter: Gili


Given:

{{try (Session session = scope.getSession())}}

Invoking code-format results in:

{{try ( Session session = scope.getSession())}}

in spite of the fact that the IDE is configured not to insert a space inside the parenthesis.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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