mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
4 lines
332 B
Plaintext
4 lines
332 B
Plaintext
| FutileConditional.cs:8:9:8:27 | if (...) ... | If-statement with an empty then-branch and no else-branch. |
|
|
| FutileConditional.cs:10:9:12:9 | if (...) ... | If-statement with an empty then-branch and no else-branch. |
|
|
| FutileConditional.cs:22:9:27:9 | if (...) ... | If-statement with an empty then-branch and no else-branch. |
|