Adam Heath wrote:
[EMAIL PROTECTED] wrote:
Author: lektran
Date: Mon Aug 25 12:58:12 2008
New Revision: 688854
URL: http://svn.apache.org/viewvc?rev=688854&view=rev
Log:
Another groovy fix, this is actually more of a problem with the
ModelService class which implements the Map interface but when groovy
tries to determine the size of the map, the entrySet() call
unexpectedly returns null
I've got a slightly different 'fix' for this. I needed proper
implementation of hashCode() and equals(); they also failed when
entrySet() returned null.
So, I implemented entrySet() properly. But haven't yet checked it in.
I like that idea, ie fix it in the more central place so we don't run into this
again.
-David