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

Compare with Current View Page History

« Previous Version 3 Next »

Explanation

This rule check wheter 

Possible improvements

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

Example

In this model, the value list "Amount" is defined in the "Basic" module and specialized in the "Middle" and "Top" modules. 

This results in the following code smell:



  • No labels