Versions Compared

Key

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

...

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

Parameters

This rule can be configured using the following parameters:

maxLogicalOperations

The maximum acceptable number of AND or OR logical operations for an expression to not be considered complex.
Default Value: 5

maxNestedCollects

The maximum acceptable number of nested COLLECT statements for an expression to not be considered complex.
Default Value: 2

Possible improvement

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

...

It results in this code smell:

Image RemovedImage Added