-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 17, 18, 19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289971 | 20 | Stuart Marks | P3 | Resolved | Fixed | b06 |
JDK-8291396 | 19.0.2 | Stuart Marks | P3 | Resolved | Fixed | b01 |
JDK-8291234 | 19.0.1 | Stuart Marks | P3 | Resolved | Fixed | b04 |
The javadoc for Map::replaceAll has duplicate @throws clauses for ClassCastException and NullPointerException. This is mostly benign but it causes problems with a pending change to javadoc (JDK-6509045).
In the current javadoc output, the contents of both clauses are rendered. The duplicate clauses mostly say the same thing, though, so aside from some minor wording changes, I'd consider this to be an editorial change.
In the current javadoc output, the contents of both clauses are rendered. The duplicate clauses mostly say the same thing, though, so aside from some minor wording changes, I'd consider this to be an editorial change.
- backported by
-
JDK-8289971 Map::replaceAll javadoc has redundant @throws clauses
-
- Resolved
-
-
JDK-8291234 Map::replaceAll javadoc has redundant @throws clauses
-
- Resolved
-
-
JDK-8291396 Map::replaceAll javadoc has redundant @throws clauses
-
- Resolved
-
- blocks
-
JDK-6509045 {@inheritDoc} only copies one instance of the specified exception
-
- Resolved
-
- duplicates
-
JDK-8255426 Duplicate @throws docs in java.util.Map.replaceAll() method
-
- Closed
-
(2 links to)