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 47211 - IDE does not respond
Summary: IDE does not respond
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 15:09 UTC by pfelenda
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Java file (435 bytes, text/plain)
2004-08-13 15:11 UTC, pfelenda
Details
first exception (1.28 KB, text/plain)
2004-08-13 15:12 UTC, pfelenda
Details
second neverending exception (29.75 KB, text/plain)
2004-08-13 15:17 UTC, pfelenda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pfelenda 2004-08-13 15:09:47 UTC
Steps to reproduce :
- I open the attached file "File|Open File" and
the exception (ex.txt) appeared.
- close the file
- restarted IDE
- open the file anyway
-> There are a lot of nevereding exceptions stack
traces (ex2.txt) in system console and  IDE does
not respond.(while moving any other window over
IDE, ide is gray)
Comment 1 pfelenda 2004-08-13 15:11:12 UTC
dev build 200408121800, jdk1.5.0-rc-beta63
Comment 2 pfelenda 2004-08-13 15:11:46 UTC
Created attachment 16810 [details]
Java file
Comment 3 pfelenda 2004-08-13 15:12:19 UTC
Created attachment 16811 [details]
first exception
Comment 4 pfelenda 2004-08-13 15:17:06 UTC
Created attachment 16812 [details]
second neverending exception
Comment 5 Martin Matula 2004-08-13 15:27:20 UTC
The first issue is a duplicate of issue 46349 and should be fixed in
trunk (I will not merge this fix to q-build branch since it is a P3).
The infinit loop has been fixed in trunk a few minutes ago. I need to
create a different fix for beta, since the trunk fix was part of a
bigger code refactoring.
Comment 6 Martin Matula 2004-08-13 15:37:41 UTC
Fixed in q-build branch.

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.25.2.1; previous revision: 1.25
done
Comment 7 pfelenda 2004-08-27 07:30:21 UTC
Verified in dev build 200408262030.
It is possible to restart IDE without the freeze.
Comment 8 Quality Engineering 2007-09-20 12:10:11 UTC
Reorganization of java component