By mitchp
via java.dzone.com
Published: Aug 28 2012 / 13:38
Today I learned a neat trick to organize imports in Eclipse. Of course, one can use Ctrl + Shift + O to remove the unused imports at file level. But what if you want to remove the unused imports for several files, may be at package level?
Add your comment