mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Accept test changes
This commit is contained in:
@@ -2,5 +2,5 @@ Test.java:
|
||||
# 0| [CompilationUnit] Test
|
||||
# 1| 1: [Class] Test
|
||||
#-----| -1: (Base Types)
|
||||
# 1| 0: [TypeAccess] <any>
|
||||
# 1| 0: [TypeAccess] Unavailable<String>
|
||||
# 1| 0: [TypeAccess] String
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
| 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 |
|
||||
|
||||
@@ -14,3 +14,4 @@ public class Test {
|
||||
// Diagnostic Matches: 2 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
|
||||
|
||||
Reference in New Issue
Block a user