Bug 73245 - Error source range of 'class cannot be superinterface'
Summary: Error source range of 'class cannot be superinterface'
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.1 M2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 10:41 EDT by Martin Aeschlimann CLA
Modified: 2004-09-23 09:34 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 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.