Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.2
-
None
Description
deleting the temp dir like that
val a = mutable.Set(1,2,3,4,7,0,98,9,8) a.foreach(x => { a.remove(x) })
You may not modify a collection while traversing or iterating over it.