Hi,
my name is Santiago and I've been using Moose for a couple of years. 
I'm conducting an experiment with Alexandre Bergel and we found a problem trying to identify references to a Java class/interface. Specifically, we found that Moose fails to detect 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.
Can VerveineJ represents in the generated .mse file the dependency from A to B ?

Thanks in advance.

Cheers,
--
Santiago Vidal