Remove fixed TODO

This commit is contained in:
Juan Martín Sotuyo Dodero
2022-08-17 11:20:00 -03:00
parent af40487933
commit ccf6adfcd6

View File

@@ -132,9 +132,6 @@ public class CpdCommand extends AbstractAnalysisPmdSubcommand {
final CPD cpd = new CPD(configuration);
try {
// TODO : This should be done by CPD itself from the configuration…
//CPDCommandLineInterface.addSourceFilesToCPD(cpd, arguments);
cpd.go();
configuration.getCPDRenderer().render(cpd.getMatches(), new BufferedWriter(new OutputStreamWriter(System.out)));