Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] type hierarchy build scope

Hi Michael,

Workspace scope was inherited from JDT.

Type hierarchy has super-types and sub-types.
It looks like project scope could be used for super-types, but project scope should be "reversed" for sub-types. For example, if class is in the system library then we should search for sub-types across the whole workspace.

I agree that type hierarchy needs some refactoring and (probably) language specific extensions.

Regards,
Alex


Michael Spector wrote:
Hi!

Currently when building type hierarchy workspace scope is used.
Can someone find a justification for that fact? Why, for instance, it
cannot be a project scope?
Why non-referenced projects may be interesting?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=250551

Thanks!



Back to the top