Closed GoogleCodeExporter closed 9 years ago
Original comment by lhori...@gmail.com
on 6 Dec 2010 at 10:07
I think the issue is even more severe. When items are inserted into HashSet
their hashcode is calculated right away (from HashSet point of view they are
immutable). If later on these items are updated (in such a way that their
hashcode is affected) the hashcode is not recalculated by HashSet and these
updated items effectively cannot be found in HashSet anymore.
Original comment by mp...@yahoo.com
on 26 Jan 2011 at 3:53
Original comment by lhori...@gmail.com
on 26 Jan 2011 at 6:52
In some cases a workaround can be utilized by making the Set @Serialized,
however you won't be able to query on any of the fields.
Original comment by cspeckru...@gmail.com
on 17 Mar 2011 at 7:40
I have added a test case and hopefully will have this fixed by EOD today.
Original comment by lhori...@gmail.com
on 17 Mar 2011 at 8:42
This is fixed in trunk.
Original comment by lhori...@gmail.com
on 18 Mar 2011 at 12:19
Original issue reported on code.google.com by
ioannis....@gmail.com
on 23 Nov 2010 at 2:39