mirror of
https://github.com/github/codeql.git
synced 2026-03-28 18:28:17 +01:00
13 lines
961 B
Plaintext
13 lines
961 B
Plaintext
edges
|
|
| Test.java:40:17:40:48 | nextInt(...) [Number] | Test.java:43:30:43:34 | index |
|
|
| Test.java:40:17:40:48 | nextInt(...) [Number] | Test.java:47:32:47:36 | index |
|
|
| Test.java:40:17:40:48 | nextInt(...) [Number] | Test.java:51:39:51:43 | index |
|
|
| Test.java:64:34:64:34 | 0 [Number] | Test.java:64:34:64:34 | 0 |
|
|
| Test.java:70:37:70:37 | 0 [Number] | Test.java:70:37:70:37 | 0 |
|
|
| Test.java:77:39:77:39 | 0 [Number] | Test.java:77:39:77:39 | 0 |
|
|
| Test.java:91:30:91:30 | 0 [Number] | Test.java:91:30:91:30 | 0 |
|
|
| Test.java:93:17:93:17 | 0 [Number] | Test.java:96:32:96:36 | index |
|
|
| Test.java:102:30:102:30 | 0 [Number] | Test.java:102:30:102:30 | 0 |
|
|
#select
|
|
| Test.java:43:30:43:34 | index | Test.java:40:17:40:48 | nextInt(...) [Number] | Test.java:43:30:43:34 | index | $@ flows to the index used in this array access, and may cause the operation to throw an ArrayIndexOutOfBoundsException. | Test.java:40:17:40:48 | nextInt(...) | Random value |
|