* java.lang.Object)
*/
protected Map createMarkerAttributes(MarkerUtilities factory, Object violation)
{
Map attributes = new HashMap(3);
Violation v = (Violation) violation;
int severity;
if ("error".equalsIgnoreCase(v.severity))
{
severity = IMarker.SEVERITY_ERROR;