if (!overrideSourcePath && sourcePathManager.isFileOnSourcePath(file))
continue;
if (newSourcesSet.contains(file))
{
problems.add(new DuplicateSourceFileProblem(file));
}
else
{
newSourcesSet.add(file);
// if a file doesn't exist in the sources, then it needs