Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 99639 - JavaElementLabels errors for an inner class
Summary: JavaElementLabels errors for an inner class
Status: RESOLVED DUPLICATE of bug 99137
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 09:45 EDT by Paul Webster CLA
Modified: 2005-06-13 09:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Webster CLA 2005-06-13 09:45:20 EDT
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
Comment 1 Dirk Baeumer CLA 2005-06-13 09:53:42 EDT
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 ***