mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +02:00
3 lines
254 B
Plaintext
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. |
|