Hi,
Myeclipse has the option to remove unused imports from the source code by right clicking on the specific file and source -> organize imports. This works fine, but our requirement is how to remove the unwanted import from all the files in the project at a single click of a button?
Myeclipse shows the un-used variables, but is there any way to remove the un-used variables similar to removing unused imports?
Since we have 100’s of file doing this manually is a painful process.
Your help is highly appreciated.
Regards,
Sun.