Community
Participate
Working Groups
E.g. in the following extension point 'prefenceClass' and 'class' attributes are of type Java, but PDE does not report an error if the classes specified for these do not extend/implement the class/interface specified in the extension definition. ---------------------------------------------------------------------------- <extension point="org.eclipse.ui.workbench.texteditor.spellingEngine"> <engine preferencesClass="org.eclipse.jdt.internal.ui.preferences.SpellingPreferenceBlock" label="%defaultSpellingEngine.label" class="org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine" default="true" id="org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine"> </engine> </extension> ----------------------------------------------------------------------------
This is an ugly hole in our story: people spend time to specify their extension point but in the end it will not be verified/checked.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.