Skip to content

Modeler_audit_rules_R2350

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

R2350

Summary

A private Operation cannot be redefined.

Details

Only visible inherited Operations can be redefined. Visible Operations are public and protected Operations from implemented Interfaces and parent Classifiers.

Tips
  • Remove the redefinition status if it was not intended.

  • Make the redefined method public or protected.

Clone this wiki locally