Bug 73233

Summary: [1.5][Type Hierarchy] Empty set of subclasses of generic type
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: All   
Whiteboard:

Description Tobias Widmer CLA 2004-09-03 07:15:14 EDT
Build I20050831: Type hierarchy contains no subclasses of a generic type.

Steps to reproduce:
- Create class A<X>
- Create class B<X> extends A<X>
- Create "void foo(){}" in B
- Invoke "Pull Up" refactoring on foo
Comment 1 Tobias Widmer CLA 2004-09-03 08:19:50 EDT
*** Bug 73234 has been marked as a duplicate of this bug. ***
Comment 2 Jerome Lanneluc CLA 2004-10-27 06:56:05 EDT
Verified this works in I20041026.