Lines Matching refs:methods
241 * Need to compare constructors, methods and fields.
310 ", Methods differ? " + differsMethods +
438 * Compare all the methods in two classes.
452 System.out.println(" Comparing methods: #old " +
460 // Find methods which were removed in the new class
477 // an issue with methods having another List of params used indirectly by
496 // so it is valid to compare the two methods. We know it
500 // We also know that at least one of the methods is
506 // Only concerned with locally defined methods
517 // Find methods which were added in the new class
521 // Only concerned with locally defined methods
561 * Compare two methods which have the same name.
905 * Return the number of methods which are locally defined.
907 public int numLocalMethods(List methods) {
909 Iterator iter = methods.iterator();