[GitHub] commons-collections issue #53: updating containsKey method in PassiveExpirin...

2018-10-08 Thread thePatmanMI
Github user thePatmanMI commented on the issue: https://github.com/apache/commons-collections/pull/53 are there additional problems with this change, or can it be merged in? --- - To unsubscribe, e-mail: dev

[GitHub] commons-collections issue #53: updating containsKey method in PassiveExpirin...

2018-09-21 Thread thePatmanMI
Github user thePatmanMI commented on the issue: https://github.com/apache/commons-collections/pull/53 I can do that. Do you have a preference on whether I should use reflection to access the underlying map(s) (to determine size) or if I should change the underlying map(s) to be

[GitHub] commons-collections pull request #53: updating containsKey method in Passive...

2018-09-19 Thread thePatmanMI
GitHub user thePatmanMI opened a pull request: https://github.com/apache/commons-collections/pull/53 updating containsKey method in PassiveExpiringMap correcting the containsKey method to remove all expired entries to match the class and method javadoc statements You can merge