Issue 1059 in moose-technology: Problem of VerveineJ detecting references

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 1059 in moose-technology: Problem of VerveineJ detecting references

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1059 by [hidden email]: 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.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1059 in moose-technology: Problem of VerveineJ detecting references

moose-technology

Comment #2 on issue 1059 by [hidden email]: Problem of VerveineJ  
detecting references
http://code.google.com/p/moose-technology/issues/detail?id=1059

A reference (not invocation) should be created
will look into it

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1059 in moose-technology: Problem of VerveineJ detecting references

moose-technology
Updates:
        Status: Fixed

Comment #3 on issue 1059 by [hidden email]: Problem of VerveineJ  
detecting references
http://code.google.com/p/moose-technology/issues/detail?id=1059

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev