Skip to content

Removing unnecessary or misleading modifiers #126

@jens-kaiser

Description

@jens-kaiser

The code still contains concepts that were used long before Java 8 in many places. Some of these can or should now be replaced by other constructs.

In many places, there are modifiers that do not belong there.

  • final modifier in final classes are redundant
  • proteced modifier in final classes are useless
  • final modifier on static or private methods are useless

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions