We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4aed9 commit 778ad00Copy full SHA for 778ad00
src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
@@ -574,10 +574,12 @@ compiler.err.constant.label.not.compatible=\
574
constant label of type {0} is not compatible with switch selector type {1}
575
576
compiler.err.flows.through.to.pattern=\
577
- illegal fall-through to a pattern
+ illegal fall-through to a pattern\n\
578
+ (the previous case label is missing a break)
579
580
compiler.err.flows.through.from.pattern=\
- illegal fall-through from a pattern
581
+ illegal fall-through from a pattern\n\
582
+ (the current case label is missing a break)
583
584
compiler.err.invalid.case.label.combination=\
585
invalid case label combination
0 commit comments