Tuesday

Auto remove unused imports in eclipse!





    Sometime we get a warning with unused imports! It's easy to remove them automaticaly!
    1. Window-->References
        -->Selecte node: Java-->Editor-->Save Actions.


    2. Click on button Configure...
        Select Unnecessary Code tab --> check Remove unused imports


Good luck!