Bug 73851

Summary: [1.5] Cheetah, package hirarchy fails on Typed classes
Product: [Eclipse Project] JDT Reporter: Guenter Waller <guenter.waller>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.