Home
last modified time | relevance | path

Searched refs:printMethods (Results 1 – 1 of 1) sorted by relevance

/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DMain.java305 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