Searched refs:other_sups (Results 1 – 1 of 1) sorted by relevance
237 final JavaClass[] other_sups = Repository.getSuperClasses(other.getClassName()); in getFirstCommonSuperclass() local238 if ((thiz_sups == null) || (other_sups == null)) { in getFirstCommonSuperclass()243 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in getFirstCommonSuperclass()245 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in getFirstCommonSuperclass()309 final JavaClass[] other_sups = Repository.getSuperClasses(other.getClassName()); in firstCommonSuperclass() local310 if ((thiz_sups == null) || (other_sups == null)) { in firstCommonSuperclass()315 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in firstCommonSuperclass()317 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in firstCommonSuperclass()