This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202502 - [71cat] java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: [71cat] java.util.ConcurrentModificationException at java.util.ArrayList$Itr....
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 13:40 UTC by alied
Modified: 2013-06-13 12:40 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181308


Attachments
stacktrace (1.73 KB, text/plain)
2011-09-22 13:40 UTC, alied
Details
stacktrace (642 bytes, text/plain)
2012-06-16 18:13 UTC, mhankus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2011-09-22 13:40:47 UTC
Build: NetBeans IDE Dev (Build 201109202329)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
alied: while checking a project with checkstyle, i fixed a few and then pressed refresh




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.ui.result.BugTree.createRootTreeNode(BugTree.java:141)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.ui.result.BugTree.access$500(BugTree.java:43)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.ui.result.BugTree$1.run(BugTree.java:91)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 alied 2011-09-22 13:40:51 UTC
Created attachment 111043 [details]
stacktrace
Comment 2 mhankus 2012-06-16 18:13:48 UTC
Created attachment 120942 [details]
stacktrace