Bug 232098 - ITypeHierarchy queries should define order where sensible
Summary: ITypeHierarchy queries should define order where sensible
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 11:32 EDT by Markus Keller CLA
Modified: 2008-05-14 11:32 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 Markus Keller CLA 2008-05-14 11:32:40 EDT
I20080513-2000

ITypeHierarchy queries should define order where sensible:

- Declaration order:
getSuperInterfaces(IType)
getSupertypes(IType)

- Declaration order, breadth-first traversal:
getAllSuperInterfaces(IType)
getAllSupertypes(IType)