I need to insert @Override
/ @Deprecated
annotations and static modifiers automatically where necessary to all Java files of concrete project is opened in Eclipse IDE.
Eclipse has a great ability to insert @Override
/@Deprecate
annotations and add static modifiers on Java files saving (Preferences -> Java -> Editor -> Save actions -> Additional actions
). But Eclipse can apply these actions only on edited java file and only when saving it.
Sure, I can insert a tab or space into the each file using Eclipse as editor and save it to activate Eclipse refactoring tools on save action, but I have a very big code amount to process, so this is very nasty.
Maybe there is an Eclipse plugin which supports such type of code refactoring?
If there are no solutions, I`ll try to write my own Eclipse RCP plugin for that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With