Bug 29536 - Check use of IResource.getLocation
Summary: Check use of IResource.getLocation
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   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: 2003-01-15 09:56 EST by Knut Radloff CLA
Modified: 2003-02-10 09:56 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 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.