Skip to content

Review the public API and currently unused types #699

@armiol

Description

@armiol

After splitting base into several repositories, some of the types and some of the methods became unused. Also, many endpoints are over-exposed — typically, being public instead of package-private.

During the migration to Java 11, the "unused" warnings were suppressed with

@SuppressWarnings("unused") /* Part of the public API. */

The over-exposed methods were left intact.

When addressing this issue, one should review the "unused" and over-exposed pieces. And either remove/hide them, or cover with the corresponding tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    📋 Backlog

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions