Skip to content

Remove unused Lombok logger fields recipe #88

@timtebeek

Description

@timtebeek

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

No one assigned

    Labels

    recipeRecipe Requested

    Type

    No type

    Projects

    Status

    Recipes Wanted

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions