You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ARUNAVA SINHA (Jira)" <ji...@apache.org> on 2019/09/15 06:23:00 UTC

[jira] [Resolved] (NETBEANS-3082) Formatting issue on use of Switch-Expression

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