test/jdk/javadoc/tool/generics/genericInnerAndOuter/Main.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 4421066 * @summary Verify the contents of the ClassDoc of * a generic class with a generic inner class. + * @ignore API modifications * @library ../../lib * @modules jdk.javadoc * @compile ../../lib/Tester.java Main.java * @run main Main */
*** 43,53 **** public static void main(String[] args) throws IOException { tester.run(); tester.verify(); } ! public static boolean start(RootDoc root) { try { ClassDoc[] cds = root.classes(); Arrays.sort(cds); for (ClassDoc cd : cds) { tester.printClass(cd); --- 44,54 ---- public static void main(String[] args) throws IOException { tester.run(); tester.verify(); } ! public static boolean run(DocletEnvironment root) { try { ClassDoc[] cds = root.classes(); Arrays.sort(cds); for (ClassDoc cd : cds) { tester.printClass(cd);