Files
codeql/java/ql/test/query-tests/ContinueInFalseLoop/ContinueInFalseLoop.expected
Anders Schack-Mulligen 3462624995 Java: Add test.
2019-10-23 16:24:26 +02:00

4 lines
427 B
Plaintext

| A.java:14:9:14:17 | stmt | This 'continue' never re-runs the loop - the $@ is always false. | A.java:17:14:17:18 | false | loop condition |
| A.java:54:11:54:19 | stmt | This 'continue' never re-runs the loop - the $@ is always false. | A.java:57:16:57:20 | false | loop condition |
| A.java:79:9:79:17 | stmt | This 'continue' never re-runs the loop - the $@ is always false. | A.java:82:14:82:18 | false | loop condition |