if (feature.getName().getLocalPart().equals(layer.getName())) {
break;
}
}
//add the error to the issues list
FeatureIssue issue = new FeatureIssue(Priority.WARNING, message, layer, feature, Messages.GenericValidationResults_validationWarning);
issues.add(issue);
}