https://issues.apache.org/bugzilla/show_bug.cgi?id=50898

--- Comment #6 from Philippe Mouawad <[email protected]> 2011-10-02 
07:01:01 UTC ---
Created attachment 27671
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27671
Fix to issue

Patch relies on another more efficient iteration mode using entrySet.
This method will not use hashCode so will not meet bug.

traverse(HashTreeTraverser visitor) may have same issue:
- Is there a reason why getTree is called twice ? I don't think so cause it
would meen visitor.addNode() changes data Map which would provoke
ConcurrentModificationException ? if answer is no, then same iteration mode
could be used

There is still the root cause to investigate regarding hashCode bug.

Regards
Philippe

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to