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 101723 - ConcurrentModificationException when opening java file from project view
Summary: ConcurrentModificationException when opening java file from project view
Status: RESOLVED DUPLICATE of bug 91287
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 10:36 UTC by m_potociar
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file with the exception (32.82 KB, text/plain)
2007-04-19 10:37 UTC, m_potociar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m_potociar 2007-04-19 10:36:22 UTC
Hello,
I am occasionally getting java.util.ConcurrentModificationException when I
double-click on a file in Project View window to open it in the editor. This
issue seems to be related to issue 91287.
(See http://www.netbeans.org/issues/show_bug.cgi?id=91287 )
Comment 1 m_potociar 2007-04-19 10:37:10 UTC
Created attachment 41232 [details]
Log file with the exception
Comment 2 Vitezslav Stejskal 2007-04-19 22:53:22 UTC
Yeah, looks like the same problem as issue #91287. It's unlikely to exist in
6.0, because of the whole new java infrastructure.

*** This issue has been marked as a duplicate of 91287 ***
Comment 3 m_potociar 2007-04-20 14:37:59 UTC
Hello, I would like to ask you to reconsider whether this issue can really be
marked as a duplicate, since it is filed for NB v5.5.1. If you think that it is
unlikely that the same issue occurs in v6.0, it would be more natural to close
the issue #91287. Alternatively, you could close this issue again, provided you
change "Version" field in issue #91287 to "5.5.1".

Also, I would like to provide additional observation details from today:

In the "Project" window I clicked on a class, which caused the "Navigator"
window to start scanning the class to update its content. For some reason, it
took some time for "Navigator" window to finish the scanning. It took long
enough for me to click on another class in the "Project" window. At that moment,
CME occurred. It reoccurred every time I selected different class in the
"Project" view. It seems to me that there is some synchronization issue between
Project and Navigator view.
Comment 4 Jiri Prox 2007-04-20 16:37:21 UTC
Let me clarify it a little bit. The new java infrastructure was merged to trunk
in version 6.0 milestone 5 (around 2006-10-24). So the issue 91287 was filed
against the old infrastructure, which was not significantly changed between 5.5,
5.5.1 and early milestones of 6.0. That why Vita marked this issue as duplicate
of earlier report.



*** This issue has been marked as a duplicate of 91287 ***
Comment 5 Quality Engineering 2007-09-20 11:57:07 UTC
Reorganization of java component