public class A { void m() { bug() } //end of last method /** * javadoc * @param s */ void foo(String s) { System.out.println(); } }