Bug 78293 - [1.5][compiler] Should flag implementing twice generic interface with different arguments
Summary: [1.5][compiler] Should flag implementing twice generic interface with differe...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 10:13 EST by Philipe Mulet CLA
Modified: 2004-12-14 11:16 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 Philipe Mulet CLA 2004-11-10 10:13:04 EST
3.1m3

The following code should be rejected:

public class X <T extends String & Comparable<X>> {
}
Comment 1 Kent Johnson CLA 2004-11-26 13:27:51 EST
Added GenericType test 429
Comment 2 Olivier Thomann CLA 2004-12-14 11:16:20 EST
Verified in 200412140800