Skip to content

[NETBEANS-3082]: Fixed formatting issue happening on use of Switch-Ex…#1499

Merged
geertjanw merged 1 commit intoapache:masterfrom
arusinha-zz:netbeans-3082
Sep 14, 2019
Merged

[NETBEANS-3082]: Fixed formatting issue happening on use of Switch-Ex…#1499
geertjanw merged 1 commit intoapache:masterfrom
arusinha-zz:netbeans-3082

Conversation

@arusinha-zz
Copy link
Copy Markdown

…pression

Jira Link: https://issues.apache.org/jira/browse/NETBEANS-3082
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.

@geertjanw
Copy link
Copy Markdown
Member

Thanks, merging.

@geertjanw geertjanw merged commit f5c28b0 into apache:master Sep 14, 2019
@junichi11 junichi11 added the Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) label Sep 14, 2019
@junichi11 junichi11 added this to the 11.2 milestone Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants