equal
deleted
inserted
replaced
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 |