Bug 82250 - [5.0] don't allow duplicate interface bounds
Summary: [5.0] don't allow duplicate interface bounds
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 11:08 EST by Tom Hofmann CLA
Modified: 2005-02-16 05:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hofmann CLA 2005-01-05 11:08:11 EST
I20050104-gtk

This should not be allowed (javac complains):

class B<T extends Serializable & Serializable> {
}
Comment 1 Kent Johnson CLA 2005-01-10 16:43:51 EST
Added GenericType test453
Comment 2 David Audel CLA 2005-02-16 05:46:15 EST
Verified in I20050215-2300