Files
codeql/cpp/ql/test/query-tests/jsf/4.24 Control Flow Structures/AV Rule 196/AV Rule 196.expected
2018-08-02 17:53:23 +01:00

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. |