Bug 73851 - [1.5] Cheetah, package hirarchy fails on Typed classes
Summary: [1.5] Cheetah, package hirarchy fails on Typed classes
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-14 04:18 EDT by Guenter Waller CLA
Modified: 2004-09-14 15:10 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 Guenter Waller CLA 2004-09-14 04:18:35 EDT
JDT Version 3.0.0 Cheetah 06

Situation:

    - three classes in one package: (A,B,C)
  
    public class A<T>{private T value;}
    public class B extends A<String> {}
    public class C extends B {}

Bug:

    Open Type hirarchy on the package gives:

       B - C

    which is a bug, because the typed class A is missing.

    Open Type hirarchy on the class B gives:

       A<T> - B - C

    which is correct.

Sometimes, if Eclipse is started for the first time, the package hirarchy is 
correct, but i can not find a system for that behavior.

best regards

Guenter Waller
Comment 1 Kent Johnson CLA 2004-09-14 15:10:10 EDT
Please move to the latest 3.1 integration build.

All new JDK1.5 work & bug fixes are released in the main integration stream. 
We are no longer producing Cheetah drops.