Bug 102681 - ensure that non-existing elements can not be searched
Summary: ensure that non-existing elements can not be searched
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Shawn Minto CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-04 14:38 EDT by Mik Kersten CLA
Modified: 2005-07-18 17:58 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mik Kersten CLA 2005-07-04 14:38:42 EDT
If a Java element or resource does not exist ensure that it can not be 
included in a search input or scope.
Comment 1 Mik Kersten CLA 2005-07-18 14:12:49 EDT
Can be checked with IJavaElement.exists?
Comment 2 Shawn Minto CLA 2005-07-18 17:58:06 EDT
Now, all places for the references providers when the use JavaCore.create, they
do a JavaCore.exists check to make sure that there is no problem.  This may
be linked to bug 101900