Bug 28076

Summary: NPE during quick shutdown
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.