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 37562 - [java-mdr] Many exceptions thrown from IDE.
Summary: [java-mdr] Many exceptions thrown from IDE.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-27 09:57 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log. (5.17 KB, application/octet-stream)
2003-11-27 09:57 UTC, ehucka
Details
Another stacktraces. (20.68 KB, text/plain)
2003-12-01 11:11 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2003-11-27 09:57:10 UTC
Refactoring build from 26.11.2003

Try to:

mount a filesystem
open source file
invoke CC
remount filesystem
browse Java hierarchy
Comment 1 ehucka 2003-11-27 09:57:54 UTC
Created attachment 12328 [details]
IDE log.
Comment 2 ehucka 2003-12-01 11:11:29 UTC
Created attachment 12368 [details]
Another stacktraces.
Comment 3 Jan Becicka 2004-03-05 09:03:34 UTC
Fixed NPE:
Checking in JavaMetamodel.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/Attic/JavaMetamodel.java,v
 <--  JavaMetamodel.java
new revision: 1.1.2.28; previous revision: 1.1.2.27

And ISE:
Checking in JavaPackageImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/Attic/JavaPackageImpl.java,v
 <--  JavaPackageImpl.java
new revision: 1.1.2.5; previous revision: 1.1.2.4
Comment 4 ehucka 2004-07-13 14:35:30 UTC
verified