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 46349 - ConcurrentModificationException from LightAttrList.LightAttrListIterator.testModCount
Summary: ConcurrentModificationException from LightAttrList.LightAttrListIterator.test...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM
: 44247 47176 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-20 17:07 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (5.05 KB, text/plain)
2004-07-20 17:08 UTC, Jesse Glick
Details
Log file (180.53 KB, text/plain)
2004-08-03 22:57 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-07-20 17:07:27 UTC
040719, 1.5.0 b58, Linux GTK. No idea how to
reproduce; occurred while browsing
apisupport/project/test/unit/src/ I think.
Comment 1 Jesse Glick 2004-07-20 17:08:10 UTC
Created attachment 16346 [details]
Stack trace
Comment 2 Martin Matula 2004-07-22 12:35:29 UTC

*** This issue has been marked as a duplicate of 44247 ***
Comment 3 Martin Matula 2004-07-22 12:46:27 UTC
Reopening - will set the other exception as a duplicate of this one
since this one contains more useful info.
Comment 4 Martin Matula 2004-07-22 12:47:31 UTC
*** Issue 44247 has been marked as a duplicate of this issue. ***
Comment 5 Martin Matula 2004-07-22 14:12:29 UTC
Fixed.

Checking in
src/org/netbeans/modules/java/bridge/TopClassesCollection.java;
/cvs/java/src/org/netbeans/modules/java/bridge/TopClassesCollection.java,v
 <--  TopClassesCollection.java
new revision: 1.4; previous revision: 1.3
done
Comment 6 Jesse Glick 2004-08-03 22:56:54 UTC
Happened again in 040803, b60, editing ParseProjectXml.java.
Comment 7 Jesse Glick 2004-08-03 22:57:39 UTC
Created attachment 16636 [details]
Log file
Comment 8 Jan Becicka 2004-08-13 11:59:19 UTC
*** Issue 47176 has been marked as a duplicate of this issue. ***
Comment 9 Martin Matula 2004-08-13 15:31:49 UTC
Now it should be really fixed by the most recent refactoring of
javacore's code matching logic.
Comment 10 Quality Engineering 2007-09-20 10:09:08 UTC
Reorganization of java component