You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evangelink
changed the title
Cognitive Complexity Metric does not detect recursion correctly
Fix Cognitive Complexity Metric to detect recursion correctly
Nov 7, 2017
Description
Cognitive Complexity Metric does not detect recursion correctly
Repro steps
The following method has secondary location that says Recursion, but it is wrong, since the called method has 4 arguments:
https://sonarcloud.io/project/issues?id=opencover&issues=AVtqmsZxpeB1ugsgQfin&open=AVtqmsZxpeB1ugsgQfin
Expected behavior
Recursion is not detected.
Actual behavior
Recursion is detected (FP).
Known workarounds
None.
Related information
The text was updated successfully, but these errors were encountered: