Add final keyword to implemented / overridden methods
Answered
Is there any way of changing the template for implementing / overriding methods? We use a checkstyle rule that requires methods that are not overriden themselves to be final or have javadoc. The inspections only check for fields to be final so code cleanup won't help.
Please sign in to leave a comment.
It's not possible at the moment, there is a related request: https://youtrack.jetbrains.com/issue/IDEABKL-7054.
Thanks, I've voted for the request.