You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: