Bug 3704 - Show In Packages View does nothing (1GE8LPJ)
Summary: Show In Packages View does nothing (1GE8LPJ)
Status: RESOLVED DUPLICATE of bug 3754
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 98
: P2 major (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:59 EDT by Unknown User CLA
Modified: 2005-01-18 16:44 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 Unknown User CLA 2001-10-10 22:59:30 EDT
1. Start with a java project containing 2 packages.
2. Select one package and invoke "Open Perspective | Java".
3. In new perspective open a java file.
4. Add an import statement referring to the other package.  Save.
5. Show Outline.
6. Select the import declaration for the other package.
7. Invoke Show in Packages View

Result: Packages view is activated but package is not shown.

Reason: If you open a perspective on one package the other packages are
not visible.  Hence, "Show in Packages View" will always fail.

Suggestion: Now that the packages view has drill down and up, perhaps this
action should reset the input of the packages view to reflect the selected package.
It could add a frame onto the navigation stack.

NOTES:
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:16:25 EDT
moved to 'active'
Comment 2 DJ Houghton CLA 2001-10-24 07:17:33 EDT
PRODUCT VERSION:

Eclipse 0.110 on jdk

Comment 3 Erich Gamma CLA 2001-11-10 15:57:51 EST
Given all the filtering we are providing now, this can happen regularly (e.g. 
when hiding reference libaries and you want to navigate to a JDK class.

We should inform the user that the type isn't found and provide the options to 
remove the filter(s)
Comment 4 Dani Megert CLA 2002-02-27 06:04:09 EST

*** This bug has been marked as a duplicate of 3754 ***