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 99941 - Exception while editing sources.
Summary: Exception while editing sources.
Status: CLOSED DUPLICATE of bug 94397
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-04-04 10:19 UTC by Peter Pis
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ConcurrentModificationException (1.50 KB, text/plain)
2007-04-04 10:20 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2007-04-04 10:19:43 UTC
NetBeans IDE Dev (Build 070403)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Linux version 2.6.9-1.667 running on i386
en_US (nb); UTF-8

While editing sources of netbeans module
java.util.ConcurrentModificationException was thrown.

java.util.ConcurrentModificationException
        at
java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
        at java.util.AbstractList$Itr.next(AbstractList.java:420)
        at
org.netbeans.modules.editor.errorstripe.AnnotationViewDataImpl.computeTotalStatus(AnnotationViewDataImpl.java:427)
       at
org.netbeans.modules.editor.errorstripe.AnnotationView.drawGlobalStatus(AnnotationView.java:240)
        at
org.netbeans.modules.editor.errorstripe.AnnotationView.paintComponent(AnnotationView.java:317)
        at javax.swing.JComponent.paint(JComponent.java:1006)
        at
Comment 1 Peter Pis 2007-04-04 10:20:55 UTC
Created attachment 40420 [details]
ConcurrentModificationException
Comment 2 Vitezslav Stejskal 2007-04-04 22:25:42 UTC
I assume it's random.
Comment 3 Jiri Prox 2007-07-11 09:19:37 UTC

*** This issue has been marked as a duplicate of 94397 ***
Comment 4 Peter Pis 2007-07-11 09:28:15 UTC
Verified as a dup. Closing...