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

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

     [ https://issues.apache.org/jira/browse/NETBEANS-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton V. Kirilchik resolved NETBEANS-236.
-----------------------------------------
       Resolution: Cannot Reproduce
         Assignee: Gili
    Fix Version/s: 9.0

Could you check it again, Gili?

> 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 &amp; Indentation
>    Affects Versions: 8.2
>         Environment: build 152
>            Reporter: Gili
>            Assignee: Gili
>            Priority: Major
>             Fix For: 9.0
>
>
> 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
(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