search results vs. plugin.xml [message #334059] |
Fri, 16 January 2009 21:01 |
Eclipse User |
|
|
|
Originally posted by: first.last.oracle.com
When I search for references to a class using the command
Search-References-Workspace (Ctrl-Shift-G), the search results
will not always display references to the class from plugin.xml.
Pseudo-example:
I have an implementation of org.eclipse.core.runtime.IAdapterFactory
named "foo.BarAdapterFactory" that is referenced in an extension:
<extension
point="org.eclipse.core.runtime.adapters">
<factory
class="foo.BarAdapterFactory"
adaptableType="...">
<adapter type="..."/>
</factory>
</extension>
This reference to "foo.BarAdapterFactory" shows up in the search results.
I also have an implementation of org.eclipse.ui.INewWizard named
"foo.BarWizard" that is referenced in another extension:
<extension
point="org.eclipse.ui.newWizards">
<category
id="..."
name="%..."
parentCategory="..."/>
<wizard
id="..."
name="%..."
icon="..."
category="...">
<description>%...</description>
<class class="foo.BarWizard">
<parameter name="xxx" value="true"/>
<parameter name="yyy" value="40" />
</class>
</wizard>
</extension>
This reference to "foo.BarWizard" does *not* show up in the search results.
Is this a bug? Or am I expecting too much?
Thanks.
Brian
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03514 seconds