-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Originally reported on Google Code with ID 728
For some reason, some methods are placed in the wrong classes.
I did not manage to identify a standalone case, but it looks like if we have a case
like below:
public class A {
...
public void m() { ... x() }
}
public class B {
public void x() { ... }
}
public class C { ... }
we sometimes get x as belonging to class C instead of B. The interesting part is that
the invocation will go from A::m() to C::x().
This is a critical issue that stops us from using VerveineJ because the information
is too unreliable.
Reported by tudor@tudorgirba.com on 2011-10-19 10:51:13
Metadata
Metadata
Assignees
Labels
No labels