Searched refs:t_sups (Results 1 – 1 of 1) sorted by relevance
243 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in getFirstCommonSuperclass() local245 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in getFirstCommonSuperclass()247 t_sups[0] = Repository.lookupClass(other.getClassName()); in getFirstCommonSuperclass()248 for (final JavaClass t_sup : t_sups) { in getFirstCommonSuperclass()315 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in firstCommonSuperclass() local317 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in firstCommonSuperclass()319 t_sups[0] = Repository.lookupClass(other.getClassName()); in firstCommonSuperclass()320 for (final JavaClass t_sup : t_sups) { in firstCommonSuperclass()