MCPcopy Create free account
hub / github.com/LFYSec/MScan / A

Class A

src/test/resources/pta/contextsensitivity/TwoType.java:12–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12class A {
13 void a() {
14 List l1 = new List();
15 l1.add(new Object());
16 List l2 = new List();
17 l2.add(new Object());
18
19 Iterator i1 = l1.iterator();
20 Object o1 = i1.next();
21 Iterator i2 = l2.iterator();
22 Object o2 = i2.next();
23 }
24}
25
26class B {
27 void b() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected