Files
codeql/java/ql/test/query-tests/Declarations/BreakInSwitchCase.expected
2018-08-30 10:48:05 +01:00

3 lines
254 B
Plaintext

| Test.java:14:4:14:10 | stmt | Switch case may fall through to the next case. Use a break or return to terminate this case. |
| Test.java:20:4:20:10 | stmt | Switch case may fall through to the next case. Use a break or return to terminate this case. |