Community
Participate
Working Groups
The error log shows JavaElementLabels errors for org.eclipse.ui.internal.EditorManager.InnerEditor Error 2005-06-13 09:34:37.35 JavaElementLabels: Number of param types(4) != number of names(3): InnerEditor This is the code it doesn't like: public InnerEditor(IEditorReference outerEditor, IEditorInput input, EditorDescriptor desc) { super(EditorManager.this, input, desc); this.outerEditor = outerEditor; } definitely 3 params, not 4. I'm running RC2: Version: 3.1.0 Build id: I20050610-1757 linux-gtk Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) I grabbed the platform-ui module from HEAD PW
This is a dup of 99137. we now log an error instead of causing a AIOOBE ;-). *** This bug has been marked as a duplicate of 99137 ***