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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -