If you go to the declaration of a method when using an interface, IDEA opens the interface and display the appropriate method. How about a popup in this case and list the interface as well as all known implementing classes. You could then select if you want to jump to the interface or any of the implementing classes.
This would be nice for EJB development in case you put your business methods in a separate interface, let the bean remote interface extend and the bean class implement the interface. If you put all business methods in the remote interface without another interface class, your EJB class of course does not implement the interface. In this case you would need the ability to specify some sort of naming convention to help IDEA find the bean class for the remote interface. Any comments?! Michael _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
