langtools/test/tools/doclint/anchorTests/p/Test.out
author jjg
Tue, 24 Sep 2013 10:51:28 -0700
changeset 20254 8246fe4d6638
child 28455 41245007c074
permissions -rw-r--r--
8025246: [doclint] doclint is showing error on anchor already defined when it's not Reviewed-by: bpatel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     1
Test.java:14: error: anchor already defined: dupTest
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
      ^
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     4
Test.java:24: error: anchor already defined: dupTestField
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
           ^
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     7
Test.java:27: error: anchor already defined: dupTestMethod
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
           ^
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    10
Test.java:32: error: anchor already defined: dupNested
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
          ^
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    13
Test.java:40: error: anchor already defined: dupNestedField
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
              ^
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
    16
Test.java:47: error: anchor already defined: dupNestedMethod
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