Skip to content

Modeler_audit_rules_R1560

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

R1560

Summary

Sub-classes of an active class must be active.

Details

An active class can be seen as a process or a thread. Therefore, if a class is active, all its sub-classes should also be active, since they inherit the process/thread aspect from it.

Tips

If you have non-active sub-classes of an active class:

  • Either make the class non-active

  • Or propagate the active property to all sub-classes.

Clone this wiki locally