-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b25
-
generic
-
generic
j.util.Currency maintains a Set of Currencies. When returning this set, a defensive copy is made. Currently, clone() paired with an unchecked cast and a SuppressWarning annotation is used. It would be much cleaner if simply a copy constructor was used.
- links to
-
Commit(master) openjdk/jdk/e1c4b497
-
Review(master) openjdk/jdk/21845