thanks for spotting this
I will try to solve the problem ASAP (hopefully this week-end)
nicolas
On 27/03/2014 16:07, Santiago Vidal wrote:
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
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev