I am aware of 'Must Override a Superclass Method' Errors after importing a project into Eclipse (my issue is the opposite, I need to remove the @Overrides) and I understand the reason the error occurs.
My question
Is there an easy way to remove all of those errors, or remove all the errors of the same kind in one swoop? Kind of like solving all imports…
Thanks for any tips to help save time.
Solution:
If you imported a Java 6 project and have Eclipse complaining about @Override annotations because you are compiling with Java 5…
@Override*Then, if all looks good, proceed with:
Example Replace
@OverrideAwesome…no laborious removing of @Overrides ever again.
Please NOTE: Occasionally, for me at least, when pressing CTRL+H the File Search wont allow me to choose Enclosing Projects as a Scope or it will automatically search the entire Workspace as opposed to the project. This is resolved by ensuring a file from your project is open and focused in Eclipse.
Hope this helps others. Thanks