langtools/test/tools/doclint/anchorTests/p/Test.out
author fyuan
Thu, 11 Aug 2016 10:20:44 +0800
changeset 40292 bcb68f9b7b34
parent 30730 d3ce7619db2c
permissions -rw-r--r--
8163468: javax/xml/jaxp/unittest/validation/Bug6773084Test.java fails intermittently Reviewed-by: joehw, dfuchs, amlu Contributed-by: Frank Yuan <frank.yuan@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 28455
diff changeset
     1
Test.java:15: error: anchor already defined: "dupTest"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     2
 * <a name="dupTest">dupTest again</a>
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     3
      ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 28455
diff changeset
     4
Test.java:25: error: anchor already defined: "dupTestField"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     5
    /** <a name="dupTestField">dupTestField again</a> */
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     6
           ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 28455
diff changeset
     7
Test.java:28: error: anchor already defined: "dupTestMethod"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     8
    /** <a name="dupTestMethod">dupTestMethod again</a> */
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     9
           ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 28455
diff changeset
    10
Test.java:33: error: anchor already defined: "dupNested"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    11
     * <a name="dupNested">dupNested again</a>
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    12
          ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 28455
diff changeset
    13
Test.java:41: error: anchor already defined: "dupNestedField"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    14
         * <a name="dupNestedField">dupNestedField</a>
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    15
              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 28455
diff changeset
    16
Test.java:48: error: anchor already defined: "dupNestedMethod"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    17
         * <a name="dupNestedMethod">dupNestedMethod</a>
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    18
              ^
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    19
6 errors