Is it possible to automatically add any missing "this" keyword, and @Override annotation in IntelliJ when reformatting the code?
Also, is it possible to customise the Javadoc template in such a way as to get a different template depending on whether the method is a new method or an overriden method?
Thanks!