Accept new JDK 27 results

This commit is contained in:
idrissrio
2026-07-08 16:48:22 +02:00
parent bf7c48972b
commit 545d541588
3 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
| Number of calls with call target | 1 |
| Number of calls with missing call target | 4 |
| Number of diagnostics from CodeQL Java extractor with severity 5 | 10 |
| Number of diagnostics from CodeQL Java extractor with severity 6 | 2 |
| Number of diagnostics from CodeQL Java extractor with severity 6 | 1 |
| Number of expressions with known type | 1 |
| Number of expressions with unknown type | 6 |
| Number of files | 606 |
@@ -12,6 +12,6 @@
| Number of lines of code with extension java | 7 |
| Percentage of calls with call target | 20 |
| Percentage of expressions with known type | 14 |
| Total number of diagnostics from CodeQL Java extractor | 12 |
| Total number of diagnostics from CodeQL Java extractor | 11 |
| Total number of lines | 13 |
| Total number of lines with extension java | 13 |

View File

@@ -1,7 +1,6 @@
| Test.java:0:0:0:0 | 2 javac errors |
| Test.java:6:5:6:15 | Unknown or erroneous type for expression of kind TypeAccess |
| Test.java:6:23:6:39 | Unexpected symbol for constructor: new NoSuchClass() |
| Test.java:6:23:6:39 | Unknown or erroneous type for expression of kind ClassInstanceCreation |
| Test.java:6:27:6:37 | Unknown or erroneous type for expression of kind TypeAccess |
| Test.java:7:12:7:14 | Unknown or erroneous type for expression of kind VarAccess |
| file://:0:0:0:0 | 2 errors during annotation processing |
| file://:0:0:0:0 | 1 errors during annotation processing |

View File

@@ -10,8 +10,7 @@ public class Test {
}
// Diagnostic Matches: Unexpected symbol for constructor: new NoSuchClass()
// Diagnostic Matches: 2 javac errors
// Diagnostic Matches: 2 errors during annotation processing
// Diagnostic Matches: 1 errors during annotation processing
// Diagnostic Matches: Unknown or erroneous type for expression of kind TypeAccess
// Diagnostic Matches: Unknown or erroneous type for expression of kind ClassInstanceCreation
// Diagnostic Matches: Unknown or erroneous type for expression of kind VarAccess