Merge remote-tracking branch 'upstream/master' into parallelize-analyzers-aftermath

This commit is contained in:
Stefan Neuhaus
2016-10-09 16:08:46 +02:00
17 changed files with 33047 additions and 9524 deletions

View File

@@ -323,7 +323,7 @@ public class HintAnalyzer extends AbstractAnalyzer {
try {
org.apache.commons.io.FileUtils.copyInputStreamToFile(fromClasspath, file);
} catch (IOException ex) {
throw new HintParseException("Unable to locate suppressions file in classpath", ex);
throw new HintParseException("Unable to locate hints file in classpath", ex);
}
}
} finally {