rewrite-logging-frameworks
rewrite-logging-frameworks copied to clipboard
Remove unused Lombok logger fields recipe
Pet peeve: IDE warnings about unused loggers added through Lombok annotations. While we already have Remove unused private fields, this does not take into account loggers added through for instance @lombok.extern.slf4j.Slf4j.
Implementation wise we might need to support the Lombok log annotations first before we're able to determine if they are being used. And support might also need to include alternative values for lombok.log.fieldName.