Does sonarqube show cyclomatic complexity of a method? -


apart displaying complexity/function, can configured display cyclomatic complexity of each method? in identifying potential refactoring candidates( methods) in large files large number of methods.

sadly, sonarqube not support method-level metrics.

however, give codeanalyzer plug-in try: http://frontendart.com/products/codeanalyzer-for-sonarqube/

mccabe's cyclomatic complexity metric looking for, believe. found online demo plug-in (http://sonarqube.frontendart.com/), contain method-level mccc metric values.

i hope helps, john


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -