1 2 3 4 5 6 7 8
public class SomeSubClass extends SomeBaseClass<Integer> { // this method is not matched correctly... public void tag_someMethod() { System.out.println("some sub method"); } }