return result;
}
private void parserCollectionOfFiles(final File workspace, final ParserResult result) throws InterruptedException {
log("Finding all files that match the pattern " + filePattern);
String[] fileNames = new FileFinder(filePattern).find(workspace);
if (fileNames.length == 0) {
if (isMavenBuild) {
log("No files found in " + workspace.getAbsolutePath() + " for pattern: " + filePattern);
}