Bug 16863

Summary: type hierarchy misses types
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-05-22 11:34:27 EDT
F1 
class SuperClass {
  public static final String CONSTANT = "value";
}
class SubClass extends SuperClass {
}

type hierarchy on SuperClass misses SubClass
and vice-versa (maybe it's because they are both in the same cu ?)
Comment 1 Jerome Lanneluc CLA 2002-05-22 16:51:23 EDT
This works for me. Do you have more details?
Comment 2 Jerome Lanneluc CLA 2002-05-27 06:54:28 EDT
Please reopen if you have more details.
Comment 3 Adam Kiezun CLA 2002-05-28 11:32:59 EDT
ok.
it work for me now too - strange.
Comment 4 Olivier Thomann CLA 2002-06-03 13:56:16 EDT
Verified in F2.
Comment 5 Olivier Thomann CLA 2002-06-03 13:56:25 EDT
Verified.