openrewrite / rewrite-logging-frameworks

OpenRewrite recipes for assisting with Java logging migration tasks.
Apache License 2.0
25 stars 20 forks source link

Unused imports should be removed. #178

Closed koppor closed 3 weeks ago

koppor commented 3 weeks ago

After applying Loggers should be named for their enclosing classes, there are unused imports. (Not in all cases; the other class could be used elsewhere maybe)

Wish: Imports should be removed if they are not needed any more.