Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
-
Low
Description
code loops over a HashMap and deletes items from the hashmap without using the iterator.
will result in ConcurrentModificationExceptions... remove thru the iterator instead.