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

[jira] [Resolved] (NETBEANS-778) Formatting issue with var declaration statement

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

vikas kumar prabhakar resolved NETBEANS-778.
--------------------------------------------
    Resolution: Fixed

Issue is fixed and merged into GitHub master and relese09 branch

> Formatting issue with var declaration statement
> -----------------------------------------------
>
>                 Key: NETBEANS-778
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-778
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: vikas kumar prabhakar
>            Assignee: vikas kumar prabhakar
>            Priority: Minor
>              Labels: JDK10-LVTI
>         Attachments: Java_Format_issue.txt
>
>
> Issue details:
> Before Formatting:
> {                 final               int      i      =      0;                
>                   final               var     v     =      0;
> }
>  
> After Formatting (ALT+SHIFT+F):
> {      final int i = 0;      final            var       v      =     0; }



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