mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
2 lines
206 B
Plaintext
2 lines
206 B
Plaintext
| InfiniteLoop.java:4:13:4:36 | for (...;...;...) | Loop might not terminate, as termination depends in part on $@ being false but it is always true. | InfiniteLoop.java:4:27:4:30 | ... < ... | this test |
|