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 47267 - ConcurrentModificationException after select file in editor
Summary: ConcurrentModificationException after select file in editor
Status: CLOSED 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:
Depends on:
Blocks:
 
Reported: 2004-08-16 15:01 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ConcurrentModificationException stack-trace (1.22 KB, text/plain)
2004-08-16 15:02 UTC, Marian Mirilovic
Details
RuntimeException stack-trace (11.92 KB, text/plain)
2004-08-16 15:04 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-08-16 15:01:21 UTC
[nb_dev](200408151800), [jdk1.5.0](b63)

Steps to reproduce:
- run IDE
- create new project
- create class X
- create class Y
- write to main methof of X.java :   new Y();
- select file Y.java and write new method for
example :  
    public void print(String x) {
System.out.println(x); }
- select X.java file again 
-> ConcurrentModificationException rise (see
attachment)

This is 100% reproducible ;(
Comment 1 Marian Mirilovic 2004-08-16 15:02:09 UTC
Created attachment 16851 [details]
ConcurrentModificationException stack-trace
Comment 2 Marian Mirilovic 2004-08-16 15:04:55 UTC
Created attachment 16852 [details]
RuntimeException stack-trace
Comment 3 Martin Matula 2004-08-16 15:17:36 UTC
I cannot reproduce this. Judging from Inconsistent storage traces in
the attached log this was caused by a bug which was fixed this morning
(see issue 47229).
Comment 4 Marian Mirilovic 2004-08-17 07:16:11 UTC
verified in [nb_dev](200408161800)
Comment 5 Quality Engineering 2007-09-20 12:41:01 UTC
Reorganization of java component