Bug 174360 - [filters] Filter compiled classes from various views.
Summary: [filters] Filter compiled classes from various views.
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 14:27 EST by Andrew Taylor CLA
Modified: 2007-02-16 12:37 EST (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 Andrew Taylor CLA 2007-02-15 14:27:44 EST
I notice that many classes from .jars (without attached source) show up in various views.  Most notibly the hierarchy and type views show classes for which there are no (known) source files.  Perhaps this is due to me doing something unconventional (referencing project jars instead of projects for classloader/resource reasons)... but I'm sure others are running into this also.  Here's a couple screen caps showing the issue...

http://benow.ca/misc/caps/compiled_in_hierarchy.png
http://benow.ca/misc/caps/compiled_in_open_type.png

It would be nice to filter compiled classes, either on a view-by-view basis, or globally in the configuration.

Thanks for your contribution.  I enjoy using eclipse more and more each day.
Comment 1 Olivier Thomann CLA 2007-02-15 14:37:13 EST
Moving to JDT/UI
Comment 2 Martin Aeschlimann CLA 2007-02-16 05:55:01 EST
What you currently do it to create a working set that only contains the source folders, filter the view or even the window by this working set.
Comment 3 Martin Aeschlimann CLA 2007-02-16 05:55:41 EST
Should say: What you currently can do is to....
Comment 4 Andrew Taylor CLA 2007-02-16 12:37:16 EST
Yeah, ok, but a nice view->filters->show only classes with source would be much easier.  Also, the working set only filters for hierarchy, yes?  What about the unattached jar classes showing in open type chooser (ctrl+shift+t)? Is it possible to filter those with a working set?  If so, maybe an automatically generated 'Only Source Files' working set is all that is needed.