In Netbeans 7.2, when I try to navigate to a method implementation (that has more than one implementation) nothing happens. If the method only has one implementation it all works, but if it has more than one, it doesn't. Is it possible to make it suggest both implementations (like in e.g. eclipse)?
Update 1: I investigated this and found that NB7.2 only supports this kind of navigation in your own code. So if you have a library that consists of an interface and two classes that implement this interface, it will not suggest that you navigate to these two classes, instead Netbeans tells you that "overriden methods not found". Maybe the nNtbeans compiler is unable to find these classes.
Update 2: In eclipse this feature refers to JDT weaving. I'm wondering, are there any in netbeans?