Cleanup some TODOs

This commit is contained in:
Andreas Dangel
2024-03-01 11:38:04 +01:00
parent 642716fabf
commit ab0d740d81
35 changed files with 155 additions and 77 deletions

View File

@@ -64,7 +64,6 @@ public final class PmdRootLogger {
// In pmd-cli, we use slf4j-simple.
// create a top-level reporter
// TODO CLI errors should also be reported through this
PmdReporter pmdReporter = new SimpleMessageReporter(log);
// always install java.util.logging to slf4j bridge
Slf4jSimpleConfiguration.installJulBridge();