}
if (t == null) {
t = findType.newSupertypeHierarchy(new NullProgressMonitor());
}
IType superclass = t.getSuperclass(findType);
IMethod findMethodInType = findMethodInType(m, m, superclass, t);
if (findMethodInType != null) {
mn.put(object, findMethodInType);
return findMethodInType;
}
IType[] superInterfaces = t.getSuperInterfaces(findType);