All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.codemods.RemoveUnusedImportCodemod.description.md Maven / Gradle / Ivy

This change removes unused imports. Unused imports make the code harder to read, which will lead to confusion and bugs. We only remove variables that have no state-changing effects.

Our changes look something like this:

```diff
-    import java.util.Predicate;
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy