Community
Participate
Working Groups
As revealed in the API report attached to bug 313085 the class org.eclipse.mat.ui.editor.MultiPaneEditorSite illegally implements org.eclipse.ui.IEditorSite, which is marked with @noimplement
We might be able to change to MultiPaneEditorSite extends MultiPageEditorSite MultiPaneEditor extends MultiPageEditorPart There could be a lot of other changes.
See also bug 334299 which is for a similar problem in another project.
I think we can leave things as they are.