Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 89552 - [search] java search: 'imports' filter does not work for class files
Summary: [search] java search: 'imports' filter does not work for class files
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 61437
Blocks:
  Show dependency tree
 
Reported: 2005-03-30 09:54 EST by Tom Hofmann CLA
Modified: 2008-04-02 05:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hofmann CLA 2005-03-30 09:54:23 EST
I20050329-2000

- search for java.util.List
- enable the 'Imports' filter
> expected: no hits in import containers are shown
< actual: hits in import containers within class files are shown
Comment 1 Dirk Baeumer CLA 2005-03-30 12:30:44 EST
This was already the case before adding the filter support.

I guess that in class files we don't have any information about the import
container. 
Comment 2 Martin Aeschlimann CLA 2005-05-24 03:09:05 EDT
The jdt core infrastructure reports references in class file import on the type.
No easy fix here