When applying RemoveObjectsIsNull, checkstyle says
[ERROR] /home/runner/work/jabref/jabref/src/main/java/org/jabref/gui/shared/SharedDatabaseUIManager.java:4:8: Unused import - java.util.Objects. [UnusedImports]
This should not happen. Can the recipe simply call https://docs.openrewrite.org/recipes/java/removeunusedimports afterwards? Maybe with a parameter, to only handle Objects?
Detected at: JabRef/jabref#10788
When applying RemoveObjectsIsNull, checkstyle says
This should not happen. Can the recipe simply call https://docs.openrewrite.org/recipes/java/removeunusedimports afterwards? Maybe with a parameter, to only handle
Objects?Detected at: JabRef/jabref#10788