Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1059 by santiago...@gmail.com: Problem of VerveineJ detecting references http://code.google.com/p/moose-technology/issues/detail?id=1059
VerveineJ fails to represent references produced by "instanceOf" and castings.
If I have the following Java Code
public class A { public void foo(Object o){ if(o instanceof B){ //DoSomething } }
Moose does not find any outgoing invocation or reference from A to B.