I discovered that "final static" methods are not displayed in the list
of  methods,  while  it's  ok with   "static final"  ones. The problem
appears in speedbar-0.11 and in menu "Classes" of JDE-2.1.6 either.


Here a simple class example. Method1 is not displayed.


public class Test {
    public Test(){;}
    public final static void method1(){;}
    public static final void method2(){;}
}


Both forms are legal in java. Is it a coding style issue or a bug?

Bye
Marco
    
-- 
The nice thing about Windows is - It does not just crash, it displays a
dialog box and lets you press 'OK' first.
(Arno Schaefer's .sig)

Reply via email to