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

Summary: java.util.ConcurrentModificationException at java.util.WeakHashMap$HashIterator.nextEntry
Product: platform Reporter: javatlacati <javatlacati>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: terje7601, unr303
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220413
Attachments: stacktrace

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