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.

We estimate that resolving this issue will on average take 15 minutes.

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