mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
5 lines
471 B
Plaintext
5 lines
471 B
Plaintext
| BadCheckOdd.cs:17:17:17:26 | ... == ... | Possibly invalid test for oddness. This will fail for negative numbers. |
|
|
| BadCheckOdd.cs:19:17:19:26 | ... != ... | Possibly invalid test for evenness. This will fail for negative numbers. |
|
|
| BadCheckOdd.cs:21:17:21:25 | ... > ... | Possibly invalid test for oddness. This will fail for negative numbers. |
|
|
| BadCheckOdd.cs:23:17:23:27 | ... > ... | Possibly invalid test for oddness. This will fail for negative numbers. |
|