Bug 7592 - redundant and misleading dialog on 'Show in Packages View'
Summary: redundant and misleading dialog on 'Show in Packages View'
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-15 05:18 EST by Adam Kiezun CLA
Modified: 2002-03-28 04:26 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 Adam Kiezun CLA 2002-01-15 05:18:50 EST
1. create this in one file T.java:
public class T {
	void f(){}
}
class A{}

2. in the editor, choose 'Show in Package View'
3. the dialog says something about 'Show in type hierarchy' (?)
4. showing the dialog is absolutely unnecessary - there's no more needed input 
that the selected file
Comment 1 Erich Gamma CLA 2002-01-15 06:20:22 EST
Martin this is new behaviour, what is the rational behind it?
Comment 2 Erich Gamma CLA 2002-01-15 06:53:07 EST
discussed with Martin, proper fix is to rewrite the action with
StructuredSelectionProvider helper
Comment 3 Martin Aeschlimann CLA 2002-01-25 13:17:58 EST
fixed > 20125
Comment 4 Andre Weinand CLA 2002-03-28 04:26:29 EST
Verified