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

Summary: IDE does not respond
Product: java Reporter: pfelenda <pfelenda>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Java file
first exception
second neverending exception

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