-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
recipeRecipe RequestedRecipe Requested
Description
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
.
Metadata
Metadata
Assignees
Labels
recipeRecipe RequestedRecipe Requested
Type
Projects
Status
Recipes Wanted