Menu

#164 MethodSize rule counts @Override annotation in method size

None
closed-wont-fix
None
5
2014-10-04
2014-10-04
Chris Mair
No

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
            }
        }

Discussion

  • Chris Mair

    Chris Mair - 2014-10-04

    Treating this as a known limitation (behavior). You could even argue that is the proper behavior.

     
  • Chris Mair

    Chris Mair - 2014-10-04
    • status: open --> closed-wont-fix
    • Group: -->
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.