mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
resolved gradle issue 14 - https://github.com/jeremylong/dependency-check-gradle/issues/14
This commit is contained in:
@@ -292,7 +292,7 @@ public class HintAnalyzer extends AbstractAnalyzer implements Analyzer {
|
|||||||
LOGGER.error("Unable to parse the base hint data file");
|
LOGGER.error("Unable to parse the base hint data file");
|
||||||
LOGGER.debug("Unable to parse the base hint data file", ex);
|
LOGGER.debug("Unable to parse the base hint data file", ex);
|
||||||
}
|
}
|
||||||
final String filePath = Settings.getString(Settings.KEYS.SUPPRESSION_FILE);
|
final String filePath = Settings.getString(Settings.KEYS.HINTS_FILE);
|
||||||
if (filePath == null) {
|
if (filePath == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ public class SuppressionErrorHandler implements ErrorHandler {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void warning(SAXParseException ex) throws SAXException {
|
public void warning(SAXParseException ex) throws SAXException {
|
||||||
LOGGER.debug("", ex);
|
//LOGGER.debug("", ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user