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

Summary: [71cat] java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: third-party Reporter: alied <alied>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: NEW ---    
Severity: normal CC: jmichelberger, mhankus, wstomv
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181308
Attachments: stacktrace
stacktrace

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