Bug 58631 - [1.5] Cycle in hierarchy no longer detected
Summary: [1.5] Cycle in hierarchy no longer detected
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 06:48 EDT by Philipe Mulet CLA
Modified: 2005-01-11 11:02 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-04-15 06:48:18 EDT
Latest 1.5 branch contents

The following program should be rejected due to cycle in hierarchy:

public class X extends Y {
	interface IM {}
}
class Y implements X.IM {}
Comment 1 Philipe Mulet CLA 2004-04-15 06:48:33 EDT
Added NegativeTest#test417
Comment 2 Kent Johnson CLA 2004-04-15 13:18:08 EDT
fixed.