Menu

#135 CME on removeMergedTopics()

TM4J 0.9.7
open
nobody
5
2006-11-15
2006-11-15
No

The memory.TopicImpl#removeMergedTopics() method uses an Iterator, which causes a ConcurrentModificationException when the Collection it is operating upon is modified. Changing to a for loop over an array solves this.

Discussion


Log in to post a comment.