是否存在自动查找复制粘贴代码的工具?

发布于 2024-08-24 09:37:24 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

墟烟 2024-08-31 09:37:24

是的,请尝试复制粘贴检测器

Yes, try the Copy Paste Detector.

飘落散花 2024-08-31 09:37:24

我们的 CloneDR 是一种工具,用于查找通过复制和粘贴构建的精确代码块和几乎未命中的代码块活动。
它可以处理数百万行代码的系统。

它使用精确的语言语法来挑选出已复制的语言结构(标识符、表达式、语句、块、函数、类、包……),并确定克隆集(其中任何一个)之间的变异点。结构可以是参数!)

CloneDR 可在多种语言上运行:C、C++、C#、Java、PHP、COBOL、Python、Ada、Fortran、EGL 和 Visual Basic(VBScript、VB6、VB.net)。

该网站有许多来自各种语言的克隆检测报告样本。

该产品可在 http://www.semanticdesigns.com 上进行评估。其他开源替代品有 SimianPMD CPD

Our CloneDR is a tool for finding exact and near-miss blocks of code constructed by copy and paste activities.
It can handle systems of millions of lines of code.

It uses precise language grammars to pick out language structures (identifiers, expressions, statements, blocks, functions, classes, packages, ...) that have been copied, and to determine the points of variation across the sets of clones (any of those structures can be parameters!)

CloneDR operates on a wide variety of languages: C, C++, C#, Java, PHP, COBOL, Python, Ada, Fortran, EGL and visual basic (VBScript, VB6, VB.net).

The website has a number of sample clone detection reports from a variety of those languages.

This product is available for evaluation on http://www.semanticdesigns.com. Other open source alternatives are Simian and PMD CPD

陪我终i 2024-08-31 09:37:24

CloneDigger 适用于 Python 和 Java。

CloneDigger for Python and Java.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文