Bug 133071 - Cycles are wrongly detected.
Summary: Cycles are wrongly detected.
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 16:55 EST by Emanuel Greisen CLA
Modified: 2006-04-28 12:09 EDT (History)
1 user (show)

See Also:


Attachments
Test case that displays "wrong" errors in Eclipse (2.72 KB, application/x-gtar)
2006-03-23 16:56 EST, Emanuel Greisen CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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