Bug 73234 - [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 DUPLICATE of bug 73233
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 07:16 EDT by Tobias Widmer CLA
Modified: 2004-09-03 08:19 EDT (History)
0 users

See Also:


Attachments
stack trace (747 bytes, text/plain)
2004-09-03 07:17 EDT, Tobias Widmer CLA
no flags Details

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:16:18 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 07:17:12 EDT
Created attachment 14394 [details]
stack trace
Comment 2 Tobias Widmer CLA 2004-09-03 08:19:49 EDT

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