forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththis-flow.expected
More file actions
28 lines (28 loc) · 1.04 KB
/
Copy paththis-flow.expected
File metadata and controls
28 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| A.java:5:10:5:10 | parameter this |
| A.java:6:5:6:12 | this <constr(this)> |
| A.java:9:10:9:10 | parameter this |
| A.java:10:5:10:12 | this <constr(this)> |
| A.java:11:5:11:8 | this |
| A.java:12:5:12:5 | this <.field> |
| A.java:15:12:15:18 | parameter this |
| A.java:16:12:16:15 | this |
| A.java:19:12:19:22 | parameter this |
| A.java:20:16:20:16 | this <.field> |
| A.java:21:12:21:20 | getThis(...) |
| A.java:21:12:21:20 | this <.method> |
| A.java:25:11:25:17 | new A(...) |
| A.java:25:11:25:17 | new A(...) [pre constructor] |
| A.java:26:12:26:12 | a |
| A.java:26:12:26:22 | getThis(...) |
| A.java:26:12:26:36 | getThisWrap(...) |
| A.java:27:11:27:17 | new C(...) |
| A.java:27:11:27:17 | new C(...) [pre constructor] |
| A.java:28:5:28:5 | c |
| A.java:31:23:31:23 | parameter this |
| A.java:31:23:31:23 | this <constr(this)> |
| A.java:35:23:35:23 | parameter this |
| A.java:35:23:35:23 | this <constr(this)> |
| A.java:36:17:36:19 | parameter this |
| A.java:37:7:37:12 | C.this |
| A.java:38:7:38:11 | super |
| A.java:39:7:39:13 | C.super |