A java.util.ConcurrentModificationException happened in the following for loop. I think java.util.ConcurrentModificationException should not happen in iteration when an item is removed but iteration should be thread-safe.
for (final TargetRun targetRun : targetRuns) { final MetaRun metaRun = targetRun.getMetaRun(); ...
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)