Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Explanation

This rule analyses all expressions and determines whether they are complex by looking at the amount of operators, words and collect statements..

Possible solution

Try to split up some part of the expression, either as reusable expression or in an intermediate attribute. If this is not possible make sure to put comments in the expression explaining what is happening.