< prev index next >

test/tools/sjavac/IncCompInheritance.java

Print this page

        

*** 26,36 **** * @bug 8056258 * @summary Analysis of public API does not take super classes into account * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main ! * jdk.jdeps/com.sun.tools.javap * @build Wrapper toolbox.ToolBox * @run main Wrapper IncCompInheritance */ import java.nio.file.Path; --- 26,36 ---- * @bug 8056258 * @summary Analysis of public API does not take super classes into account * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main ! * jdk.compiler/com.sun.tools.sjavac * @build Wrapper toolbox.ToolBox * @run main Wrapper IncCompInheritance */ import java.nio.file.Path;
< prev index next >