ClassMap holds a reference to class
-----------------------------------
Key: JEXL-59
URL: https://issues.apache.org/jira/browse/JEXL-59
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 2.0
Reporter: Henri Biestro
Fix For: 2.0
ClassMap, used as a value in the introspector's map (WeakHashMap) keyed by
class, holds a strong reference to that same class.
This is an explicitly warned against usage of WeakHashMap; furthermore, that
reference is just not needed (neither is the log btw).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.