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 252610 - java.util.ConcurrentModificationException at java.util.WeakHashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.WeakHashMap$HashIterat...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 10:16 UTC by Chiana
Modified: 2015-05-27 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217545


Attachments
stacktrace (845 bytes, text/plain)
2015-05-27 10:16 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2015-05-27 10:16:39 UTC
Build: NetBeans IDE Dev (Build 201505260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Chiana: Closed a svn active project




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:882)
   at java.util.WeakHashMap$EntryIterator.next(WeakHashMap.java:921)
   at java.util.WeakHashMap$EntryIterator.next(WeakHashMap.java:919)
   at org.openide.text.DocumentOpenClose.updateLines(DocumentOpenClose.java:506)
   at org.openide.text.DocumentOpenClose$DocumentClose.run(DocumentOpenClose.java:983)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 Chiana 2015-05-27 10:16:41 UTC
Created attachment 153894 [details]
stacktrace