resharper-cyclomatic-complexity
resharper-cyclomatic-complexity copied to clipboard
ReSharper plugin to measure cyclomatic complexity as you type
The CC does not appear to be calculating correctly. Below are two pairs of arbitrary methods to simplify the issue In pair 1 they should both be CC = 2...
From email: > Can you please show the CCM beside or on top of the function? Something similar to CodeRush or the VSLens feature. It should blend with the overall...
From [RSPL-6620](https://youtrack.jetbrains.com/issue/RSPL-6620): > It would be nice to add ability to exclude macro during complexity evaluation. > > My case: i have function and it has assert macro. Windows assert...
https://youtrack.jetbrains.com/issue/DEXP-800597/JetBrains.ReSharper.Plugins.CyclomaticComplexity.DefaultCyclomaticComplexitySettings-is-not-deadlock-safe-but-seems-all
# Summary Adding mention of JavaScript, TypeScript to `plugin.xml` so that the JB marketplace page for this plugin shows the same list of compatible languages as the `README.md` in the...
Hi I noticed that when I add the null coalescing operator on a nullable boolean then the reported cyclomatic complexity increases by five. Here is an example: ``` private bool...