Bug 3219 - JM - 'Cycle detected' should not be a marker attribute (1G8VTSA)
Summary: JM - 'Cycle detected' should not be a marker attribute (1G8VTSA)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Jerome Lanneluc CLA
Modified: 2002-02-06 08:08 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 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.