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 - ConcurrentModificationException in AnnotationBar
Summary: ConcurrentModificationException in AnnotationBar
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-10-06 15:20 UTC by Antonin Nebuzelsky
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CME (493 bytes, text/plain)
2005-10-06 15:20 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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