Bug 28076 - NPE during quick shutdown
Summary: NPE during quick shutdown
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 06:31 EST by Philipe Mulet CLA
Modified: 2003-01-17 07:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-12-11 06:31:23 EST
Build 20021126

When starting and exiting a self-hosting source workspace, I got a NPE;

java.lang.NullPointerException
        at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.resourceExists
(JarPackageFragmentRoot.java:330)
        at org.eclipse.jdt.internal.core.PackageFragmentRoot.openWhenClosed
(PackageFragmentRoot.java:680)

due to the fact the workspace got nullified on the way out.
Nothing into the .log, and truncated stack trace.
Comment 1 Philipe Mulet CLA 2003-01-17 07:08:03 EST
Closing as not reproduceable.