Bug 74592

Summary: [1.5] Invalid cycle diagnosis
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Philipe Mulet CLA 2004-09-22 12:09:51 EDT
Build 20040921

Following code should not issue a complaint about cycle in hierarchy (one 
unit):

public class X<T extends Y> {
}
class Y extends X {
}
Comment 1 Kent Johnson CLA 2004-09-22 14:19:36 EDT
added test304

Philippe: this is a low risk change. Can it go into M2?
Comment 2 Philipe Mulet CLA 2004-09-22 15:40:45 EDT
+1
Comment 3 Kent Johnson CLA 2004-09-22 15:47:08 EDT
Released for M2.
Comment 4 Frederic Fusier CLA 2004-09-24 04:51:47 EDT
Verified for 3.1 M2 with build I200409231635.