문제

I am currently using OCLint, which can be integrated with XCode, but the format of the result has some problems. When the # of warning exceeds 200, it cannot be properly displayed.

What I want is more sophisticated code metrics, e.g. Cyclomatic complexity, afferent coupling, efferent coupling, NPath complexity and etc.

올바른 솔루션이 없습니다

다른 팁

I think most people use the Clang Static Analyzer, which is quite good and already integrated into Xcode.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top