Searched refs:printMethods (Results 1 – 1 of 1) sorted by relevance
305 printMethods(writer, "New methods", newMethods); in print()306 printMethods(writer, "Removed methods", removedMethods); in print()307 printMethods(writer, "Newly deprecated methods", newlyDeprecatedMethods); in print()314 private static void printMethods(PrintWriter w, String header, List<MethodNode> nodes) { in printMethods() method in Main.DiffAnalyzer