Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Determine missing references of a declarative service

There is a console command you could use for that purpose.
You should list the DS components with "list" command. Then you can require detail info for a component in the list by typing "component <n>", where <n> is the component number in the list. You will get static and dynamic information. The unsatisfied references are shown in the dynamic information.

Stoyan

Kirchev, Lazar wrote:
Hello,

We are using DS and we need to find missing references of a declarative
service. There is no console command to provide this info. Is there some
way to achieve this non-programatically?

Regards,
Lazar
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev





Back to the top