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 - java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIt...
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-07-19 08:22 UTC by Exceptions Reporter
Modified: 2013-06-13 12:43 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178249


Attachments
stacktrace (712 bytes, text/plain)
2011-07-19 08:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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