Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Should Object be included in hierarchy of an interface?

Bug 23656 requests Object to be included in the type hierarchy on an
interface. E.g. opening a type hierarchy on IWorkspace would show:

- Type hierarchy:
      Object
      +- IWorkspace
          +- Workspace
- Super type hierarchy:
      IWorkspace
      +- IAdaptable
      +- Object

Does anybody would have any concrete use for this? What are the pros and
cons?




Back to the top