hello,
I have another one: try this!
class MyBase {
public void doSomething() {
}
}
public class MyClass {
class MyInnerClass extends MyBase {
public void doSomething() {
}
}
}
with 'group implementation methods' on
and 'group overriding methods' off
doSomething() is not shown in MyClass' structure-view
with 'group overriding methods' on
or 'group implementation methods' off, it is shown.
regards
Frank Bruch
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list