The "Synchronization" section of the class description makes it clear that SimpleDateFormat is not thread safe. It may be useful to add another sentence to this section to point users to DateTimeFormatter as an immutable and thread safe alternative for many uses of SimpleDateFormat.
- csr for
-
JDK-8261928 SimpleDateFormat should link to DateTimeFormatter
-
- Closed
-