Searched refs:thiz_sups (Results 1 – 1 of 1) sorted by relevance
236 final JavaClass[] thiz_sups = Repository.getSuperClasses(thiz.getClassName()); in getFirstCommonSuperclass() local238 if ((thiz_sups == null) || (other_sups == null)) { in getFirstCommonSuperclass()242 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in getFirstCommonSuperclass()244 System.arraycopy(thiz_sups, 0, this_sups, 1, thiz_sups.length); in getFirstCommonSuperclass()308 final JavaClass[] thiz_sups = Repository.getSuperClasses(thiz.getClassName()); in firstCommonSuperclass() local310 if ((thiz_sups == null) || (other_sups == null)) { in firstCommonSuperclass()314 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in firstCommonSuperclass()316 System.arraycopy(thiz_sups, 0, this_sups, 1, thiz_sups.length); in firstCommonSuperclass()