-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b59
-
generic
-
generic
In addition to the automatically generated valueOf(String name) method, the java.math.RoundingMode enum has a valueOf(int rm) method. Despite having a proper @param tag, during the docs build the following warning is generated
src/share/classes/java/math/RoundingMode.java:307: warning - @param argument "name" is not a parameter name.
and the text for the name parameter of valueOf(String name) is used for the rm parameter of valueOf(int rm)
src/share/classes/java/math/RoundingMode.java:307: warning - @param argument "name" is not a parameter name.
and the text for the name parameter of valueOf(String name) is used for the rm parameter of valueOf(int rm)