Given the following:

public abstract class Foo {
        /**
         * Some javadoc...
         */
        public abstract void foo1();

        /**
         * Some more javadoc...
         */
        public abstract void foo2();

        /**
         * Even more javadoc...
         */
        public void aMethodThatDoesSomething() {
                ...
        }

        /**
         * Some more javadoc...
         */
        public abstract void foo3();
}

With "Show Method Separators" enabled I get lines around 
"aMethodThatDoesSomething", but not around any
of the abstract methods.

I can see how one could argue that abstract method declarations aren't 
really methods in and of themselves, but I'd still like to see lines around 
the declarations.


Galt Johnson


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to