我想在我的android项目中找到所有重复的代码,所以任何人都可以建议哪一个是最好的工具,它应该是可插拔的Eclipse IDE。
致敬,Piks
发布于 2012-03-05 19:10:03
我使用http://pmd.sourceforge.net/cpd.html .It可以用来查找重复的代码,它的效果很不错。
我刚刚在http://marketplace.eclipse.org上搜索了重复的代码,在http://marketplace.eclipse.org/content/pmd-eclipse上找到了PMD插件
您可以使用http://pmd.sf.net/eclipse作为更新站点来获取插件
发布于 2012-03-05 19:09:50
在ADT中出现的Lint将帮助你找到大量重复的命名等等。不确定您所说的重复代码是什么意思?静态分析?
https://stackoverflow.com/questions/9565560
复制相似问题