Bug 29536

Summary: Check use of IResource.getLocation
Product: [Eclipse Project] JDT Reporter: Knut Radloff <knut_radloff>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Knut Radloff CLA 2003-01-15 09:56:14 EST
build 20030107

There still is code that uses the result of IResource.getLocation without 
checking for null. E.g., MatchLocator in search.
See posting on platform-core-dev mailing list on 12/13
See bug 29480 for steps to reproduce.
Comment 1 Jerome Lanneluc CLA 2003-01-20 05:59:30 EST
Protected all references to getLocation in JDT Core.
Comment 2 David Audel CLA 2003-02-10 09:56:43 EST
Verified.