langtools/test/tools/doclint/packageTests/bad/Test.java
changeset 30730 d3ce7619db2c
parent 19123 50733e28eaca
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /*
     1 /*
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 8020664 8021215
     3  * @bug 8020664 8021215
     4  * @summary doclint gives incorrect warnings on normal package statements
     4  * @summary doclint gives incorrect warnings on normal package statements
     5  * @library ../..
     5  * @library ../..
       
     6  * @modules jdk.compiler/com.sun.tools.doclint
     6  * @build DocLintTester
     7  * @build DocLintTester
     7  * @run main DocLintTester -ref Test.out Test.java
     8  * @run main DocLintTester -ref Test.out Test.java
     8  * @compile/fail/ref=Test.javac.out -XDrawDiagnostics -Werror -Xdoclint:all Test.java
     9  * @compile/fail/ref=Test.javac.out -XDrawDiagnostics -Werror -Xdoclint:all Test.java
     9  */
    10  */
    10 
    11