Is there any way to automatically remove all unused imports (signaled with a warning) of a project with Eclipse IDE?
Not to reorganize imports (not to unfold .* and not to reorder lines) to have least VCS changeset you can use custom eclipse clenup as this answer suggests