author | jjg |
Fri, 27 Jan 2017 15:49:14 -0800 | |
changeset 43374 | d312a15c5fcf |
permissions | -rw-r--r-- |
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 |
DuplicateParamTest.java:18: warning: @param "s" 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 |
* @param s 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 |
DuplicateParamTest.java:19: warning: @param "s" 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 |
* @param s 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 |