Is there any way to automatically remove all unused imports (signaled with a warning) of a project with Eclipse IDE?
Better way is just to add "save action" so when you save the project it will clear the unused import's and format the code as well if you like .
Go to Window > Preferences > Java > Editor > Save Actions
and pick what ever you want .