Bug #173
closedИсключение при добавлении location к requirement
0%
Description
Выделяем location, Add to requirement, создем требование, в какой-то момент дерево требований перестраивается и возникает исключение. Воспроизвести сложно.
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
at java.util.AbstractList$Itr.next(AbstractList.java:343)
at com.unitesk.requality.eclipse.tools.TreesTracker.notifyListeners(TreesTracker.java:66)
at com.unitesk.requality.eclipse.tools.TreesTracker.notifyProject(TreesTracker.java:162)
at com.unitesk.requality.eclipse.Activator.updateCatalogTracker(Activator.java:186)
at com.unitesk.requality.eclipse.Activator$1.resourceChanged(Activator.java:70)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:313)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1022)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:45)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Updated by Yuriy Shekochihin over 14 years ago
- Status changed from New to Closed
Не повторяется. Возможно, был исправлен в новой версии.