Fix build

This commit is contained in:
Clément Fournier committed 2023-02-12 20:06:28 +01:00
1 parent fb9f49624d
commit ddbfc90c14
40 files changed
+174 -276

No files matched your search

@@ -124,7 +124,7 @@ public class CpdCommand extends AbstractAnalysisPmdSubcommand {
final CPDConfiguration configuration = toConfiguration();
try (CpdAnalysis cpd = new CpdAnalysis(configuration)){
try (CpdAnalysis cpd = new CpdAnalysis(configuration)) {
MutableBoolean hasViolations = new MutableBoolean();
cpd.performAnalysis(report -> hasViolations.setValue(!report.getMatches().isEmpty()));