Bug 3219

Summary: JM - 'Cycle detected' should not be a marker attribute (1G8VTSA)
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2001-10-10 22:51:29 EDT
The new markers of the java model define an attribute 'cycle_detected' which every marker in the plugin will have
	(it used to be defined per instance only).

	Instead we should use a common attribute with the compiler (e.g. problemID). When a cycle is detected, we would
	use a special value for this attribute.

NOTES:
Comment 1 Philipe Mulet CLA 2001-10-11 09:36:04 EDT
Time permitting
Comment 2 Philipe Mulet CLA 2002-02-04 11:18:46 EST
Cycle detection got disabled when markers for these became transient.
Changing the implementation so as to couple these marker detection to the other 
classpath ones.
Comment 3 Philipe Mulet CLA 2002-02-06 08:08:09 EST
Fixed.