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 66143

Summary: ConcurrentModificationException in AnnotationBar
Product: versioncontrol Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: CME

Description Antonin Nebuzelsky 2005-10-06 15:20:14 UTC
I have a java file opened in editor with the annotation bar displayed. Whenever
I click Enter on a line with existing CVS annotation, CME is raised. See the
attached exception.
Comment 1 Antonin Nebuzelsky 2005-10-06 15:20:58 UTC
Created attachment 25607 [details]
CME
Comment 2 _ pkuzel 2005-10-06 16:58:23 UTC
I can not reproduce, however I recently moved performer from AWT to worker
thread. It could cause it.
Comment 3 _ pkuzel 2005-10-06 17:31:54 UTC
Checking in AnnotationBar.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/annotate/AnnotationBar.java,v
 <--  AnnotationBar.java
new revision: 1.19; previous revision: 1.18
done