You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.