Simply right click on the root of your source tree, select "Organize Imports" and it's done.
If you're looking for a stand-alone tool, CheckStyle is a good place to start.
(There is an eclipse plugin for CheckStyle - so you can see style violations while coding - if you so desire)
Simon Brooke wrote:
On Wednesday 26 Feb 2003 7:57 pm, Tom Copeland wrote:
....unused imports are down 40% since last November, crikey!
http://cvs.apache.org/~tcopeland/jakarta_bad_imports.htm
Past reports can be found here - http://cvs.apache.org/~tcopeland/, and
mad props to the xml-xalan project, who went from 1421 unused imports to
2 in the last month.
Do you have a tool for checking for unused imports? I know I have a lot of them in my code, but weeding them takes time and time is something I'm always short of...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]