Searched refs:declClass (Results 1 – 2 of 2) sorted by relevance
43 Class<?> declClass = getFieldDeclaringClass(f); in testField() local44 if (base != declClass) { in testField()45 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); in testField()47 System.out.println(declClass); in testField()
62 Class<?> declClass = getMethodDeclaringClass(m); in testMethod() local63 if (base != declClass) { in testMethod()64 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); in testMethod()66 System.out.println(declClass); in testMethod()