langtools/test/tools/doclint/anchorTests/p/Test.javac.out
author jlahoda
Tue, 13 Jan 2015 19:13:42 +0100
changeset 28455 41245007c074
parent 20254 8246fe4d6638
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: 20254
diff changeset
     1
Test.java:14:7: compiler.err.proc.messager: anchor already defined: "dupTest"
41245007c074 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda
parents: 20254
diff changeset
     2
Test.java:24:12: compiler.err.proc.messager: anchor already defined: "dupTestField"
41245007c074 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda
parents: 20254
diff changeset
     3
Test.java:27:12: compiler.err.proc.messager: anchor already defined: "dupTestMethod"
41245007c074 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda
parents: 20254
diff changeset
     4
Test.java:32:11: compiler.err.proc.messager: anchor already defined: "dupNested"
41245007c074 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda
parents: 20254
diff changeset
     5
Test.java:40:15: compiler.err.proc.messager: anchor already defined: "dupNestedField"
41245007c074 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda
parents: 20254
diff changeset
     6
Test.java:47:15: compiler.err.proc.messager: anchor already defined: "dupNestedMethod"
20254
8246fe4d6638 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg
parents:
diff changeset
     7
6 errors