Searched refs:oldMethod (Results 1 – 8 of 8) sorted by relevance
463 MethodAPI oldMethod = (MethodAPI)(iter.next()); in compareAllMethods() local469 if (oldMethod.compareTo(newMethod) == 0) { in compareAllMethods()487 int startOld = oldClass.methods_.indexOf(oldMethod); in compareAllMethods()488 int endOld = oldClass.methods_.lastIndexOf(oldMethod); in compareAllMethods()489 int startNew = newClass.methods_.indexOf(oldMethod); in compareAllMethods()490 int endNew = newClass.methods_.lastIndexOf(oldMethod); in compareAllMethods()498 if (oldMethod.inheritedFrom_ == null || in compareAllMethods()502 compareMethods(oldMethod, newMethod, classDiff); in compareAllMethods()505 } else if (oldMethod.inheritedFrom_ == null) { in compareAllMethods()508 System.out.println(" Method " + oldMethod.name_ + in compareAllMethods()[all …]
264 MethodAPI oldMethod, in diffMethods() argument267 if (oldMethod.isAbstract_ != newMethod.isAbstract_) { in diffMethods()269 if (oldMethod.isAbstract_) in diffMethods()277 oldMethod.isNative_ != newMethod.isNative_) { in diffMethods()279 if (oldMethod.isNative_) in diffMethods()287 oldMethod.isSynchronized_ != newMethod.isSynchronized_) { in diffMethods()289 if (oldMethod.isSynchronized_) in diffMethods()
1027 Method oldMethod = mirandaMethods.remove(mirandaMethodIndex);1028 int methodOrderValue = methodOrder.get(oldMethod);1154 … Method oldMethod = mirandaMethods.remove(mirandaMethodIndex);1155 int methodOrderValue = methodOrder.get(oldMethod);
META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
3300 ObjCMethodDecl *oldMethod) { in mergeObjCMethodDecls() argument3303 isa<ObjCProtocolDecl>(oldMethod->getDeclContext()) in mergeObjCMethodDecls()3308 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls()3311 ObjCMethodDecl::param_const_iterator oi = oldMethod->param_begin(), in mergeObjCMethodDecls()3312 oe = oldMethod->param_end(); in mergeObjCMethodDecls()3318 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...