517518519520521522523524525
for (DirectoryID sourcePath : sourcePaths.keySet()) { if (!sourcePath.getFile().exists()) { problems.add(new SourcePathNotFoundProblem(sourcePath.getFile().getAbsolutePath())); } } }