Inconsistent synchronization in GenericObjectPool; constant fields should be 
final
----------------------------------------------------------------------------------

                 Key: POOL-137
                 URL: https://issues.apache.org/jira/browse/POOL-137
             Project: Commons Pool
          Issue Type: Bug
            Reporter: Sebb


_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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to