mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Java: Accept test changes due to pruned CFG, after-nodes, and reduced exception precision.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
| Test.java:3:14:3:17 | { ... } | Test.java:3:14:3:17 | Exit |
|
||||
| Test.java:4:14:4:17 | Normal Exit | Test.java:4:14:4:17 | Exit |
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:4:14:4:17 | Exit |
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:4:14:4:17 | Normal Exit |
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:11:14:14:3 | { ... } |
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:14:10:16:3 | { ... } |
|
||||
@@ -23,7 +20,6 @@
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:60:12:62:5 | { ... } |
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:63:9:66:4 | { ... } |
|
||||
| Test.java:4:21:76:2 | { ... } | Test.java:70:3:70:9 | <Expr>; |
|
||||
| Test.java:18:3:18:8 | <Expr>; | Test.java:4:14:4:17 | Exit |
|
||||
| Test.java:18:3:18:8 | <Expr>; | Test.java:4:14:4:17 | Normal Exit |
|
||||
| Test.java:18:3:18:8 | <Expr>; | Test.java:22:4:22:10 | <Expr>; |
|
||||
| Test.java:18:3:18:8 | <Expr>; | Test.java:24:4:24:10 | return ... |
|
||||
|
||||
Reference in New Issue
Block a user