GenericKeyedObjectPool.destroy could use entrySet() rather than keySet()
followed by get()
------------------------------------------------------------------------------------------
Key: POOL-166
URL: https://issues.apache.org/jira/browse/POOL-166
Project: Commons Pool
Issue Type: Improvement
Reporter: Sebb
Priority: Minor
Attachments: GenericKeyedObjectPool.patch
[Findbugs]
It would be more efficient if GenericKeyedObjectPool.destroy used entrySet()
rather than keySet() followed by get()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.