Skip to content

UnusedImportRemover fails for same-package nested class imports #420

Description

@adityajidhonde

Edge case in UnusedImportRemoverVisitor.java. The current logic for same-package imports relies on a . not being present after the package name, which works for top-level classes but could fail for nested classes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions