-
Bug
-
Resolution: Fixed
-
P3
-
9
Issue related to JDK-8073211 (Issue with MessageFormat only)
- * @exception NullPointerException if <code>pos</code> is null.
+ * @throws NullPointerException if {@code source} or {@code pos} is null.
JavaDoc should mention on {@code pos} not on source.
- * @exception NullPointerException if <code>pos</code> is null.
+ * @throws NullPointerException if {@code source} or {@code pos} is null.
JavaDoc should mention on {@code pos} not on source.
- relates to
-
JDK-4116444 java.text.MessageFormat.parse has different behavior in case of null
-
- Closed
-
-
JDK-8073211 javadoc of Format parseObject methods should specify NullPointerExceptions
-
- Closed
-