Skip to content

Modeler_audit_rules_R2360

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

R2360

Summary

The visibility of an Operation cannot be greater than that of the Operations it redefines.

Details

For example, if an operation is protected in its classifier, a classifier that inherits this method can redefine it, but its visibility cannot be public (although it can be private).

Tips
  • Change the original operation visibility.

  • Lower the visibility of the redefining operation.

  • Disable the rule.

Clone this wiki locally