Does anyone know a tool (besides Eclipse or any other IDE) that I can use to search for unused imports in the Java source file?
I am looking for a type of command line tool (for integration into a larger script).
Thanks.
java code-review
curiousmind
source share