Are there any tools to detect repetitive code in iOS / Objective-C apps?
在iOS / Objective-C应用程序中有没有发现重复代码的工具?
2 个解决方案
#1
10
You can use Jenkins and PMD's Copy Paste Detector (CPD) to find duplicate code in your objective C source code. See instructions here: http://deadmeta4.com/2011/05/17/objective-c-copy-paste-detection-using-jenkins/