DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34265>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34265 Summary: When the AbstractHashedMap is serialized and deserialized the data array doubles its size Product: Commons Version: 3.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Collections AssignedTo: commons-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] In the method "AbstractHashMap#doReadObject", the method call "threshold = calculateThreshold(data.length, loadFactor);" is after the "put(key, value);". The "put" method uses the threshold to check the capacity of the data array. In this checking, the threshold is zero, leading to a resize of the data array. At each serialization/deserialization the size of the data array doubles. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]