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 47250 - ConcurrentModificationException in Request Procesor while opening file
Summary: ConcurrentModificationException in Request Procesor while opening file
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 13:27 UTC by pfelenda
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test java file (435 bytes, text/plain)
2004-08-16 13:28 UTC, pfelenda
Details
Exception (1.28 KB, text/plain)
2004-08-16 13:29 UTC, pfelenda
Details
Stack trace (8.36 KB, text/plain)
2004-08-16 13:30 UTC, pfelenda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pfelenda 2004-08-16 13:27:44 UTC
Beta 1 , jdk1.5.0_b63

Steps to reproduce :

- Open the attached file from menu "File|Open File..."

-> the exception appear, and exception stack trace
is printed in system console

--- tail of exception --- 
Annotation: Exception occurred in Request Processor
java.util.ConcurrentModificationException
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList$LightAttrListIterator.testModCount(LightAttrList.java:360)
Comment 1 pfelenda 2004-08-16 13:28:24 UTC
Created attachment 16839 [details]
Test java file
Comment 2 pfelenda 2004-08-16 13:29:30 UTC
Created attachment 16840 [details]
Exception
Comment 3 pfelenda 2004-08-16 13:30:00 UTC
Created attachment 16841 [details]
Stack trace
Comment 4 Martin Matula 2004-08-17 10:26:47 UTC
Fixed in trunk.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaClassImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaClassImpl.java,v
 <--  JavaClassImpl.java
new revision: 1.28; previous revision: 1.27
done
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/ResourceImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/ResourceImpl.java,v
 <--  ResourceImpl.java
new revision: 1.27; previous revision: 1.26
done
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/SemiPersistentElement.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/SemiPersistentElement.java,v
 <--  SemiPersistentElement.java
new revision: 1.29; previous revision: 1.28
done
Comment 5 pfelenda 2004-08-27 07:39:22 UTC
Verified in dev build 200408261030.
The exception does not appear while opening the file.
Comment 6 Quality Engineering 2007-09-20 12:32:09 UTC
Reorganization of java component