Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
_whenExhaustedAction is not always accessed using synchronization.
The private static Latch class appears to be used across threads, but has no synchronization.
The static class Config contains several fields which appear to be used as constants, however the fields are not final.