You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Explanation

This rule counts the number of specializations of an element and reports back an issue when the configured maximum number of specializations per element is exceeded. It is recommended for maintainability purposes to keep the number of specializations of elements below this maximum, otherwise the model is considered to be too complex.

Possible improvements

Avoid specializations because they make the model more complex. Consider introducing a new element in the module instead of specializing.

  • No labels