The MethodSize rule counts @Override annotation in method size. e.g. myMethod is counted as 4 lines long:
class MyClass { @Override def myMethod() { println 123 } }
Treating this as a known limitation (behavior). You could even argue that is the proper behavior.
Log in to post a comment.
Treating this as a known limitation (behavior). You could even argue that is the proper behavior.