langtools/test/tools/sjavac/IncCompInheritance.java
changeset 40308 274367a99f98
parent 36778 e04318f39f92
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    26  * @bug 8056258
    26  * @bug 8056258
    27  * @summary Analysis of public API does not take super classes into account
    27  * @summary Analysis of public API does not take super classes into account
    28  * @library /tools/lib
    28  * @library /tools/lib
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    31  *          jdk.jdeps/com.sun.tools.javap
    31  *          jdk.compiler/com.sun.tools.sjavac
    32  * @build Wrapper toolbox.ToolBox
    32  * @build Wrapper toolbox.ToolBox
    33  * @run main Wrapper IncCompInheritance
    33  * @run main Wrapper IncCompInheritance
    34  */
    34  */
    35 
    35 
    36 import java.nio.file.Path;
    36 import java.nio.file.Path;