mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 09:09:31 +01:00
coveritys copy paste analysis is awsome - identified a real bug that has been fixed
Former-commit-id: bccecaef9181eeb60a79873ebefc6f8ead259f71
This commit is contained in:
@@ -164,7 +164,7 @@ public class SuppressionHandler extends DefaultHandler {
|
|||||||
pt.setRegex(Boolean.parseBoolean(regex));
|
pt.setRegex(Boolean.parseBoolean(regex));
|
||||||
}
|
}
|
||||||
final String caseSensitive = currentAttributes.getValue("caseSensitive");
|
final String caseSensitive = currentAttributes.getValue("caseSensitive");
|
||||||
if (regex != null) {
|
if (caseSensitive != null) {
|
||||||
pt.setCaseSensitive(Boolean.parseBoolean(caseSensitive));
|
pt.setCaseSensitive(Boolean.parseBoolean(caseSensitive));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user