langtools/test/tools/doclint/DuplicateReturnTest.out
author joehw
Tue, 09 May 2017 10:34:32 -0700
changeset 45036 4210d32dacab
parent 43374 d312a15c5fcf
permissions -rw-r--r--
8150256: removing xerces-related dead code Reviewed-by: lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43374
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     1
DuplicateReturnTest.java:20: warning: @return has already been specified
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     2
     * @return two
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     3
       ^
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     4
DuplicateReturnTest.java:21: warning: @return has already been specified
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     5
     * @return three
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     6
       ^
d312a15c5fcf 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg
parents:
diff changeset
     7
2 warnings