listString.append(qNameFile.file.getAbsolutePath());
}
if(found > 1) //if we found more than one duplicate qname then report a problem
{
ICompilerProblem problem = new DuplicateQNameInSourcePathProblem(listString.toString(), qName);
duplicateQNameProblems.add(problem);
}
}
}