Bug 73233 - [1.5][Type Hierarchy] Empty set of subclasses of generic type
Summary: [1.5][Type Hierarchy] Empty set of subclasses of generic type
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 73234 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-03 07:15 EDT by Tobias Widmer CLA
Modified: 2004-10-27 06:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.