GitHub user jwagenleitner opened a pull request:
https://github.com/apache/groovy/pull/220
Fix finalizeReference method override for ManagedReference subclasses
In working on PR #219 I ran across an issue with `ManagedConcurrentMap` not
cleaning up `ManagedReference`'s. It looked like the intent to was to override
the `finalizeReference()` method but instead was named `finalizeRef()`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jwagenleitner/groovy managed-finalizers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/220.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #220
----
commit 7764adbff5edacc1599eec1fee768c534c0ac88a
Author: John Wagenleitner <[email protected]>
Date: 2015-12-22T07:54:05Z
Fix finalizeReference method override for ManagedReference subclasses
commit 421bccbe9da288fffbe1c884d67e2cc3605be894
Author: John Wagenleitner <[email protected]>
Date: 2015-12-22T08:30:06Z
add @Override
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---