Bug 58631

Summary: [1.5] Cycle in hierarchy no longer detected
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.