[
https://issues.apache.org/jira/browse/JEXL-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732917#action_12732917
]
Henri Biestro commented on JEXL-59:
-----------------------------------
Solution is to remove fieds clazz & rlog as well as method getCachedClass from
ClassMap.java
> 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.