Closed johspaeth closed 5 years ago
The analysis prevents the data-flow of a to flow into foo at such statements: a = a.foo();
a
foo
a = a.foo();
The analysis prevents the data-flow of
a
to flow intofoo
at such statements:a = a.foo();