langtools/test/tools/doclint/anchorTests/p/Test.out
author akulyakh
Thu, 21 May 2015 11:41:04 -0700
changeset 30730 d3ce7619db2c
parent 28455 41245007c074
permissions -rw-r--r--
8076543: Add @modules as needed to the langtools tests Reviewed-by: jjg, shurailine
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