-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b16
-
generic
-
generic
-
Not verified
As noted by findbugs, the readObject methods of BigDecimal and MathContext are synchronized. This is not necessary and the synchronization modifier should be removed.
- relates to
-
JDK-6583626 Improve serialization support in javax.lang.model.type exception classes
- Closed