factory.deleteMarkers(resource, METRICS_MARKER);
for (int i = 0; i < violations.length; i++)
{
Map attributes = createMarkerAttributes(factory, violations[i]);
factory.createMarker(resource, METRICS_MARKER, attributes);
}
}
/*
* @see org.epic.perleditor.actions.PerlJobAction#doJob(org.eclipse.core.resources.IResource)