Bug 133071

Summary: Cycles are wrongly detected.
Product: [Eclipse Project] JDT Reporter: Emanuel Greisen <bugzilla>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: bugzilla
Version: 3.2   
Target Milestone: 3.2 RC2   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Test case that displays "wrong" errors in Eclipse none

Description Emanuel Greisen CLA 2006-03-23 16:55:12 EST
Eclipse creates errors about cycles that are not cycles. And It also complains that the hierachy is inconsistant and it is not. This is the same as bug 81949, but I am adding it again because the error is still present in eclipse:

Eclipse Platform

Version: 3.2.0
Build id: N20060320-0010
Comment 1 Emanuel Greisen CLA 2006-03-23 16:56:08 EST
Created attachment 36850 [details]
Test case that displays "wrong" errors in Eclipse

Rather big testcase that shows both inconsistant-hierachy error and wrongly detected cycles.
Comment 2 Kent Johnson CLA 2006-03-24 10:26:26 EST
Why do we need 2 PRs for the same bug?

*** This bug has been marked as a duplicate of 81949 ***
Comment 3 Kent Johnson CLA 2006-04-12 16:34:18 EDT
This testcase is different than bug 81949
Comment 4 Kent Johnson CLA 2006-04-13 13:28:34 EDT
Simpler testcase:

class B<T extends C> extends A<T> {}

class C extends B<Object> {}

class A<T extends C> {}
Comment 5 Kent Johnson CLA 2006-04-17 15:40:05 EDT
Added GenericTypeTest 969
Comment 6 Olivier Thomann CLA 2006-04-28 12:09:27 EDT
Verified with I20060427-1600 for 3.2RC2