langtools/test/tools/sjavac/IncCompInheritance.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 40308 274367a99f98
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    25  * @test
    25  * @test
    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.file
       
    31  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    32  *          jdk.jdeps/com.sun.tools.javap
    31  *          jdk.jdeps/com.sun.tools.javap
    33  * @build Wrapper ToolBox
    32  * @build Wrapper toolbox.ToolBox
    34  * @run main Wrapper IncCompInheritance
    33  * @run main Wrapper IncCompInheritance
    35  */
    34  */
    36 
    35 
    37 import java.nio.file.Path;
    36 import java.nio.file.Path;
    38 import java.nio.file.Paths;
    37 import java.nio.file.Paths;