hi,

methods implementing an interface-method are hidden, when the
'group overriding methods' option is chosen.

public interface MyInterface {
    public void doSomething();
}
 
public class MyClass implements MyInterface {
    public void doSomething() {
    }
}
 
please try it with the structure view on MyClass

maybe the problem has been introduced as a fix to the bug named
609: Structure view displays methods twice

regards
Frank Bruch


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to