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

ARUNAVA SINHA resolved NETBEANS-3082.
-------------------------------------
    Resolution: Fixed

> Formatting issue on use of Switch-Expression
> --------------------------------------------
>
>                 Key: NETBEANS-3082
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3082
>             Project: NetBeans
>          Issue Type: Improvement
>    Affects Versions: 11.1
>            Reporter: ARUNAVA SINHA
>            Assignee: ARUNAVA SINHA
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Suppose We have below  Code Snippet
>  
> int a = switch(1)
> { default : yield 1 };
> System.out.println(a);
>  
> Expressions/Statements used after Switch-Expression are getting wrongly 
> indented.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to