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

6 lines
1017 B
Plaintext

| AV Rule 201.c:20:15:20:20 | ... < ... | Nested for statement uses loop variable $@ of enclosing $@. | AV Rule 201.c:6:6:6:6 | i | i | AV Rule 201.c:18:2:24:2 | for(...;...;...) ... | for statement |
| AV Rule 201.c:34:15:34:20 | ... < ... | Nested for statement uses loop variable $@ of enclosing $@. | AV Rule 201.c:6:6:6:6 | i | i | AV Rule 201.c:25:2:38:2 | for(...;...;...) ... | for statement |
| AV Rule 201.c:43:16:43:21 | ... < ... | Nested for statement uses loop variable $@ of enclosing $@. | AV Rule 201.c:6:6:6:6 | i | i | AV Rule 201.c:39:2:48:2 | for(...;...;...) ... | for statement |
| AV Rule 201.c:53:16:53:21 | ... < ... | Nested for statement uses loop variable $@ of enclosing $@. | AV Rule 201.c:6:9:6:9 | j | j | AV Rule 201.c:51:3:57:3 | for(...;...;...) ... | for statement |
| StructMembers.cpp:21:20:21:28 | ... < ... | Nested for statement uses loop variable $@ of enclosing $@. | StructMembers.cpp:4:9:4:9 | b | b | StructMembers.cpp:13:3:28:3 | for(...;...;...) ... | for statement |