in apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/LicenseAnalyst.java [180:193]
private void addIssues(
final Collection<Pair<
org.apache.creadur.whisker.model.WithinDirectory,
Resource>> resources,
final ResourceDefinitionError error) {
for (Pair<
org.apache.creadur.whisker.model.WithinDirectory,
Resource> duplicate: resources) {
getIssues(error).add(
new ResourceDescription(
duplicate.getLeft().getName(),
duplicate.getRight().getName()));
}
}