21
21
| test.go:108:25:108:32 | filename | test.go:108:2:108:33 | ... := ...[0] |
22
22
| test.go:110:3:110:19 | ... := ...[0] | test.go:112:37:112:38 | rc |
23
23
| test.go:110:12:110:12 | f | test.go:110:3:110:19 | ... := ...[0] |
24
- | test.go:121:2:121:51 | ... := ...[0] | test.go:125:37:125:38 | rc |
24
+ | test.go:121:2:121:51 | ... := ...[0] | test.go:122:20:122:29 | implicit dereference |
25
25
| test.go:121:43:121:50 | filename | test.go:121:2:121:51 | ... := ...[0] |
26
+ | test.go:122:20:122:29 | implicit dereference | test.go:122:20:122:29 | implicit dereference |
27
+ | test.go:122:20:122:29 | implicit dereference | test.go:122:20:122:29 | implicit read of field Reader |
28
+ | test.go:122:20:122:29 | implicit read of field Reader | test.go:123:12:123:12 | f |
29
+ | test.go:123:12:123:12 | f | test.go:123:12:123:19 | call to Open |
30
+ | test.go:123:12:123:19 | call to Open | test.go:125:37:125:38 | rc |
26
31
| test.go:136:19:136:22 | definition of file | test.go:137:25:137:28 | file |
27
32
| test.go:137:2:137:29 | ... := ...[0] | test.go:138:48:138:52 | file1 |
28
33
| test.go:137:25:137:28 | file | test.go:137:2:137:29 | ... := ...[0] |
34
39
| test.go:147:20:147:23 | definition of file | test.go:148:25:148:28 | file |
35
40
| test.go:148:2:148:29 | ... := ...[0] | test.go:149:66:149:70 | file2 |
36
41
| test.go:148:25:148:28 | file | test.go:148:2:148:29 | ... := ...[0] |
37
- | test.go:149:2:149:87 | ... := ...[0] | test.go:154:36:154:51 | fileReaderCloser |
42
+ | test.go:149:2:149:87 | ... := ...[0] | test.go:153:26:153:29 | file |
38
43
| test.go:149:50:149:71 | call to NewReader | test.go:149:2:149:87 | ... := ...[0] |
39
44
| test.go:149:66:149:70 | file2 | test.go:149:50:149:71 | call to NewReader |
45
+ | test.go:153:26:153:29 | file | test.go:153:26:153:36 | call to Open |
46
+ | test.go:153:26:153:36 | call to Open | test.go:154:36:154:51 | fileReaderCloser |
40
47
| test.go:166:22:166:25 | definition of file | test.go:169:41:169:44 | file |
41
48
| test.go:166:22:166:25 | definition of file | test.go:175:28:175:31 | file |
42
49
| test.go:166:22:166:25 | definition of file | test.go:182:28:182:31 | file |
@@ -180,6 +187,10 @@ nodes
180
187
| test.go:112:37:112:38 | rc | semmle.label | rc |
181
188
| test.go:121:2:121:51 | ... := ...[0] | semmle.label | ... := ...[0] |
182
189
| test.go:121:43:121:50 | filename | semmle.label | filename |
190
+ | test.go:122:20:122:29 | implicit dereference | semmle.label | implicit dereference |
191
+ | test.go:122:20:122:29 | implicit read of field Reader | semmle.label | implicit read of field Reader |
192
+ | test.go:123:12:123:12 | f | semmle.label | f |
193
+ | test.go:123:12:123:19 | call to Open | semmle.label | call to Open |
183
194
| test.go:125:37:125:38 | rc | semmle.label | rc |
184
195
| test.go:136:19:136:22 | definition of file | semmle.label | definition of file |
185
196
| test.go:137:2:137:29 | ... := ...[0] | semmle.label | ... := ...[0] |
@@ -196,6 +207,8 @@ nodes
196
207
| test.go:149:2:149:87 | ... := ...[0] | semmle.label | ... := ...[0] |
197
208
| test.go:149:50:149:71 | call to NewReader | semmle.label | call to NewReader |
198
209
| test.go:149:66:149:70 | file2 | semmle.label | file2 |
210
+ | test.go:153:26:153:29 | file | semmle.label | file |
211
+ | test.go:153:26:153:36 | call to Open | semmle.label | call to Open |
199
212
| test.go:154:36:154:51 | fileReaderCloser | semmle.label | fileReaderCloser |
200
213
| test.go:166:22:166:25 | definition of file | semmle.label | definition of file |
201
214
| test.go:169:3:169:73 | ... := ...[0] | semmle.label | ... := ...[0] |
0 commit comments