Skip to content

Commit

Permalink
[NO JIRA] Fix Quality Flaws: S128 Switch cases should end with an unc…
Browse files Browse the repository at this point in the history
…onditional "break" statement
  • Loading branch information
alban-auzeill committed Oct 14, 2024
1 parent e01ef16 commit c773ef4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void visitNode(Tree tree) {
if (checkOnlyLong) {
return;
}
// fall through
case LONG:
reportIssue(tree, "Upper-case this literal \"" + suffix + "\" suffix.");
break;
Expand Down

0 comments on commit c773ef4

Please sign in to comment.