Skip to content

Modeler_audit_rules_R2210

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

R2210

Summary

A leaf NameSpace cannot be derived.

Details

A leaf NameSpace is a final namespace, and cannot be further derived.

Tips
  • Make the NameSpace non-final.

  • Make the child NameSpace derive from the parent of the final NameSpace.

  • Remove the derivation link.

Clone this wiki locally