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 258234 - 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: 2016-03-03 22:23 UTC by javatlacati
Modified: 2016-03-03 22:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220413


Attachments
stacktrace (730 bytes, text/plain)
2016-03-03 22:23 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-03-03 22:23:39 UTC
This issue was reported manually by javatlacati.
It already has 4 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
terje7601: Clicking on a link to source code, in the "Call Stack" tab of the Network Monitor window

GUEST: Did a git pull and an exception window popud up.

javatlacati: replace /*    */ in package 5 000 times

unr303: Editing files




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$DocumentLoad.run(DocumentOpenClose.java:678)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 javatlacati 2016-03-03 22:23:41 UTC
Created attachment 158735 [details]
stacktrace