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 200223

Summary: java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIterator.nextEntry
Product: third-party Reporter: Exceptions Reporter <exceptions_reporter>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: NEW ---    
Severity: normal CC: jmichelberger, kjozic, la3lma, marco_bresciani
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178249
Attachments: stacktrace

Description Exceptions Reporter 2011-07-19 08:22:57 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
GUEST: Opening Netbeans.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1100)
   at java.util.TreeMap$EntryIterator.next(TreeMap.java:1136)
   at java.util.TreeMap$EntryIterator.next(TreeMap.java:1131)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.ui.result.BugTree.createRootTreeNode(BugTree.java:133)
   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)
Comment 1 Exceptions Reporter 2011-07-19 08:23:00 UTC
Created attachment 109501 [details]
stacktrace