File tree Expand file tree Collapse file tree
integration-tests/java/buildless-erroneous
test/library-tests/errortype Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22| Number of calls with call target | 1 |
33| Number of calls with missing call target | 4 |
44| Number of diagnostics from CodeQL Java extractor with severity 5 | 10 |
5- | Number of diagnostics from CodeQL Java extractor with severity 6 | 2 |
5+ | Number of diagnostics from CodeQL Java extractor with severity 6 | 1 |
66| Number of expressions with known type | 1 |
77| Number of expressions with unknown type | 6 |
88| Number of files | 606 |
1212| Number of lines of code with extension java | 7 |
1313| Percentage of calls with call target | 20 |
1414| Percentage of expressions with known type | 14 |
15- | Total number of diagnostics from CodeQL Java extractor | 12 |
15+ | Total number of diagnostics from CodeQL Java extractor | 11 |
1616| Total number of lines | 13 |
1717| Total number of lines with extension java | 13 |
Original file line number Diff line number Diff line change 1- | Test.java:0:0:0:0 | 2 javac errors |
21| Test.java:6:5:6:15 | Unknown or erroneous type for expression of kind TypeAccess |
32| Test.java:6:23:6:39 | Unexpected symbol for constructor: new NoSuchClass() |
43| Test.java:6:23:6:39 | Unknown or erroneous type for expression of kind ClassInstanceCreation |
54| Test.java:6:27:6:37 | Unknown or erroneous type for expression of kind TypeAccess |
65| Test.java:7:12:7:14 | Unknown or erroneous type for expression of kind VarAccess |
7- | file://:0:0:0:0 | 2 errors during annotation processing |
6+ | file://:0:0:0:0 | 1 errors during annotation processing |
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ public NoSuchClass test() {
1010}
1111
1212// Diagnostic Matches: Unexpected symbol for constructor: new NoSuchClass()
13- // Diagnostic Matches: 2 javac errors
14- // Diagnostic Matches: 2 errors during annotation processing
13+ // Diagnostic Matches: 1 errors during annotation processing
1514// Diagnostic Matches: Unknown or erroneous type for expression of kind TypeAccess
1615// Diagnostic Matches: Unknown or erroneous type for expression of kind ClassInstanceCreation
1716// Diagnostic Matches: Unknown or erroneous type for expression of kind VarAccess
You can’t perform that action at this time.
0 commit comments