mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
9 lines
614 B
Plaintext
9 lines
614 B
Plaintext
| CommentedCode.java:5:1:5:29 | //\t\tint commentedOutCode = 6; | 1 |
|
|
| CommentedCode.java:7:1:7:56 | //\t\tint commentedOutCode = 6; // with a trailing comment | 1 |
|
|
| CommentedCode.java:9:1:13:34 | //\t\tString s = "commented code with"; | 2 |
|
|
| CommentedCode.java:45:3:50:5 | /** int blockCommentedCode; ... */ | 4 |
|
|
| CommentedCode.java:84:3:90:5 | /** Incorrect HTML entities should trigger alert on semicolon ... */ | 3 |
|
|
| CommentedCode.java:93:1:97:4 | //\tpublic static int commentedOutMethod(){ | 3 |
|
|
| CommentedCode.java:112:1:120:65 | // | 1 |
|
|
| CommentedCode.java:122:5:124:9 | /** * ... */ | 1 |
|