Skip to content

Modeler_audit_rules_R2370

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R2370

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).

Clone this wiki locally