Summary

A class (static) Operation cannot be redefined.

Details

A static Operation cannot be redefined in most programming languages.

Tips
  • Remove the redefinition.

  • Make the operation non-static.

  • Disable this rule if you are using a programming language that supports static method inheritance (SmallTalk).