热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

iOS/Objective-C中的烘干代码-DRYingcodeiniOS/Objective-C

ArethereanytoolstodetectrepetitivecodeiniOSObjective-Capps?在iOSObjective-C应用程序中有没有发

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/

您可以使用Jenkins和PMD的Copy Paste Detector (CPD)来查找目标C源代码中的重复代码。参见:http://deadmeta4.com/2011/05/17/objective-c-copy-paste-detection-using-jenkins/

#2


10  

Here's a ZIP of a project that uses same approach (PMD's CPD) and shows the results in Xcode's build log.

下面是一个使用相同方法(PMD的CPD)并在Xcode的构建日志中显示结果的项目的压缩包。

enter image description here


推荐阅读
author-avatar
萌萌蚂蚁
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有