}
private boolean shouldCreateItem(File sourceFile, File targetFile,
boolean pretend, Map<File, ProblemType> problemMap)
{
ProblemType foundProblem = null;
if (sourceFile.isDirectory()) {
// Check if file already exists
if (targetFile.exists()) {
if (pretend) {