Searched refs:findCommonSuperClass (Results 1 – 1 of 1) sorted by relevance
391 private static CtClass findCommonSuperClass(CtClass one, CtClass two) throws NotFoundException { in findCommonSuperClass() method in Type449 CtClass superClass = findCommonSuperClass(this.clazz, type.clazz); in mergeClasses()