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

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

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

google shop client API returns 400 bad request error while adding an item -