Arg, I just ran into a case in our application where I get a stack overflow with HashCodeBuilder and cyclical object trees:
https://issues.apache.org/jira/browse/LANG-279 I can fix this the same why I fixed ReflectionToStringBuilder. The question is: do this now or after 2.2? Gary > -----Original Message----- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 10, 2006 1:11 AM > To: Jakarta Commons Developers List > Subject: [lang] LANG-262 > > Any thoughts on this issue? > > https://issues.apache.org/jira/browse/LANG-262 > > Says that the cEnumClasses Hashmap in the Enum class is keeping a > ClassLoader from being garbage collected and that switching it to a > WeakHashMap should fix it. > > Seems fair to me, and an easy fix for 2.2; but not something I can > think of simple ways to unit test. > > Any thoughts? > > Hen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]