You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Michael Bien (Jira)" <ji...@apache.org> on 2022/10/09 10:58:00 UTC

[jira] [Resolved] (NETBEANS-6129) Extra space in try with resources without nb-javac

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

Michael Bien resolved NETBEANS-6129.
------------------------------------
    Fix Version/s: 16
       Resolution: Fixed

fixed via https://github.com/apache/netbeans/pull/4648

> Extra space in try with resources without nb-javac
> --------------------------------------------------
>
>                 Key: NETBEANS-6129
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6129
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Formatting &amp; Indentation
>    Affects Versions: 12.5, 13
>            Reporter: Dominik DerwiƄski
>            Priority: Minor
>             Fix For: 16
>
>
> Automatic formatting adds a space for try with resources if nb-javac is not installed:
> {code:java}
> try ( MyType myObject = new MyType()) {
> }
> {code}
> Once nb-javac is installed the space goes away:
> {code:java}
> try (MyType myObject = new MyType()) {
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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