Searched refs:declClass (Results 1 – 2 of 2) sorted by relevance
42 Class<?> declClass = getFieldDeclaringClass(f); in testField() local43 if (base != declClass) { in testField()44 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); in testField()46 System.out.println(declClass); in testField()
65 Class<?> declClass = getMethodDeclaringClass(m); in testMethod() local66 if (base != declClass) { in testMethod()67 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); in testMethod()69 System.out.println(declClass); in testMethod()