Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4
-
None
Description
ExceptionUtils uses a mutable lock target: both the methods removeCauseMethodName() and addCauseMethodName() take out a lock on CAUSE_METHOD_NAMES but then modify it.
That doesn't work - locks need to be immutable.
Attachments
Issue Links
- is related to
-
LANG-369 ExceptionUtils not thread-safe
- Closed