Bug 15091

Summary: Too many cycle markers generated when cycle is detected
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-05-02 10:32:19 EDT
Build 20020501

If you have 3 projects: P1, P2, P3 where P1 is on the classpath of P2, and P2 
is on the classpath of P3, then if you put P3 on the classpath of P1, 6 cycle 
markers are generated (2 per projects). There should be only 3.
Comment 1 Jerome Lanneluc CLA 2002-05-02 10:34:18 EDT
Fixed.