mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
5 lines
559 B
Plaintext
5 lines
559 B
Plaintext
| AV Rule 196.c:2:3:3:3 | switch (...) ... | This switch statement should either handle more cases, or be rewritten as an if statement. |
|
|
| AV Rule 196.c:5:3:7:3 | switch (...) ... | This switch statement should either handle more cases, or be rewritten as an if statement. |
|
|
| AV Rule 196.c:9:3:11:3 | switch (...) ... | This switch statement should either handle more cases, or be rewritten as an if statement. |
|
|
| AV Rule 196.c:13:3:16:3 | switch (...) ... | This switch statement should either handle more cases, or be rewritten as an if statement. |
|