Bug 82250

Summary: [5.0] don't allow duplicate interface bounds
Product: [Eclipse Project] JDT Reporter: Tom Hofmann <eclipse>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Linux   
Whiteboard:

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