Skip to content

walkmod/walkmod-imports-cleaner-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

walkmod-imports-cleaner-plugin

Build Status

This is a walkmod plugin to remove unused imports in Java source files. It does not remove static or wildcard imports.

Usage

1) Verify that your walkmod version is > = 2.2.0

2) Execute the following command to add this code transformation plugin as part of your conventions.

walkmod add imports-cleaner

3) Now, You see the results, executing:

walkmod apply

Or, alternatively, you can also check which would be the modified classes typing:

walkmod check

Contributing

If you want to hack on this, fork it, improve it and send me a pull request.

To get started using it, just clone it and call mvn install.

About

Walkmod plugin to remove unused imports of Java source files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages