Bug 14834

Summary: smalltalk-ish error message
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-04-29 09:13:16 EDT
public class A {
    void f(){
       new A[0].f();
    }
}

message says 'cannot send f() to the array type A[]'
i guess 'cannot invoke method f() on the array type A[]' or something like that 
is better
Comment 1 Philipe Mulet CLA 2002-04-29 09:25:46 EDT
Agreed. Fixed