Skip to content

Commit 545d541

Browse files
committed
Accept new JDK 27 results
1 parent bf7c489 commit 545d541

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

java/ql/integration-tests/java/buildless-erroneous/ExtractorInformation.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 |
@@ -12,6 +12,6 @@
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 |
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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 |

java/ql/test/library-tests/errortype/Test.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)