Bug 7592

Summary: redundant and misleading dialog on 'Show in Packages View'
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Erich Gamma <erich_gamma>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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