langtools/test/tools/doclint/AnchorTest2.out
author jlahoda
Tue, 13 Jan 2015 19:13:42 +0100
changeset 28455 41245007c074
parent 19120 7766f69bffc7
child 30730 d3ce7619db2c
permissions -rw-r--r--
8066843: Messager.printMessage cannot print multiple errors for same source position Summary: Using a DiagnosticFlag to mark diagnostics that should be always printed even if multiple of them have the same source position. Reviewed-by: darcy, jjg, mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28455
41245007c074 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda
parents: 19120
diff changeset
     1
AnchorTest2.java:15: error: anchor already defined: "AnchorTest2"
19120
7766f69bffc7 8020313: doclint doesn't reset HTML anchors correctly
jjg
parents:
diff changeset
     2
    /** <a name="AnchorTest2"> </a> */
7766f69bffc7 8020313: doclint doesn't reset HTML anchors correctly
jjg
parents:
diff changeset
     3
           ^
7766f69bffc7 8020313: doclint doesn't reset HTML anchors correctly
jjg
parents:
diff changeset
     4
1 error