![JAR search and dependency download from the Maven repository](/logo.png)
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