Bug 16863 - type hierarchy misses types
Summary: type hierarchy misses types
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-22 11:34 EDT by Adam Kiezun CLA
Modified: 2002-06-03 13: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 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.