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 checks whether a reusable expression is duplicated somewhere in your Blueriq Model, even across modules within a project which are not in each other's scope.

Possible improvement

Remove one of the reusable expressions and replace all references to the expression with the one that remains. 

Example

In this model, a reusable expression for TODAY is made in each module. 

That results in this code smell:

  • No labels