@@ -172,11 +172,25 @@ getTarget
172
172
| calls.rb:447:1:447:30 | call to new | calls.rb:114:5:114:16 | new |
173
173
| calls.rb:448:1:448:30 | call to new | calls.rb:114:5:114:16 | new |
174
174
| calls.rb:449:1:449:30 | call to new | calls.rb:114:5:114:16 | new |
175
+ | calls.rb:451:27:469:3 | call to new | calls.rb:114:5:114:16 | new |
175
176
| calls.rb:454:13:454:22 | call to puts | calls.rb:102:5:102:30 | puts |
176
177
| calls.rb:458:5:462:7 | call to new | calls.rb:114:5:114:16 | new |
177
178
| calls.rb:458:5:462:11 | call to new | calls.rb:114:5:114:16 | new |
178
179
| calls.rb:460:13:460:22 | call to puts | calls.rb:102:5:102:30 | puts |
179
180
| calls.rb:466:13:466:27 | call to puts | calls.rb:102:5:102:30 | puts |
181
+ | calls.rb:471:1:471:27 | call to new | calls.rb:114:5:114:16 | new |
182
+ | calls.rb:472:1:472:27 | call to new | calls.rb:114:5:114:16 | new |
183
+ | calls.rb:473:1:473:27 | call to new | calls.rb:114:5:114:16 | new |
184
+ | calls.rb:474:1:474:27 | call to new | calls.rb:114:5:114:16 | new |
185
+ | calls.rb:475:1:475:27 | call to new | calls.rb:114:5:114:16 | new |
186
+ | calls.rb:489:9:489:35 | call to puts | calls.rb:102:5:102:30 | puts |
187
+ | calls.rb:493:9:493:11 | call to foo | calls.rb:488:15:490:7 | foo |
188
+ | calls.rb:494:9:494:28 | call to new | calls.rb:114:5:114:16 | new |
189
+ | calls.rb:494:9:494:32 | call to foo | calls.rb:488:15:490:7 | foo |
190
+ | calls.rb:498:1:498:20 | call to new | calls.rb:114:5:114:16 | new |
191
+ | calls.rb:498:1:498:24 | call to foo | calls.rb:488:15:490:7 | foo |
192
+ | calls.rb:499:1:499:20 | call to new | calls.rb:114:5:114:16 | new |
193
+ | calls.rb:499:1:499:24 | call to bar | calls.rb:492:5:495:7 | bar |
180
194
| hello.rb:12:5:12:24 | call to include | calls.rb:107:5:107:20 | include |
181
195
| hello.rb:14:16:14:20 | call to hello | hello.rb:2:5:4:7 | hello |
182
196
| hello.rb:20:16:20:20 | call to super | hello.rb:13:5:15:7 | message |
@@ -265,27 +279,21 @@ unresolvedCall
265
279
| calls.rb:447:1:447:33 | call to m3 |
266
280
| calls.rb:448:1:448:33 | call to m4 |
267
281
| calls.rb:449:1:449:33 | call to m5 |
268
- | calls.rb:450:1:450:4 | call to exit |
269
- | calls.rb:451:27:469:3 | call to new |
270
282
| calls.rb:452:5:452:11 | call to [] |
271
283
| calls.rb:452:5:456:7 | call to each |
272
284
| calls.rb:458:5:462:15 | call to bar |
273
285
| calls.rb:464:5:464:11 | call to [] |
274
286
| calls.rb:464:5:468:7 | call to each |
275
287
| calls.rb:465:9:467:11 | call to define_method |
276
- | calls.rb:471:1:471:27 | call to new |
277
288
| calls.rb:471:1:471:31 | call to foo |
278
- | calls.rb:472:1:472:27 | call to new |
279
289
| calls.rb:472:1:472:31 | call to bar |
280
- | calls.rb:473:1:473:27 | call to new |
281
290
| calls.rb:473:1:473:33 | call to baz_0 |
282
- | calls.rb:474:1:474:27 | call to new |
283
291
| calls.rb:474:1:474:33 | call to baz_1 |
284
- | calls.rb:475:1:475:27 | call to new |
285
292
| calls.rb:475:1:475:33 | call to baz_2 |
286
293
| calls.rb:479:9:479:46 | call to puts |
287
294
| calls.rb:482:5:482:15 | call to extend |
288
295
| calls.rb:485:1:485:31 | call to singleton |
296
+ | calls.rb:488:5:490:7 | call to protected |
289
297
| hello.rb:20:16:20:26 | ... + ... |
290
298
| hello.rb:20:16:20:34 | ... + ... |
291
299
| hello.rb:20:16:20:40 | ... + ... |
@@ -385,6 +393,7 @@ publicMethod
385
393
| calls.rb:427:13:429:15 | m4 |
386
394
| calls.rb:437:13:439:15 | m5 |
387
395
| calls.rb:478:5:480:7 | singleton |
396
+ | calls.rb:492:5:495:7 | bar |
388
397
| hello.rb:2:5:4:7 | hello |
389
398
| hello.rb:5:5:7:7 | world |
390
399
| hello.rb:13:5:15:7 | message |
@@ -401,5 +410,6 @@ publicMethod
401
410
| private.rb:66:3:67:5 | public |
402
411
| private.rb:91:3:93:5 | call_m1 |
403
412
protectedMethod
413
+ | calls.rb:488:15:490:7 | foo |
404
414
| private.rb:32:3:33:5 | protected1 |
405
415
| private.rb:35:3:36:5 | protected2 |
0 commit comments