Merge branch 'master' of github.com:jeremylong/DependencyCheck

Former-commit-id: 25d67194a46eb3654415cd0dd91e67cd17befdb5
This commit is contained in:
Jeremy Long
2014-04-21 20:31:48 -04:00

View File

@@ -93,7 +93,6 @@ public abstract class AbstractSuppressionAnalyzer extends AbstractAnalyzer {
private void loadSuppressionData() throws SuppressionParseException {
final String suppressionFilePath = Settings.getString(Settings.KEYS.SUPPRESSION_FILE);
if (suppressionFilePath == null) {
rules = null; // Set to null to fix issue with Jenkins plugin configuration changes between builds
return;
}
File file = null;