Find unused import statements in Java source

Posted by curiousmind on Stack Overflow See other posts from Stack Overflow or by curiousmind
Published on 2010-03-19T14:20:40Z Indexed on 2010/03/19 14:21 UTC
Read the original article Hit count: 264

Filed under:
|
|

Does anyone know of a tool (besides Eclipse or any other IDE) that I can use to find unused imports in a Java source file?

I am looking for a command-line type of tool (to integrate in a larger script).

Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about find