if (wavelet.getDataDocuments().contains("issue-tracker-project")) {
return;
}
Annotations annotations = event.getBlip().getAnnotations();
Iterator<Annotation> iterator = annotations.iterator();
while (iterator.hasNext()) {
Annotation annotation = iterator.next();
String name = annotation.getName();
String value = annotation.getValue();
if (name.equals(this.HIGHLIGHT_ANNOTATION_NAME) && value.equals("new")) {