String checksumSha1 = artifact.getModel().getChecksumSHA1();
List results = null;
try
{
results = dao.getArtifactDAO().queryArtifacts( new ArtifactsBySha1ChecksumConstraint( checksumSha1 ) );
}
catch ( ObjectNotFoundException e )
{
getLogger().debug( "No duplicates for artifact: " + artifact );
return;