Bug 73245

Summary: Error source range of 'class cannot be superinterface'
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-09-03 10:41:36 EDT
20040903

In the following code the error is 'Vector cannot be superinterface to A..' but
the type name 'A' is error marked, not 'Vector'.
I siggest to change that to be consistent with the error 'Serializable cannot be
super class of A' where 'Serializable' is marked (this would also help me with
the quick fix).

public class A implements Vector {
}
Comment 1 Philipe Mulet CLA 2004-09-06 09:22:24 EDT
Agreed
Comment 2 Kent Johnson CLA 2004-09-07 11:11:41 EDT
Fixed.
Comment 3 David Audel CLA 2004-09-23 09:34:39 EDT
Verified in I200409240100.