From fdd44bd5d019bb2acd9023a1d853e1269ea16a50 Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Wed, 30 Jun 2021 23:42:30 +0800 Subject: [PATCH] update appendix --- README.md | 4 +- class_topic_relation_tree.html | 4 +- final_classification_result_classinfos.txt | 13 +- final_classification_result_paperbelongs.txt | 2958 +++++++++--------- overall_hotness_change_trend.html | 149 + sub-fields_hotness_change_trend.html | 160 + upsetplot.png | Bin 106554 -> 106521 bytes 7 files changed, 1823 insertions(+), 1465 deletions(-) create mode 100644 overall_hotness_change_trend.html create mode 100644 sub-fields_hotness_change_trend.html diff --git a/README.md b/README.md index 6daeb52..0344773 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,6 @@ * title_sha: 文章标题的md5唯一标识字符串 * title_raw: 文章原标题 * class_name: 文章所属类别名称 -4. class_topic_relation_tree.html # 子研究领域类别与主题对应关系(需要本地下载后用浏览器打开查看) \ No newline at end of file +4. class_topic_relation_tree.html # 子研究领域类别与主题对应关系(需要本地下载后用浏览器打开查看) +5. overall_hotness_change_trend.html # 代码克隆领域研究热度随时间变化情况 +6. sub-fields_hotness_change_trend.html # 代码克隆各子研究领域热度随时间变化情况 \ No newline at end of file diff --git a/class_topic_relation_tree.html b/class_topic_relation_tree.html index a51a1c7..8e34f58 100644 --- a/class_topic_relation_tree.html +++ b/class_topic_relation_tree.html @@ -37,7 +37,7 @@ var option; -var data = {"name": "code clone", "papers": 1253, "level": 0, "description": "代码克隆相关子研究领域分析", "children": [{"name": "benchmark", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "benchmark evaluation", "description": "评估相关工作生成的benchmark是否有效", "level": 2, "papers": 2}, {"name": "dataset creation", "description": "1. 生成代码克隆的数据集,又可以称为benchmark creation\n2. 用于代码克隆检测算法的使用;辅助质量评估等\n3. 其他相关研究:研究benchmark生成时不同类型的rater对数据集构造的影响", "level": 2, "children": [{"name": "bug related clone dataset creation", "description": "构建可以引入bug的代码克隆,介绍形成数据库所使用到的各种方法", "level": 3, "papers": 1}], "papers": 16}, {"name": "clone benchmark", "description": "克隆的数据集,区别于dataset creation,这里没有创建过程", "level": 2, "papers": 3}], "papers": 21}, {"name": "clone analysis", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "accidental clone", "description": "偶然克隆的相关分析文章,包括跨项目偶然克隆问题", "level": 2, "papers": 1}, {"name": "clone analysis in specific language", "description": "对一种编程语言的克隆分析,并不包括提出新方法这部分,提出新方法通过clone detection technique来表示", "level": 2, "papers": 4}, {"name": "analysis based on technique", "description": "1. 利用现有的克隆检测技术,进行分析,并没有提出新的改进的方法\n2. 例如:对开源软件师姐代码克隆检测的占比进行分析;对不同克隆检测方法的性能、适用范围进行对比分析(非文献综述);对手机应用中代码克隆情况进行分析;代码克隆与开发者行为关系;学生的抄袭模式;克隆覆盖率;工业软件使用代码克隆的负面影响;web应用克隆模式的研究;不同克隆检测粒度的对比;对不同Eclipse版本情况进行克隆分析;方阵系统的领域分析;中小企业的软件克隆分析", "level": 2, "children": [{"name": "discuss simple clones detection can help detect structural clones", "description": "套路了利用简单克隆辅助结构化克隆检测的可行性", "level": 3, "papers": 1}, {"name": "analysis of clone for healthcare software system - a case study", "description": "利用克隆检测技术分析医疗系统的代码重用性", "level": 3, "papers": 1}], "papers": 85}, {"name": "analysis buggy and non-buggy clone characteristics", "description": "分析有错误和没有错误的克隆的区别,以及对应的出错克隆的特征", "level": 2, "papers": 1}, {"name": "relationship analysis between clone stability and bug-proneness", "description": "研究克隆稳定性和易错性之间的关系", "level": 2, "papers": 1}, {"name": "clone and non-clone code", "description": "克隆代码和非克隆代码的对比分析;分析克隆代码是好是坏,使用各种指标度量其影响等;研究克隆与非克隆代码的分散性", "level": 2, "papers": 16}, {"name": "stackoverflow and github code reuse", "description": "分析了github中代码复用stackoverflow的情况,可以归为analysis based on technique", "level": 2, "papers": 1}, {"name": "different country student comparison", "description": "不同国家学生抄袭情况对比", "level": 2, "papers": 1}, {"name": "analyze the impace of cloned applications on the original authors", "description": "研究由于克隆软件导致原始开发者的收入有多少的降低", "level": 2, "papers": 1}, {"name": "analysis the landscape of cloned applications", "description": "对克隆应用在各个市场下的整体分析情况", "level": 2, "papers": 1}, {"name": "difference between source and compiled code clone detection", "description": "利用一个工具,研究在不同类型的代码上进行克隆检测,得到的结果会有什么不同", "level": 2, "papers": 1}, {"name": "bug and clone relation", "description": "研究bug和代码克隆之间是否存在相关性", "level": 2, "papers": 3}, {"name": "quality related clone analysis", "description": "卡片分类中通过子卡片整合的类别", "level": 2, "children": [{"name": "technical debt analysis", "description": "克隆代码对软件技术债的影响", "level": 3, "papers": 1}, {"name": "analysis clone characteristic and software maintainability correlation", "description": "研究克隆特征与软件维护性之间的关系,软件维护可以分为5个子特征,克隆也可以分为if、for等特征,通过回归分析研究相关性", "level": 3, "papers": 2}, {"name": "clone influence on developer's bug fix task", "description": "通过调研,研究克隆信息对开发者修复bug速度、效率等方面有何影响", "level": 3, "papers": 1}, {"name": "anti-pattern and clone and asynchrony change pattern", "description": "研究三种坏气味的组合对软件错误的影响,与anti-pattern and clone类似", "level": 3, "papers": 1}, {"name": "anti-pattern and clone", "description": "研究两种坏气味对软件错误的影响,反模式和代码克隆", "level": 3, "papers": 1}, {"name": "bug analysis", "description": "1. 文章主要介绍不同类型的代码引入bug会有怎样的区别(例如:克隆代码比非克隆代码更容易引入bug;代码克隆引入的bug复现问题;克隆的什么特征和bug是相关的;小的克隆与正常规模的克隆在引入bug上的对比分析)\n2. 提示:该标签可能属于analysis based on technique,后续可能会进行标签的合并", "level": 3, "papers": 9}, {"name": "clone effect on software modularity", "description": "研究代码克隆对软件模块化的影响", "level": 3, "papers": 1}, {"name": "fault density analysis", "description": "代码克隆对软件错误密度的影响", "level": 3, "papers": 1}, {"name": "quantify interface clones and evaluate impact on interface design quality", "description": "研究接口克隆的存在情况,并评估接口克隆对接口质量的影响", "level": 3, "papers": 1}], "papers": 18}, {"name": "cross repository clone analysis", "description": "对跨项目的克隆情况进行研究分析", "level": 2, "papers": 2}, {"name": "test clone analysis", "description": "对软件中测试代码克隆进行实证研究,并得出一些结论,这可以划分到analysis based on technique", "level": 2, "papers": 1}, {"name": "analysis of causes of clone", "description": "研究学生抄袭的原因,分析出好的目的比较多", "level": 2, "papers": 1}, {"name": "code style influence on clone detection", "description": "研究编程风格对代码克隆的影响", "level": 2, "papers": 2}, {"name": "relationship analysis between domain-based coupling and clone", "description": "研究代码克隆与领域耦合之间的关系,其中领域耦合指的是领域级软件构件之间的相关性", "level": 2, "papers": 1}, {"name": "apply clone technique on real-world software system", "description": "将代码克隆技术应用到现实的软件系统中,并将得到的结果进行分析", "level": 2, "papers": 1}, {"name": "clone's impact on software maintenance", "description": "研究克隆对软件维护的影响,使用了9种克隆检测方法,为了规避单一检测方法所带来的问题,可以归属到analysis based on technique中", "level": 2, "papers": 2}, {"name": "software clone law", "description": "1. 研究各国法律对软件克隆的约束情况\n2. 对比各国法律在这一方面的不同之处", "level": 2, "papers": 1}, {"name": "interface similarity and clone relationship", "description": "分析研究接口相似性与代码克隆之间的相关性", "level": 2, "papers": 1}, {"name": "benefits and drawbacks of clone detection", "description": "研究克隆检测,例如学生抄袭检测的优缺点", "level": 2, "papers": 1}, {"name": "analysis of security-discordant clones", "description": "找到不安全的代码克隆后,分析此类代码克隆的特点以及存在的普遍性", "level": 2, "papers": 1}, {"name": "project context's influence on clone", "description": "项目上下文对克隆的影响,包括commit大小、数量以及开发者数量对clone的影响", "level": 2, "papers": 1}, {"name": "preprocessor annotation influence on clone", "description": "研究预处理指令,例如:#ifdef,对代码克隆的影响", "level": 2, "papers": 1}, {"name": "difference of clones", "description": "给出已经检测到的克隆之间的差异", "level": 2, "papers": 3}, {"name": "clone and developer difference", "description": "1. 研究可复用代码创建者的区别以及进行代码克隆操作的开发者之间的区别", "level": 2, "papers": 1}, {"name": "analysis of code clone in posts", "description": "研究克隆片段在post代码中的出现情况(以stackoverflow中对官方文档的克隆情况为例),并分析克隆代码随时间的演化情况", "level": 2, "papers": 1}, {"name": "comparison of different vectorization algorithms", "description": "比较不同向量化方法对构建代码克隆检测方法有什么影响", "level": 2, "papers": 1}, {"name": "syntactic difference of functional clones", "description": "研究功能型克隆在句法上有何不同", "level": 2, "papers": 1}, {"name": "influence of obfuscation on clone detection", "description": "研究混淆对克隆检测技术的影响,对比分析什么样的检测方法更具有鲁棒性", "level": 2, "papers": 3}, {"name": "different languages influence on code clone", "description": "研究不同编程语言下,代码克隆之间有什么区别", "level": 2, "papers": 1}, {"name": "clone in patches", "description": "分析补丁中的克隆情况", "level": 2, "papers": 1}, {"name": "practical impact of clone detection", "description": "1. 调研克隆检测在实际开发中的实际影响\n2. 包括:通过问卷调查的形式发现工业界中克隆检测对开发的影响", "level": 2, "papers": 1}, {"name": "structural clone vs simple clone", "description": "分析结构化克隆与单纯的代码片段克隆的区别", "level": 2, "papers": 2}, {"name": "research direction explanation", "description": "只是通过分析的方式对基于代码克隆结果的后续研究工作做了分析和展望,提出了可能的研究方向", "level": 2, "papers": 1}, {"name": "identifier similarity for cross-platform clone detection", "description": "分析通过标识符相似性进行跨平台代码克隆相似性检验的可行性", "level": 2, "papers": 1}, {"name": "parameter importance for LSA method in clone detection", "description": "研究克隆检测领域,潜在语意分析方法参数的设置对算法性能的影响,评估方法的有效性", "level": 2, "papers": 1}, {"name": "software metrics and clone correlation", "description": "评估软件中克隆是否存在,例如验证某些因素是否和软件中代码克隆的存在相关", "level": 2, "papers": 1}, {"name": "apply clone technique on industry application", "description": "将克隆检测技术应用到工业软件系统中,case study", "level": 2, "papers": 1}, {"name": "clone metrics comparison analysis", "description": "卡片分类中通过子卡片整合的类别", "level": 2, "children": [{"name": "similarity metrics evaluation", "description": "评估度量代码克隆的各种方法,包括各种距离计算方式", "level": 3, "papers": 1}, {"name": "comparison of different distance measurement methods", "description": "比较不同距离计算方法对代码克隆刻画的区别", "level": 3, "papers": 2}], "papers": 3}, {"name": "influence of rearrange statement order on clone detection", "description": "修改代码中声明的顺序对于克隆检测的影响", "level": 2, "papers": 1}, {"name": "effect on software quality", "description": "研究代码克隆对软件质量的影响", "level": 2, "papers": 1}, {"name": "clone and developer intent", "description": "1. 文章对执行克隆的开发者的意图进行了分析;调研开发者对不同代码克隆方面的看法\n2. 采用的方法包括:采访、问卷调查等\n3. 其他:学生角度调研对代码抄袭的看法;stackoverflow中开发者对代码克隆的关注点", "level": 2, "children": [{"name": "clone categorization", "description": "例如:对有用和有害克隆的分类方法,根据用户的克隆目标进行分类,只是给出了分类标准taxonomy,通过对开发者的interview实现的", "level": 3, "papers": 1}, {"name": "clone usefulness", "description": "判断克隆是否为开发者关心的克隆,进而对克隆进行筛选", "level": 3, "papers": 1}], "papers": 14}, {"name": "challenge in clone detection", "description": "介绍一种克隆检测类型的现状和存在的问题,并没有给出明确的解决方案,因此区别于clone detection technique", "level": 2, "papers": 2}, {"name": "introduction and comparison of code clone and model clone", "description": "介绍并对比了代码克隆与模型克隆的区别", "level": 2, "papers": 1}, {"name": "cost of software maintainability", "description": "代码克隆带来的软件维护成本评估", "level": 2, "papers": 2}], "papers": 182}, {"name": "clone detection technique", "description": "1. 文章新创建了克隆检测技术;提出了对现有算法的改进;检索克隆来加速克隆检测;相似设计模式的检测;非连续性克隆的检测技术;android layout相似性检测;用于intermediate语言克隆检测的方法;有益克隆检测-beneficial clone detection\n2. 通过一些代码表示等手段提升了克隆检测效果\n3. 代码的中间表示形式:Source Code Concepts and Idioms", "level": 1, "children": [{"name": "buggy clone detection", "description": "检测系统中存在bug的克隆,与bug detection based on clone不同,这里是代码克隆检测技术的一个分支", "level": 2, "papers": 1}, {"name": "software similarity detection method", "description": "软件相似性的计算方法", "level": 2, "papers": 1}, {"name": "ontology representation of clone", "description": "利用克隆的本体表示方法,减少克隆检测的时间,可以算作一种辅助提升克隆检测技术的方法", "level": 2, "papers": 2}, {"name": "pattern mining", "description": "疑惑:代码克隆的模式具体指的是什么?((1) changing comments; (2) adding blank space lines; (3) renaming identifiers; (4) reordering statements; (5) inserting statements; and (6) control replacement (for example, substitute while with for). )", "level": 2, "papers": 1}, {"name": "collaborative pattern detection", "description": "利用代码克隆检测技术,检测协作实体的重复配置,是一种更高级别的克隆,可以算作克隆检测算法的一种", "level": 2, "papers": 1}, {"name": "metrics selection for clone", "description": "总结了相关工作中提到的各种度量问题,给出一种选择度量的方法,解决代码克隆检测问题", "level": 2, "papers": 1}, {"name": "software classification", "description": "对相似功能的软件进行分类,是否可以算作代码克隆?", "level": 2, "papers": 1}, {"name": "optimize clone technique configuration", "description": "1. 文章专注于如何找到最好的克隆检测工具或方法的参数配置信息", "level": 2, "papers": 3}, {"name": "code relative detection", "description": "具有相似运行时表现的代码片段", "level": 2, "papers": 1}, {"name": "code removal for clone detection", "description": "在进行代码克隆检测,如学生抄袭的时候,什么样的代码克隆片段需要被删除", "level": 2, "papers": 1}, {"name": "clone detection workbench", "description": "提出了自己的克隆检测流程,并与其他的克隆检测方法进行了对比", "level": 2, "papers": 1}, {"name": "clone clustering for optimizing clone detection results", "description": "通过克隆聚类的方式优化代码克隆检测结果", "level": 2, "papers": 2}, {"name": "clone clustering", "description": "1. 对克隆代码片段或文件进行聚类,clone set的聚类\n2. 形成clone聚类的报告,辅助克隆分析,研究克隆不同group之间的关联关系,辅助克隆管理", "level": 2, "papers": 1}, {"name": "clone filtering", "description": "对克隆进行过滤,按照用户的需求,对检测到的不必要的克隆进行过滤。", "level": 2, "papers": 1}], "papers": 727}, {"name": "clone evaluation", "description": "1. 提出方法或者框架对克隆检测工具进行测试\n2. 例如:基于big clone bench,有相关研究提出了测试框架,辅助计算各种类型下的召回率;评估学生复用代码的质量", "level": 1, "children": [{"name": "clone detection metrics", "description": "1. 文章介绍了代码克隆检测涉及到的各种度量\n2. 包括:准确率、召回率、如何计算相似度距离等", "level": 2, "papers": 2}, {"name": "code clone quality prediction", "description": "通过一些算法评估代码克隆的质量,质量包括很多维度", "level": 2, "papers": 1}], "papers": 28}, {"name": "clone evolution", "description": "1. 研究克隆随着软件版本的迭代有怎样的变化\n2. 相关的关键词有:geneology、evolution、propagation等\n3. 提示:该领域可能涉及到evolution pattern,进而研究不同pattern下是否会引入bug;克隆生命周期长短的研究;clone group mapping也是其中一个研究领域(Clone group mapping reflect how an clone group evolve from a previous version to the current version, is the core technology in the evolution of code clone across versions)", "level": 1, "children": [{"name": "code change inconsistency", "description": "1. 区别于clone evolution,这里表示一次修改检测到的不一致变化,并没有多个版本的演化问题;研究影响克隆一致性变更的因素;不一致的克隆变更与bug之间的关系\n2. 后续可以考虑是否合并到clone evolution", "level": 2, "papers": 8}, {"name": "predict consistency maintenance", "description": "预测代码克隆是否需要一致性维护;预测是否是一致变更的代码克隆", "level": 2, "papers": 6}, {"name": "clone stability", "description": "1. 克隆的稳定性,可以算作代码演化的子研究领域\n2. 表示不同种类的克隆代码其变化的频度以及保持不变的时间等\n3. 后续可能将这一部分合并到clone evolution中", "level": 2, "papers": 9}, {"name": "bug clone prediction", "description": "预测克隆中未来会引入bug的克隆,其实和genealogy有关系", "level": 2, "children": [{"name": "harmfulness prediction", "description": "在进行代码复用的同时预测代码的危害,帮助判断是否可以在该位置进行代码复用", "level": 3, "papers": 1}, {"name": "optimize training dataset of harmfulness clone prediction", "description": "在进行克隆危害预测时,通过一定的手段,优化需要进行训练的数据集,使数据集达到平衡状态", "level": 3, "papers": 1}], "papers": 3}, {"name": "evaluate clone detection tools's performance for co-change clone detection", "description": "评估传统克隆检测工具对共同变更的代码克隆的检测性能", "level": 2, "papers": 1}, {"name": "context bug analysis", "description": "代码克隆出现bug可能是因为没有复用到正确的上下文中,因此实际上这种文章也和clone evolution相关", "level": 2, "papers": 1}, {"name": "clone provenance", "description": "1. 构建克隆起源,溯源相关的文章\n2. 例如:构建不同仓库中克隆代码的链接;代码克隆的归属问题等", "level": 2, "children": [{"name": "link of clone", "description": "不同于clone provenance,这里并没有提到溯源的问题,只是在克隆之间建立关联关系,方便提示代码提供者和复用者", "level": 3, "papers": 1}], "papers": 5}], "papers": 134}, {"name": "clone management", "description": "1. 克隆管理相对与clone refactoring、clone visualization来说是更宏观的层面\n2. 根据文章694e3b049182d7fba448ee7c0ffff3d0的介绍,clone management其实包含了:clone rectoring、clone search、clone annotation、copy-paste support等\n3. 因此只有宏观介绍的文章才能属于clone management", "level": 1, "children": [{"name": "clone variant management", "description": "提出了克隆产品变体的管理框架,与软件产品线相关,唯一一篇文章是和软件变体管理有关的", "level": 2, "papers": 1}, {"name": "clone representation to manage clones", "description": "利用一种中间的优化表示形式方便进行克隆的管理", "level": 2, "papers": 2}, {"name": "clone mutation management mechanism", "description": "提出了一种克隆管理机制,可以将克隆与模型分开管理,使用VCL中间表示管理克隆突变", "level": 2, "papers": 1}, {"name": "clone model standardization", "description": "克隆模型的标准化,以及标准化存在的困难和限制", "level": 2, "children": [{"name": "conceptual framework for clone analysis", "description": "提出了克隆的概念框架,如何对克隆进行分析,在进行克隆的时候需要考虑哪些问题,从而帮助软件发展和软件复用", "level": 3, "papers": 1}, {"name": "common conceptual model based on user cases", "description": "利用wiki搜集利益相关者关注点,生成一个统一的代码克隆概念模型,包括:a shared decomposition of the problem domain, a standardized language for discussing code clone detection results, a well defined model to be used to generate a concrete exchange language, and a central model for which existing data formats can be documented relative to.为了更好地复现结果,互通结果。", "level": 3, "papers": 1}], "papers": 3}], "papers": 13}, {"name": "clone refactoring", "description": "1. 文章最终目标是对克隆进行重构(实现软件质量的提升等);什么样的克隆更容易引入bug;有文章将克隆片段中非克隆的statement拿出形成独立于克隆片段的代码语句;解决克隆重构的最优调度问题;评估重构需要的effort;克隆重构带来多少的代码减少分析\n2. 例如:克隆的删除方法、提出模板来重构克隆片段(形成aspect等)\n3. 对克隆提取相同的表示,进而对克隆代码进行改造,例如提取并构造相同的函数", "level": 1, "children": [{"name": "clone refactoring's influence on unit test case size", "description": "研究重构对单元测试用例大小的影响", "level": 2, "papers": 1}, {"name": "clone prioritization", "description": "为了加快软件维护,方便克隆管理,提出了基于各种指标下的克隆优先处理顺序的排序", "level": 2, "papers": 2}], "papers": 107}, {"name": "other fields based on clone detection technique", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "logging statement prediction", "description": "基于代码克隆方法的日志语句预测", "level": 2, "papers": 1}, {"name": "code recommendation", "description": "1. 文章可能利用了代码克隆技术找到了克隆代码,但最终是为了将代码推荐给开发者或使用者,帮助他们完成代码的复用;测试代码推荐\n2. 提示:代码推荐主要是针对复用,当然可能存在为克隆重构或修复提出的代码推荐方法,但那种文章的最终目的是克隆重构或修复", "level": 2, "papers": 6}, {"name": "component ranking", "description": "与应用排名不同,这里利用克隆检测技术进行组件的排名", "level": 2, "papers": 2}, {"name": "cyber attack detection", "description": "1. 网络攻击检测\n2. 例如:利用代码克隆检测技术生成相似程序,通过差异对比进行网络攻击检测", "level": 2, "papers": 1}, {"name": "application ranking", "description": "1. 利用代码克隆技术进行应用程序的排名", "level": 2, "papers": 1}, {"name": "vulnerability detection", "description": "1. 利用克隆技术对漏洞代码的检测,这里区别于恶意代码、恶意软件", "level": 2, "papers": 10}, {"name": "runtime complexity measurement", "description": "利用代码克隆对方法级别的运行时复杂性进行评估,算作代码克隆的应用", "level": 2, "papers": 1}, {"name": "bug localization", "description": "利用代码克隆技术对代码中的错误进行定位", "level": 2, "papers": 1}, {"name": "automatic comment generation", "description": "利用代码克隆技术,自动生成注释信息", "level": 2, "papers": 1}, {"name": "web service similarity detection", "description": "1. 使用代码克隆技术去检测web服务的相似性\n2. 例如:用nicad去检测web service description language的相似性,又名contextual clone", "level": 2, "papers": 1}, {"name": "evaluation of code translation", "description": "利用克隆检测技术来评估代码翻译的有效性", "level": 2, "papers": 1}, {"name": "software authorship", "description": "基于克隆检测的软件所属证明,算代码克隆的其他应用", "level": 2, "papers": 1}, {"name": "malware detection", "description": "1. 文章关于利用代码克隆检测技术对恶意软件或恶意软件代码进行检测\n2. 不同于代码克隆检测技术,该领域主要涉及恶意代码和软件,即通过已知的恶意代码片段去匹配目标看是否存在相同的恶意代码\n3. obfuscated code也属于恶意代码的一种,因此混淆代码的检测也是恶意代码的检测", "level": 2, "papers": 13}, {"name": "software defect prediction", "description": "使用软件相似性进行软件错误预测,其中软件相似性是基于代码克隆算法的,这可以作为克隆的应用", "level": 2, "papers": 1}, {"name": "software quality evaluation", "description": "利用一些指标评估软件质量,指标之一为代码克隆,因此算作代码克隆在其他领域的应用", "level": 2, "papers": 1}, {"name": "license violation detection", "description": "利用克隆检测对违反开源许可证的行为进行检测", "level": 2, "papers": 2}, {"name": "model pattern and anti-pattern detection", "description": "利用代码克隆技术识别模型模式和反模式", "level": 2, "papers": 1}, {"name": "code size estimation", "description": "利用代码克隆检测技术,理论上移除所有相似代码,通过函数调用形式替代,最终计算代码的实际大小", "level": 2, "papers": 1}, {"name": "program repair ingredients ranking", "description": "利用代码克隆技术,对程序修复的补丁进行排序,从而优化程序自动修复", "level": 2, "papers": 1}, {"name": "domain analysis", "description": "利用代码克隆技术进行领域分析:包括仿真系统", "level": 2, "papers": 1}, {"name": "code search", "description": "1. 文章可能利用了代码克隆检测方法或技术,但最终目的是为了解决代码搜索的问题", "level": 2, "papers": 19}, {"name": "fault prediction", "description": "代码克隆指标对于错误预测的影响研究;易错模块预测模型间的对比分析", "level": 2, "papers": 2}, {"name": "code quality", "description": "代码克隆一个度量指标,用来评估相关代码的质量", "level": 2, "papers": 2}, {"name": "clone based bug detection", "description": "通过相似的错误代码,并结合代码克隆检测技术,找到待检测代码中是否有相同的bug;或者研究如何提高基于克隆检测的bug识别方法的有效性和可用性", "level": 2, "papers": 2}, {"name": "ontology alignment", "description": "利用代码克隆技术,对代码的本体表示进行对齐", "level": 2, "papers": 1}, {"name": "model anti-pattern detection", "description": "利用模型克隆检测方法识别simlink中模型的反模式坏气味", "level": 2, "papers": 1}, {"name": "re-implementation detection", "description": "重新实现检测,猜测是接口的多次实现检测问题", "level": 2, "papers": 1}, {"name": "variability of mainstream and subsystems", "description": "利用代码克隆技术分析主版本库与子系统的移植变更问题,发现主版本中bug fix在子系统中没有被修复,这种问题普遍存在。关键词:reverse engineering variability", "level": 2, "papers": 1}, {"name": "repeat bug fix analysis based on clone detection", "description": "利用代码克隆检测识别重复的bug修复,并分析重复bug修复的特征", "level": 2, "papers": 1}, {"name": "software architecture quality evaluation", "description": "利用模型克隆检测评估软件体系结构质量", "level": 2, "papers": 1}, {"name": "code obfuscation technique", "description": "基于代码克隆技术的混淆代码技术,通过增加代码混淆,提升代码的安全性", "level": 2, "papers": 1}, {"name": "infer repository file structure modification history based on clone technique", "description": "利用克隆检测技术,推断代码仓库文件系统的历史变更情况", "level": 2, "papers": 2}, {"name": "link between discussion and code", "description": "利用代码克隆技术,及代码搜索的支撑技术,将issue中代码的讨论与项目中的源代码进行关联", "level": 2, "papers": 1}, {"name": "clone and own", "description": "软件生产产品线相关,表示利用克隆技术进行复用的方法", "level": 2, "papers": 2}, {"name": "code transplantation", "description": "利用代码克隆技术对代码进行移植,例如:测试用例的移植等", "level": 2, "papers": 2}, {"name": "application porting", "description": "应用程序的移植,利用代码克隆检测的方法,将程序移植到新的环境中", "level": 2, "papers": 1}, {"name": "legacy software reuse", "description": "旧版软件重用方法模型,利用代码克隆检测技术,对之前的软件进行复用", "level": 2, "papers": 1}, {"name": "clone avoidance", "description": "有文章通过copy-paste-modify的方法实现为ide的插件,让人在编程的时候就进行修改", "level": 2, "papers": 1}], "papers": 87}, {"name": "survey and tutorial", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "technical report", "description": "1. 是对之前相关文章的总结性分析研究\n2. 不是对克隆检测工具的对比研究(这一部分属于analysis based on technique)\n3. 没有严格遵循文献综述的基本规范和要求,并且自己没有声明是文献综述", "level": 2, "children": [{"name": "paper review", "description": "the literature review for code clone", "level": 3, "papers": 19}], "papers": 64}, {"name": "literature review", "description": "1. 文献综述的文章\n2. 提示:严格遵循文献综述的流程 或 在标题等地方明确描述该文章为文献综述(literature review)\n3. 包括工具类、克隆可视化、克隆演化、克隆重构、克隆管理、介绍抄袭检测中存在的问题", "level": 2, "papers": 19}], "papers": 83}, {"name": "clone visualization", "description": "1. 文章提到了自己创建的代码克隆相关可视化技术\n2. 提示:这里的可视化是文章的主要贡献,该可视化工具或技术可能解决不同的问题,包括:代码克隆演化分析、代码克隆重构等。但文章的主要贡献还是仅限于可视化工具而已\n3. 包括:用户关系的use case是什么并如何可视化这些use case", "level": 1, "papers": 51}]} +var data = {"name": "code clone", "papers": 1253, "level": 0, "description": "代码克隆相关子研究领域分析", "children": [{"name": "benchmark", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "benchmark evaluation", "description": "评估相关工作生成的benchmark是否有效", "level": 2, "papers": 2}, {"name": "dataset creation", "description": "1. 生成代码克隆的数据集,又可以称为benchmark creation\n2. 用于代码克隆检测算法的使用;辅助质量评估等\n3. 其他相关研究:研究benchmark生成时不同类型的rater对数据集构造的影响", "level": 2, "children": [{"name": "bug related clone dataset creation", "description": "构建可以引入bug的代码克隆,介绍形成数据库所使用到的各种方法", "level": 3, "papers": 1}], "papers": 16}, {"name": "clone benchmark", "description": "克隆的数据集,区别于dataset creation,这里没有创建过程", "level": 2, "papers": 3}], "papers": 21}, {"name": "clone analysis", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "accidental clone", "description": "偶然克隆的相关分析文章,包括跨项目偶然克隆问题", "level": 2, "papers": 1}, {"name": "clone analysis in specific language", "description": "对一种编程语言的克隆分析,并不包括提出新方法这部分,提出新方法通过clone detection technique来表示", "level": 2, "papers": 4}, {"name": "analysis based on technique", "description": "1. 利用现有的克隆检测技术,进行分析,并没有提出新的改进的方法\n2. 例如:对开源软件师姐代码克隆检测的占比进行分析;对不同克隆检测方法的性能、适用范围进行对比分析(非文献综述);对手机应用中代码克隆情况进行分析;代码克隆与开发者行为关系;学生的抄袭模式;克隆覆盖率;工业软件使用代码克隆的负面影响;web应用克隆模式的研究;不同克隆检测粒度的对比;对不同Eclipse版本情况进行克隆分析;方阵系统的领域分析;中小企业的软件克隆分析", "level": 2, "children": [{"name": "discuss simple clones detection can help detect structural clones", "description": "套路了利用简单克隆辅助结构化克隆检测的可行性", "level": 3, "papers": 1}, {"name": "analysis of clone for healthcare software system - a case study", "description": "利用克隆检测技术分析医疗系统的代码重用性", "level": 3, "papers": 1}], "papers": 86}, {"name": "analysis buggy and non-buggy clone characteristics", "description": "分析有错误和没有错误的克隆的区别,以及对应的出错克隆的特征", "level": 2, "papers": 1}, {"name": "relationship analysis between clone stability and bug-proneness", "description": "研究克隆稳定性和易错性之间的关系", "level": 2, "papers": 1}, {"name": "clone and non-clone code", "description": "克隆代码和非克隆代码的对比分析;分析克隆代码是好是坏,使用各种指标度量其影响等;研究克隆与非克隆代码的分散性", "level": 2, "papers": 16}, {"name": "stackoverflow and github code reuse", "description": "分析了github中代码复用stackoverflow的情况,可以归为analysis based on technique", "level": 2, "papers": 1}, {"name": "different country student comparison", "description": "不同国家学生抄袭情况对比", "level": 2, "papers": 1}, {"name": "analyze the impace of cloned applications on the original authors", "description": "研究由于克隆软件导致原始开发者的收入有多少的降低", "level": 2, "papers": 1}, {"name": "analysis the landscape of cloned applications", "description": "对克隆应用在各个市场下的整体分析情况", "level": 2, "papers": 1}, {"name": "difference between source and compiled code clone detection", "description": "利用一个工具,研究在不同类型的代码上进行克隆检测,得到的结果会有什么不同", "level": 2, "papers": 1}, {"name": "bug and clone relation", "description": "研究bug和代码克隆之间是否存在相关性", "level": 2, "papers": 3}, {"name": "quality related clone analysis", "description": "卡片分类中通过子卡片整合的类别", "level": 2, "children": [{"name": "technical debt analysis", "description": "克隆代码对软件技术债的影响", "level": 3, "papers": 1}, {"name": "analysis clone characteristic and software maintainability correlation", "description": "研究克隆特征与软件维护性之间的关系,软件维护可以分为5个子特征,克隆也可以分为if、for等特征,通过回归分析研究相关性", "level": 3, "papers": 2}, {"name": "clone influence on developer's bug fix task", "description": "通过调研,研究克隆信息对开发者修复bug速度、效率等方面有何影响", "level": 3, "papers": 1}, {"name": "anti-pattern and clone and asynchrony change pattern", "description": "研究三种坏气味的组合对软件错误的影响,与anti-pattern and clone类似", "level": 3, "papers": 1}, {"name": "anti-pattern and clone", "description": "研究两种坏气味对软件错误的影响,反模式和代码克隆", "level": 3, "papers": 1}, {"name": "bug analysis", "description": "1. 文章主要介绍不同类型的代码引入bug会有怎样的区别(例如:克隆代码比非克隆代码更容易引入bug;代码克隆引入的bug复现问题;克隆的什么特征和bug是相关的;小的克隆与正常规模的克隆在引入bug上的对比分析)\n2. 提示:该标签可能属于analysis based on technique,后续可能会进行标签的合并", "level": 3, "papers": 9}, {"name": "clone effect on software modularity", "description": "研究代码克隆对软件模块化的影响", "level": 3, "papers": 1}, {"name": "fault density analysis", "description": "代码克隆对软件错误密度的影响", "level": 3, "papers": 1}, {"name": "quantify interface clones and evaluate impact on interface design quality", "description": "研究接口克隆的存在情况,并评估接口克隆对接口质量的影响", "level": 3, "papers": 1}], "papers": 18}, {"name": "cross repository clone analysis", "description": "对跨项目的克隆情况进行研究分析", "level": 2, "papers": 2}, {"name": "test clone analysis", "description": "对软件中测试代码克隆进行实证研究,并得出一些结论,这可以划分到analysis based on technique", "level": 2, "papers": 1}, {"name": "analysis of causes of clone", "description": "研究学生抄袭的原因,分析出好的目的比较多", "level": 2, "papers": 1}, {"name": "code style influence on clone detection", "description": "研究编程风格对代码克隆的影响", "level": 2, "papers": 2}, {"name": "relationship analysis between domain-based coupling and clone", "description": "研究代码克隆与领域耦合之间的关系,其中领域耦合指的是领域级软件构件之间的相关性", "level": 2, "papers": 1}, {"name": "apply clone technique on real-world software system", "description": "将代码克隆技术应用到现实的软件系统中,并将得到的结果进行分析", "level": 2, "papers": 1}, {"name": "clone's impact on software maintenance", "description": "研究克隆对软件维护的影响,使用了9种克隆检测方法,为了规避单一检测方法所带来的问题,可以归属到analysis based on technique中", "level": 2, "papers": 2}, {"name": "software clone law", "description": "1. 研究各国法律对软件克隆的约束情况\n2. 对比各国法律在这一方面的不同之处", "level": 2, "papers": 1}, {"name": "interface similarity and clone relationship", "description": "分析研究接口相似性与代码克隆之间的相关性", "level": 2, "papers": 1}, {"name": "benefits and drawbacks of clone detection", "description": "研究克隆检测,例如学生抄袭检测的优缺点", "level": 2, "papers": 1}, {"name": "analysis of security-discordant clones", "description": "找到不安全的代码克隆后,分析此类代码克隆的特点以及存在的普遍性", "level": 2, "papers": 1}, {"name": "project context's influence on clone", "description": "项目上下文对克隆的影响,包括commit大小、数量以及开发者数量对clone的影响", "level": 2, "papers": 1}, {"name": "preprocessor annotation influence on clone", "description": "研究预处理指令,例如:#ifdef,对代码克隆的影响", "level": 2, "papers": 1}, {"name": "difference of clones", "description": "给出已经检测到的克隆之间的差异", "level": 2, "papers": 3}, {"name": "clone and developer difference", "description": "1. 研究可复用代码创建者的区别以及进行代码克隆操作的开发者之间的区别", "level": 2, "papers": 1}, {"name": "analysis of code clone in posts", "description": "研究克隆片段在post代码中的出现情况(以stackoverflow中对官方文档的克隆情况为例),并分析克隆代码随时间的演化情况", "level": 2, "papers": 1}, {"name": "comparison of different vectorization algorithms", "description": "比较不同向量化方法对构建代码克隆检测方法有什么影响", "level": 2, "papers": 1}, {"name": "syntactic difference of functional clones", "description": "研究功能型克隆在句法上有何不同", "level": 2, "papers": 1}, {"name": "influence of obfuscation on clone detection", "description": "研究混淆对克隆检测技术的影响,对比分析什么样的检测方法更具有鲁棒性", "level": 2, "papers": 3}, {"name": "different languages influence on code clone", "description": "研究不同编程语言下,代码克隆之间有什么区别", "level": 2, "papers": 1}, {"name": "clone in patches", "description": "分析补丁中的克隆情况", "level": 2, "papers": 1}, {"name": "practical impact of clone detection", "description": "1. 调研克隆检测在实际开发中的实际影响\n2. 包括:通过问卷调查的形式发现工业界中克隆检测对开发的影响", "level": 2, "papers": 1}, {"name": "structural clone vs simple clone", "description": "分析结构化克隆与单纯的代码片段克隆的区别", "level": 2, "papers": 2}, {"name": "research direction explanation", "description": "只是通过分析的方式对基于代码克隆结果的后续研究工作做了分析和展望,提出了可能的研究方向", "level": 2, "papers": 1}, {"name": "identifier similarity for cross-platform clone detection", "description": "分析通过标识符相似性进行跨平台代码克隆相似性检验的可行性", "level": 2, "papers": 1}, {"name": "parameter importance for LSA method in clone detection", "description": "研究克隆检测领域,潜在语意分析方法参数的设置对算法性能的影响,评估方法的有效性", "level": 2, "papers": 1}, {"name": "software metrics and clone correlation", "description": "评估软件中克隆是否存在,例如验证某些因素是否和软件中代码克隆的存在相关", "level": 2, "papers": 1}, {"name": "apply clone technique on industry application", "description": "将克隆检测技术应用到工业软件系统中,case study", "level": 2, "papers": 1}, {"name": "clone metrics comparison analysis", "description": "卡片分类中通过子卡片整合的类别", "level": 2, "children": [{"name": "similarity metrics evaluation", "description": "评估度量代码克隆的各种方法,包括各种距离计算方式", "level": 3, "papers": 1}, {"name": "comparison of different distance measurement methods", "description": "比较不同距离计算方法对代码克隆刻画的区别", "level": 3, "papers": 2}], "papers": 3}, {"name": "influence of rearrange statement order on clone detection", "description": "修改代码中声明的顺序对于克隆检测的影响", "level": 2, "papers": 1}, {"name": "effect on software quality", "description": "研究代码克隆对软件质量的影响", "level": 2, "papers": 1}, {"name": "clone and developer intent", "description": "1. 文章对执行克隆的开发者的意图进行了分析;调研开发者对不同代码克隆方面的看法\n2. 采用的方法包括:采访、问卷调查等\n3. 其他:学生角度调研对代码抄袭的看法;stackoverflow中开发者对代码克隆的关注点", "level": 2, "children": [{"name": "clone categorization", "description": "例如:对有用和有害克隆的分类方法,根据用户的克隆目标进行分类,只是给出了分类标准taxonomy,通过对开发者的interview实现的", "level": 3, "papers": 1}, {"name": "clone usefulness", "description": "判断克隆是否为开发者关心的克隆,进而对克隆进行筛选", "level": 3, "papers": 1}], "papers": 14}, {"name": "challenge in clone detection", "description": "介绍一种克隆检测类型的现状和存在的问题,并没有给出明确的解决方案,因此区别于clone detection technique", "level": 2, "papers": 2}, {"name": "introduction and comparison of code clone and model clone", "description": "介绍并对比了代码克隆与模型克隆的区别", "level": 2, "papers": 1}, {"name": "cost of software maintainability", "description": "代码克隆带来的软件维护成本评估", "level": 2, "papers": 2}], "papers": 183}, {"name": "clone detection technique", "description": "1. 文章新创建了克隆检测技术;提出了对现有算法的改进;检索克隆来加速克隆检测;相似设计模式的检测;非连续性克隆的检测技术;android layout相似性检测;用于intermediate语言克隆检测的方法;有益克隆检测-beneficial clone detection\n2. 通过一些代码表示等手段提升了克隆检测效果\n3. 代码的中间表示形式:Source Code Concepts and Idioms", "level": 1, "children": [{"name": "buggy clone detection", "description": "检测系统中存在bug的克隆,与bug detection based on clone不同,这里是代码克隆检测技术的一个分支", "level": 2, "papers": 1}, {"name": "software similarity detection method", "description": "软件相似性的计算方法", "level": 2, "papers": 1}, {"name": "ontology representation of clone", "description": "利用克隆的本体表示方法,减少克隆检测的时间,可以算作一种辅助提升克隆检测技术的方法", "level": 2, "papers": 2}, {"name": "pattern mining", "description": "疑惑:代码克隆的模式具体指的是什么?((1) changing comments; (2) adding blank space lines; (3) renaming identifiers; (4) reordering statements; (5) inserting statements; and (6) control replacement (for example, substitute while with for). )", "level": 2, "papers": 1}, {"name": "collaborative pattern detection", "description": "利用代码克隆检测技术,检测协作实体的重复配置,是一种更高级别的克隆,可以算作克隆检测算法的一种", "level": 2, "papers": 1}, {"name": "metrics selection for clone", "description": "总结了相关工作中提到的各种度量问题,给出一种选择度量的方法,解决代码克隆检测问题", "level": 2, "papers": 1}, {"name": "software classification", "description": "对相似功能的软件进行分类,是否可以算作代码克隆?", "level": 2, "papers": 1}, {"name": "optimize clone technique configuration", "description": "1. 文章专注于如何找到最好的克隆检测工具或方法的参数配置信息", "level": 2, "papers": 3}, {"name": "code relative detection", "description": "具有相似运行时表现的代码片段", "level": 2, "papers": 1}, {"name": "code removal for clone detection", "description": "在进行代码克隆检测,如学生抄袭的时候,什么样的代码克隆片段需要被删除", "level": 2, "papers": 1}, {"name": "clone detection workbench", "description": "提出了自己的克隆检测流程,并与其他的克隆检测方法进行了对比", "level": 2, "papers": 1}, {"name": "clone clustering for optimizing clone detection results", "description": "通过克隆聚类的方式优化代码克隆检测结果", "level": 2, "papers": 3}, {"name": "clone clustering", "description": "1. 对克隆代码片段或文件进行聚类,clone set的聚类\n2. 形成clone聚类的报告,辅助克隆分析,研究克隆不同group之间的关联关系,辅助克隆管理", "level": 2, "papers": 1}, {"name": "clone filtering", "description": "对克隆进行过滤,按照用户的需求,对检测到的不必要的克隆进行过滤。", "level": 2, "papers": 1}], "papers": 749}, {"name": "clone evaluation", "description": "1. 提出方法或者框架对克隆检测工具进行测试\n2. 例如:基于big clone bench,有相关研究提出了测试框架,辅助计算各种类型下的召回率;评估学生复用代码的质量", "level": 1, "children": [{"name": "clone detection metrics", "description": "1. 文章介绍了代码克隆检测涉及到的各种度量\n2. 包括:准确率、召回率、如何计算相似度距离等", "level": 2, "papers": 2}, {"name": "code clone quality prediction", "description": "通过一些算法评估代码克隆的质量,质量包括很多维度", "level": 2, "papers": 1}], "papers": 28}, {"name": "clone evolution", "description": "1. 研究克隆随着软件版本的迭代有怎样的变化\n2. 相关的关键词有:geneology、evolution、propagation等\n3. 提示:该领域可能涉及到evolution pattern,进而研究不同pattern下是否会引入bug;克隆生命周期长短的研究;clone group mapping也是其中一个研究领域(Clone group mapping reflect how an clone group evolve from a previous version to the current version, is the core technology in the evolution of code clone across versions)", "level": 1, "children": [{"name": "code change inconsistency", "description": "1. 区别于clone evolution,这里表示一次修改检测到的不一致变化,并没有多个版本的演化问题;研究影响克隆一致性变更的因素;不一致的克隆变更与bug之间的关系\n2. 后续可以考虑是否合并到clone evolution", "level": 2, "papers": 10}, {"name": "predict consistency maintenance", "description": "预测代码克隆是否需要一致性维护;预测是否是一致变更的代码克隆", "level": 2, "papers": 6}, {"name": "clone stability", "description": "1. 克隆的稳定性,可以算作代码演化的子研究领域\n2. 表示不同种类的克隆代码其变化的频度以及保持不变的时间等\n3. 后续可能将这一部分合并到clone evolution中", "level": 2, "papers": 11}, {"name": "bug clone prediction", "description": "预测克隆中未来会引入bug的克隆,其实和genealogy有关系", "level": 2, "children": [{"name": "harmfulness prediction", "description": "在进行代码复用的同时预测代码的危害,帮助判断是否可以在该位置进行代码复用", "level": 3, "papers": 4}, {"name": "optimize training dataset of harmfulness clone prediction", "description": "在进行克隆危害预测时,通过一定的手段,优化需要进行训练的数据集,使数据集达到平衡状态", "level": 3, "papers": 1}], "papers": 6}, {"name": "evaluate clone detection tools's performance for co-change clone detection", "description": "评估传统克隆检测工具对共同变更的代码克隆的检测性能", "level": 2, "papers": 1}, {"name": "context bug analysis", "description": "代码克隆出现bug可能是因为没有复用到正确的上下文中,因此实际上这种文章也和clone evolution相关", "level": 2, "papers": 1}, {"name": "clone provenance", "description": "1. 构建克隆起源,溯源相关的文章\n2. 例如:构建不同仓库中克隆代码的链接;代码克隆的归属问题等", "level": 2, "children": [{"name": "link of clone", "description": "不同于clone provenance,这里并没有提到溯源的问题,只是在克隆之间建立关联关系,方便提示代码提供者和复用者", "level": 3, "papers": 1}], "papers": 5}], "papers": 143}, {"name": "clone management", "description": "1. 克隆管理相对与clone refactoring、clone visualization来说是更宏观的层面\n2. 根据文章694e3b049182d7fba448ee7c0ffff3d0的介绍,clone management其实包含了:clone rectoring、clone search、clone annotation、copy-paste support等\n3. 因此只有宏观介绍的文章才能属于clone management", "level": 1, "children": [{"name": "clone variant management", "description": "提出了克隆产品变体的管理框架,与软件产品线相关,唯一一篇文章是和软件变体管理有关的", "level": 2, "papers": 1}, {"name": "clone representation to manage clones", "description": "利用一种中间的优化表示形式方便进行克隆的管理", "level": 2, "papers": 2}, {"name": "clone mutation management mechanism", "description": "提出了一种克隆管理机制,可以将克隆与模型分开管理,使用VCL中间表示管理克隆突变", "level": 2, "papers": 1}, {"name": "clone model standardization", "description": "克隆模型的标准化,以及标准化存在的困难和限制", "level": 2, "children": [{"name": "conceptual framework for clone analysis", "description": "提出了克隆的概念框架,如何对克隆进行分析,在进行克隆的时候需要考虑哪些问题,从而帮助软件发展和软件复用", "level": 3, "papers": 1}, {"name": "common conceptual model based on user cases", "description": "利用wiki搜集利益相关者关注点,生成一个统一的代码克隆概念模型,包括:a shared decomposition of the problem domain, a standardized language for discussing code clone detection results, a well defined model to be used to generate a concrete exchange language, and a central model for which existing data formats can be documented relative to.为了更好地复现结果,互通结果。", "level": 3, "papers": 1}], "papers": 3}], "papers": 14}, {"name": "clone refactoring", "description": "1. 文章最终目标是对克隆进行重构(实现软件质量的提升等);什么样的克隆更容易引入bug;有文章将克隆片段中非克隆的statement拿出形成独立于克隆片段的代码语句;解决克隆重构的最优调度问题;评估重构需要的effort;克隆重构带来多少的代码减少分析\n2. 例如:克隆的删除方法、提出模板来重构克隆片段(形成aspect等)\n3. 对克隆提取相同的表示,进而对克隆代码进行改造,例如提取并构造相同的函数", "level": 1, "children": [{"name": "clone refactoring's influence on unit test case size", "description": "研究重构对单元测试用例大小的影响", "level": 2, "papers": 1}, {"name": "clone prioritization", "description": "为了加快软件维护,方便克隆管理,提出了基于各种指标下的克隆优先处理顺序的排序", "level": 2, "papers": 2}], "papers": 110}, {"name": "other fields based on clone detection technique", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "logging statement prediction", "description": "基于代码克隆方法的日志语句预测", "level": 2, "papers": 1}, {"name": "code recommendation", "description": "1. 文章可能利用了代码克隆技术找到了克隆代码,但最终是为了将代码推荐给开发者或使用者,帮助他们完成代码的复用;测试代码推荐\n2. 提示:代码推荐主要是针对复用,当然可能存在为克隆重构或修复提出的代码推荐方法,但那种文章的最终目的是克隆重构或修复", "level": 2, "papers": 6}, {"name": "component ranking", "description": "与应用排名不同,这里利用克隆检测技术进行组件的排名", "level": 2, "papers": 2}, {"name": "cyber attack detection", "description": "1. 网络攻击检测\n2. 例如:利用代码克隆检测技术生成相似程序,通过差异对比进行网络攻击检测", "level": 2, "papers": 1}, {"name": "application ranking", "description": "1. 利用代码克隆技术进行应用程序的排名", "level": 2, "papers": 1}, {"name": "vulnerability detection", "description": "1. 利用克隆技术对漏洞代码的检测,这里区别于恶意代码、恶意软件", "level": 2, "papers": 10}, {"name": "runtime complexity measurement", "description": "利用代码克隆对方法级别的运行时复杂性进行评估,算作代码克隆的应用", "level": 2, "papers": 1}, {"name": "bug localization", "description": "利用代码克隆技术对代码中的错误进行定位", "level": 2, "papers": 1}, {"name": "automatic comment generation", "description": "利用代码克隆技术,自动生成注释信息", "level": 2, "papers": 1}, {"name": "web service similarity detection", "description": "1. 使用代码克隆技术去检测web服务的相似性\n2. 例如:用nicad去检测web service description language的相似性,又名contextual clone", "level": 2, "papers": 1}, {"name": "evaluation of code translation", "description": "利用克隆检测技术来评估代码翻译的有效性", "level": 2, "papers": 1}, {"name": "software authorship", "description": "基于克隆检测的软件所属证明,算代码克隆的其他应用", "level": 2, "papers": 1}, {"name": "malware detection", "description": "1. 文章关于利用代码克隆检测技术对恶意软件或恶意软件代码进行检测\n2. 不同于代码克隆检测技术,该领域主要涉及恶意代码和软件,即通过已知的恶意代码片段去匹配目标看是否存在相同的恶意代码\n3. obfuscated code也属于恶意代码的一种,因此混淆代码的检测也是恶意代码的检测", "level": 2, "papers": 13}, {"name": "software defect prediction", "description": "使用软件相似性进行软件错误预测,其中软件相似性是基于代码克隆算法的,这可以作为克隆的应用", "level": 2, "papers": 1}, {"name": "software quality evaluation", "description": "利用一些指标评估软件质量,指标之一为代码克隆,因此算作代码克隆在其他领域的应用", "level": 2, "papers": 1}, {"name": "license violation detection", "description": "利用克隆检测对违反开源许可证的行为进行检测", "level": 2, "papers": 2}, {"name": "model pattern and anti-pattern detection", "description": "利用代码克隆技术识别模型模式和反模式", "level": 2, "papers": 1}, {"name": "code size estimation", "description": "利用代码克隆检测技术,理论上移除所有相似代码,通过函数调用形式替代,最终计算代码的实际大小", "level": 2, "papers": 1}, {"name": "program repair ingredients ranking", "description": "利用代码克隆技术,对程序修复的补丁进行排序,从而优化程序自动修复", "level": 2, "papers": 1}, {"name": "domain analysis", "description": "利用代码克隆技术进行领域分析:包括仿真系统", "level": 2, "papers": 1}, {"name": "code search", "description": "1. 文章可能利用了代码克隆检测方法或技术,但最终目的是为了解决代码搜索的问题", "level": 2, "papers": 19}, {"name": "fault prediction", "description": "代码克隆指标对于错误预测的影响研究;易错模块预测模型间的对比分析", "level": 2, "papers": 2}, {"name": "code quality", "description": "代码克隆一个度量指标,用来评估相关代码的质量", "level": 2, "papers": 2}, {"name": "clone based bug detection", "description": "通过相似的错误代码,并结合代码克隆检测技术,找到待检测代码中是否有相同的bug;或者研究如何提高基于克隆检测的bug识别方法的有效性和可用性", "level": 2, "papers": 2}, {"name": "ontology alignment", "description": "利用代码克隆技术,对代码的本体表示进行对齐", "level": 2, "papers": 1}, {"name": "model anti-pattern detection", "description": "利用模型克隆检测方法识别simlink中模型的反模式坏气味", "level": 2, "papers": 1}, {"name": "re-implementation detection", "description": "重新实现检测,猜测是接口的多次实现检测问题", "level": 2, "papers": 1}, {"name": "variability of mainstream and subsystems", "description": "利用代码克隆技术分析主版本库与子系统的移植变更问题,发现主版本中bug fix在子系统中没有被修复,这种问题普遍存在。关键词:reverse engineering variability", "level": 2, "papers": 1}, {"name": "repeat bug fix analysis based on clone detection", "description": "利用代码克隆检测识别重复的bug修复,并分析重复bug修复的特征", "level": 2, "papers": 1}, {"name": "software architecture quality evaluation", "description": "利用模型克隆检测评估软件体系结构质量", "level": 2, "papers": 1}, {"name": "code obfuscation technique", "description": "基于代码克隆技术的混淆代码技术,通过增加代码混淆,提升代码的安全性", "level": 2, "papers": 1}, {"name": "infer repository file structure modification history based on clone technique", "description": "利用克隆检测技术,推断代码仓库文件系统的历史变更情况", "level": 2, "papers": 2}, {"name": "link between discussion and code", "description": "利用代码克隆技术,及代码搜索的支撑技术,将issue中代码的讨论与项目中的源代码进行关联", "level": 2, "papers": 1}, {"name": "clone and own", "description": "软件生产产品线相关,表示利用克隆技术进行复用的方法", "level": 2, "papers": 2}, {"name": "code transplantation", "description": "利用代码克隆技术对代码进行移植,例如:测试用例的移植等", "level": 2, "papers": 2}, {"name": "application porting", "description": "应用程序的移植,利用代码克隆检测的方法,将程序移植到新的环境中", "level": 2, "papers": 1}, {"name": "legacy software reuse", "description": "旧版软件重用方法模型,利用代码克隆检测技术,对之前的软件进行复用", "level": 2, "papers": 1}, {"name": "clone avoidance", "description": "有文章通过copy-paste-modify的方法实现为ide的插件,让人在编程的时候就进行修改", "level": 2, "papers": 2}, {"name": "repackage application detection", "description": "利用代码克隆检测技术对重新打包的软件应用进行检测", "level": 2, "papers": 1}, {"name": "reprogramming based on code clone", "description": "基于代码克隆方法的重编码方法", "level": 2, "papers": 1}, {"name": "copyright infringement detection", "description": "基于代码克隆检测方法的软件版权侵权检测", "level": 2, "papers": 0}], "papers": 90}, {"name": "survey and tutorial", "description": "卡片分类中通过子卡片整合的类别", "level": 1, "children": [{"name": "technical report", "description": "1. 是对之前相关文章的总结性分析研究\n2. 不是对克隆检测工具的对比研究(这一部分属于analysis based on technique)\n3. 没有严格遵循文献综述的基本规范和要求,并且自己没有声明是文献综述", "level": 2, "children": [{"name": "paper review", "description": "the literature review for code clone", "level": 3, "papers": 19}], "papers": 67}, {"name": "literature review", "description": "1. 文献综述的文章\n2. 提示:严格遵循文献综述的流程 或 在标题等地方明确描述该文章为文献综述(literature review)\n3. 包括工具类、克隆可视化、克隆演化、克隆重构、克隆管理、介绍抄袭检测中存在的问题", "level": 2, "papers": 20}], "papers": 87}, {"name": "clone visualization", "description": "1. 文章提到了自己创建的代码克隆相关可视化技术\n2. 提示:这里的可视化是文章的主要贡献,该可视化工具或技术可能解决不同的问题,包括:代码克隆演化分析、代码克隆重构等。但文章的主要贡献还是仅限于可视化工具而已\n3. 包括:用户关系的use case是什么并如何可视化这些use case", "level": 1, "papers": 52}]} var option = { tooltip: { trigger: 'item', @@ -60,7 +60,7 @@ var option = { position: 'left', verticalAlign: 'middle', align: 'right', - fontSize: 9 + fontSize: 11 }, leaves: { diff --git a/final_classification_result_classinfos.txt b/final_classification_result_classinfos.txt index 987f97d..a7dbc44 100644 --- a/final_classification_result_classinfos.txt +++ b/final_classification_result_classinfos.txt @@ -174,14 +174,17 @@ "146" "application porting" "应用程序的移植,利用代码克隆检测的方法,将程序移植到新的环境中" "2" "other fields based on clone detection technique" "147" "legacy software reuse" "旧版软件重用方法模型,利用代码克隆检测技术,对之前的软件进行复用" "2" "other fields based on clone detection technique" "148" "clone avoidance" "有文章通过copy-paste-modify的方法实现为ide的插件,让人在编程的时候就进行修改" "2" "other fields based on clone detection technique" -"149" "survey and tutorial" "1" -"150" "technical report" "1. 是对之前相关文章的总结性分析研究 +"149" "repackage application detection" "利用代码克隆检测技术对重新打包的软件应用进行检测" "2" "other fields based on clone detection technique" +"150" "reprogramming based on code clone" "基于代码克隆方法的重编码方法" "2" "other fields based on clone detection technique" +"151" "copyright infringement detection" "基于代码克隆检测方法的软件版权侵权检测" "2" "other fields based on clone detection technique" +"152" "survey and tutorial" "1" +"153" "technical report" "1. 是对之前相关文章的总结性分析研究 2. 不是对克隆检测工具的对比研究(这一部分属于analysis based on technique) 3. 没有严格遵循文献综述的基本规范和要求,并且自己没有声明是文献综述" "2" "survey and tutorial" -"151" "paper review" "the literature review for code clone" "3" "technical report" -"152" "literature review" "1. 文献综述的文章 +"154" "paper review" "the literature review for code clone" "3" "technical report" +"155" "literature review" "1. 文献综述的文章 2. 提示:严格遵循文献综述的流程 或 在标题等地方明确描述该文章为文献综述(literature review) 3. 包括工具类、克隆可视化、克隆演化、克隆重构、克隆管理、介绍抄袭检测中存在的问题" "2" "survey and tutorial" -"153" "clone visualization" "1. 文章提到了自己创建的代码克隆相关可视化技术 +"156" "clone visualization" "1. 文章提到了自己创建的代码克隆相关可视化技术 2. 提示:这里的可视化是文章的主要贡献,该可视化工具或技术可能解决不同的问题,包括:代码克隆演化分析、代码克隆重构等。但文章的主要贡献还是仅限于可视化工具而已 3. 包括:用户关系的use case是什么并如何可视化这些use case" "1" diff --git a/final_classification_result_paperbelongs.txt b/final_classification_result_paperbelongs.txt index f5e19c5..fb8e52f 100644 --- a/final_classification_result_paperbelongs.txt +++ b/final_classification_result_paperbelongs.txt @@ -1,1457 +1,1501 @@ -"id" "title_sha" "title_raw" "class_name" -"1" "518430bb645ae663b7b27c27c64871f9" "An empirical assessment of bellon's clone benchmark" "benchmark evaluation" -"2" "c86d9cc579652429b576613863bfebf0" "An Empirical Assessment of Bellon's Clone Benchmark.(2015)" "benchmark evaluation" -"3" "942e2c4eb2e4365c315a7253904caf38" "A code clone oracle" "dataset creation" -"4" "3e0124f07557dd23c639036ffca3c3a0" "Raters' reliability in clone benchmarks construction" "dataset creation" -"5" "71c86790e24a1fafa44cd1bb8fb3e6c3" "Towards a curated collection of code clones" "dataset creation" -"6" "4b47961586dbfa3394458c46265a7fe2" "A dataset of clone references with gaps" "dataset creation" -"7" "451dfdf19016226f0b728990e2c7e1b0" "Schemes for Labeling Semantic Code Clones using Machine Learning" "dataset creation" -"8" "6db22d917d39b664378d825355db1a2d" "Mining and analysis of control structure variant clones" "dataset creation" -"9" "de4a844cb91d6d274444bee955cbb132" "Generating clone references with less human subjectivity" "dataset creation" -"10" "5774f2b160780e0af7ba74024f5e22d9" "Towards a Big Data Curated Benchmark of Inter-project Code Clones" "dataset creation" -"11" "9f3ad5f906b584cb1f3f3c56bf40caae" "Detection And Analysis Of Software Clones" "dataset creation" -"12" "627b8bdb0db9a5c6e4a296605481e61b" "Source code plagiarism detection in academia with information retrieval: Dataset and the observation" "dataset creation" -"13" "498789a782d62ddcf4c6df30f2e6d257" "How are functionally similar code clones syntactically different? An empirical study and a benchmark" "dataset creation" -"14" "3de366ab05cd50661798f259981502dd" "Instructor-centric source code plagiarism detection and plagiarism corpus" "dataset creation" -"15" "a80577489138cd5ec698b4fcc239bb3b" "SemanticCloneBench: A Semantic Code Clone Benchmark using Crowd-Source Knowledge" "dataset creation" -"16" "9f3e532745d46b7920c41fadf835b2f5" "Large-scale clone detection and benchmarking" "dataset creation" -"17" "7f5703e6c6e78e2c6f580f583dc970e0" "Collecting and leveraging a benchmark of build system clones to aid in quality assessments" "dataset creation" -"18" "17092a8722afbef493d3348f756255b8" "A Method for Constructing a Clone Code Case Library Based on Bugs" "bug related clone dataset creation" -"19" "0d674db7140899180b6af3b322c23ffa" "Benchmarks for software clone detection: A ten-year retrospective" "clone benchmark" -"20" "cf2fb431ad1a94c52b4127580692c35b" "Code clone benchmarks overview" "clone benchmark" -"21" "fc306ceba9ae46e1b75b377c917f5665" "A Survey on the Evaluation of Clone Detection Performance and Benchmarking" "clone benchmark" -"22" "369a3cd5d58029a8d0f486e901285468" "An Empirical Study on Accidental Cross-Project Code Clones" "accidental clone" -"23" "cb1c6207a8feef50204ff470c3a3e7c7" "Code clone studies in JavaScript applications" "clone analysis in specific language" -"24" "bd6e29ee5bef438f26467456e1f58810" "Investigation of SQL Clone on MVC-based Application" "clone analysis in specific language" -"25" "168c231fb20f7b018fcae33bdeaab5a4" "Development nature matters: An empirical study of code clones in JavaScript applications" "clone analysis in specific language" -"26" "6902cd95cd19655959e22c847e8a4842" "Detecting and analyzing code clones in HDL" "clone analysis in specific language" -"27" "4db4af16890351ed31e9092cffe467ae" "Common techniques and tools for the analysis of open source software in order to detect code clones: A study" "analysis based on technique" -"28" "3ee392f88b17ddea55972ae5e7832369" "Effects of Code Cloning in Mobile Applications" "analysis based on technique" -"29" "e80e74ff4a4588906ccddf0b4237a94d" "A Comparison of Three Popular Source code Similarity Tools for Detecting Student Plagiarism" "analysis based on technique" -"30" "71fca5c2b53b6be8fba228d98c616245" "A comparison of similarity techniques for detecting source code plagiarism" "analysis based on technique" -"31" "d092af7346549172f85621068f84391a" "Can clone detection support test comprehension?" "analysis based on technique" -"32" "e1f4dfac28261affcf9bbac98748e2ae" "Software clone detection and refactoring" "analysis based on technique" -"33" "0cfe65f06c0d97d4a52c5a2c1e294e0f" "Lessons learnt in applying automated code plagiarism detection in an introductory programming module" "analysis based on technique" -"34" "c3913bac9611742aec7153045334aec9" "A comparative study of clone detection tools" "analysis based on technique" -"35" "92525eb88178158e4b074f6d122f20ac" "Exploring large-scale system similarity using incremental clone detection and live scatterplots" "analysis based on technique" -"36" "9adfb0a80a7d2c808392911a5d22b17a" "Tracking Method-Level Clones and a Case Study" "analysis based on technique" -"37" "efbf93223eb30d098d728f5e484f86d7" "Correlation analysis between code clone metrics and project data on the same specification projects" "analysis based on technique" -"38" "b5425414501baa34bc21981ea7392561" "An Empirical Study of the Copy and Paste Behavior during Development" "analysis based on technique" -"39" "19936423d1fc3f485ee15c578ca2ff60" "Model analytics for industrial MDE ecosystems" "analysis based on technique" -"40" "be3d806f2fcc8457bd7434ac948f9b5f" "An analysis of complex industrial test code using clone analysis" "analysis based on technique" -"41" "a96893f2eaaedbd95bfb684395baa49c" "Performance Evaluation and Comparative Analysis of Code-Clone-Detection Techniques and Tools" "analysis based on technique" -"42" "72cf7b254f96dee43b967ebe1fdfca3a" "Near-miss software clones in open source games: An empirical study" "analysis based on technique" -"43" "644fdcd8dbacac90b9074406d4f2f102" "Python source code plagiarism attacks on introductory programming course assignments" "analysis based on technique" -"44" "4b79dc905a772d6a5de39a59c58b5d09" "Economic Effect of Cloning on Software Maintenance" "analysis based on technique" -"45" "4dd4c60f0d5c5d6ad93259f157b398f8" "EVALUATION OF TOKEN BASED TOOLS ON THE BASIS OF CLONE METRICS" "analysis based on technique" -"46" "ad02317e3d8b1b4fefac34402029b030" "Mining Source Code Clones in a Corporate Environment" "analysis based on technique" -"47" "921d8b0eb3ed6ec7c44860a180a6ce05" "Identifying Source Code Reuse across Repositories Using LCS-Based Source Code Similarity" "analysis based on technique" -"48" "bde9166b0cd99422cb5a3aaa4fcd4429" "Detecting Plagiarism Patterns in student code" "analysis based on technique" -"49" "c99f7358a4c5563f491b4181f13fa4be" "What clone coverage can tell" "analysis based on technique" -"50" "74352031985d4f8bfb6f3da96e79ac4a" "An Experience Report on Analyzing Industrial Software Systems Using Code Clone Detection Techniques" "analysis based on technique" -"51" "1f09c9710f68541fe5e7b9a3bb920036" "Identification of structural clones victimisation association rule and clump" "analysis based on technique" -"52" "d2e34574542b7f0ce365caf3b49bfe47" "Similarity of Source Code in the Presence of Pervasive Modifications" "analysis based on technique" -"53" "5fd6d46a831de7be11a4f9f4bf9c7a65" "Clone Detection on Large Scala Codebases" "analysis based on technique" -"54" "8f1057aacdec18b9c4538a32371aa2de" "Near-miss clone patterns in web applications: An empirical study with industrial systems" "analysis based on technique" -"55" "52f4e2e10d7b83e8b29b92453b11e407" "Comparison and evaluation on metrics based approach for detecting code clone" "analysis based on technique" -"56" "2be2825fa923c1232f580f623f924fc9" "A replication and reproduction of code clone detection studies" "analysis based on technique" -"57" "59c55cb0a19d53740519cf825f983585" "Evaluating Clone Detection Technique in Multiple Language Programs" "analysis based on technique" -"58" "396586664424e00609151ccb24387f30" "Clone analysis and detection in android applications" "analysis based on technique" -"59" "4f71fdc12c38910180cbf224b42495a0" "A quantitative comparison of program plagiarism detection tools" "analysis based on technique" -"60" "ad8f219025ed6ff7538fcd211fee7e3a" "A study of code cloning in server pages of web applications developed using classic ASP.NET and ASP.NET MVC framework" "analysis based on technique" -"61" "50c4666c08f9cbf276a5e51dc850dd66" "Collaboration, collusion and plagiarism in computer science coursework" "analysis based on technique" -"62" "86bfd61c07448c2d771abf2dd7e981b4" "Measuring copying of Java archives" "analysis based on technique" -"63" "76f0f75f3a80035cf2fa55a8765dfd04" "Cloned and non-cloned Java methods: a comparative study" "analysis based on technique" -"64" "e67dfa98390c381ab624e89e224657be" "Software plagiarism detection techniques: A comparative study" "analysis based on technique" -"65" "0683e9fdd8a2c58e809b08688a24aef3" "An empirical study on the impact of duplicate code" "analysis based on technique" -"66" "df8cafa718729b0e329a73b028e7f7f8" "Investigating Student Plagiarism Patterns and Correlations to Grades" "analysis based on technique" -"67" "369a3cd5d58029a8d0f486e901285468" "An Empirical Study on Accidental Cross-Project Code Clones" "analysis based on technique" -"68" "2fe8b738ffa1971df89d67f12288c301" "How accurate is coarse-grained clone detection?: Comparision with fine-grained detectors" "analysis based on technique" -"69" "c4f125edc1e7420ee5d038068cff8b16" "Cloning in Max/MSP Patches." "analysis based on technique" -"70" "d032ec6ae563d29b67da173e4d662c43" "Large scale multi-language clone analysis in a telecommunication industrial setting" "analysis based on technique" -"71" "076b5e928c90e9637fe6c845de14f4b2" "Comprehensively Meld Code Clone Identifier for Replicated Source Code Identification in Diverse Web Browsers" "analysis based on technique" -"72" "b986fc805a7fd31fb9ad5c2fec1bfebe" "A Comparative Analysis of Clone Detection Tools: Solid SDD and CCFinderX" "analysis based on technique" -"73" "b47c7869417f1f9aabde6a9b376b5417" "An extended assessment of type-3 clones as detected by state-of-the-art tools" "analysis based on technique" -"74" "3c7da35d8c436865ca6263ba1d844c35" "Things structural clones tell that simple clones don't" "analysis based on technique" -"75" "d254a1ff86698505e6fc036835f31579" "Software-Clone Rates in Open-Source Programs Written in C or C++" "analysis based on technique" -"76" "3fb9bda41dc1f6e7913bba03a121ca91" "Detecting plagiarism in cross-platform mobile applications: Case study: Game application similarity in Symbian platform and Android platform" "analysis based on technique" -"77" "22fbc22e5fa5a740c9bb352e604ddff3" "An empirical study of identical function clones in CRAN" "analysis based on technique" -"78" "549c37eee31fe23622e4b620cc822bc6" "Comparison of Token-Based Code Clone Method with Pattern Mining Technique and Traditional String Matching Algorithms In-terms of Software Reuse" "analysis based on technique" -"79" "d56d4519db0c7bdaa0ebb13823ae44ad" "Clone Type Based Comparison among Code Clone Detection Tools and Techniques" "analysis based on technique" -"80" "837dc5f1d12dd2d95ab5444b71aa5e91" "Cross-project code clones in GitHub" "analysis based on technique" -"81" "5ae8f6cc1ffaf5caf77b28918e892aab" "Identification of promoted eclipse unstable interfaces using clone detection technique" "analysis based on technique" -"82" "f309944aeb9c8c4af972e11b6c9867e6" "An Analysis of Code Sharing in a Large First Year Engineering Course" "analysis based on technique" -"83" "473dad1e95ebe7855a088129d5b42ce2" "Python Source Code Plagiarism Attacks in Object-Oriented Environment" "analysis based on technique" -"84" "e287e7116b90d49056c297cbeb83a9ad" "Performance evaluation of clone detection tools" "analysis based on technique" -"85" "5086f4c42a969763605b4273c9adff1b" "Perceptual Comparison of Source-Code Plagiarism within Students from UK, China, and South Cyprus Higher Education Institutions" "analysis based on technique" -"86" "7510eb4c1df70f4436a67d3f661a06e7" "Is duplicate code good or bad? an empirical study with multiple investigation methods and multiple detection tools" "analysis based on technique" -"87" "41a39d9be79ec724ec172a7d1a25b694" "Jupyter Notebooks on GitHub: Characteristics and Code Clones" "analysis based on technique" -"88" "cca2435dd1e26bfe94c318a9da142d8f" "Procedural x OO-A Corporative Experiment on Source Code Clone Mining" "analysis based on technique" -"89" "36d8b5a1a4efe761e72ff080012560be" "Introduction of static quality analysis in small- and medium-sized software enterprises: experiences from technology transfer" "analysis based on technique" -"90" "d8a07b140eb69028612ded342106f7ab" "On the extent and nature of software reuse in open source java projects" "analysis based on technique" -"91" "1b7c8778b09a0eb064f06d4e2003aef6" "Model Analytics for ASML's Data and Control Modeling Languages" "analysis based on technique" -"92" "7f432a8ed4fa00d185efc27614ecdcd5" "Towards qualitative comparison of simulink model clone detection approaches" "analysis based on technique" -"93" "81fac98c1e3a111a55b792bd36e34f53" "Remix and reuse of source code in software production" "analysis based on technique" -"94" "fb717d1236e6abb96b3db54ecabfac8b" "Code Cloning Habits Of The Jupyter Notebook Community: Code Cloning Habits Of The Jupyter Notebook Community" "analysis based on technique" -"95" "b4613d5a27833ef7454fe8bb78affd16" "Issues related to the detection of source code plagiarism in students assignments" "analysis based on technique" -"96" "6cf77eac51e8c42da083ac815f152658" "A case study of TTCN-3 test scripts clone analysis in an industrial telecommunication setting" "analysis based on technique" -"97" "94c6d37a5a1f6ef8d434fb36a656ff98" "Characterizing Code Clones in the Ethereum Smart Contract Ecosystem" "analysis based on technique" -"98" "11759285310e37f8e5fd7dd69b26df45" "Code Duplication on Stack Overflow" "analysis based on technique" -"99" "fdfaa706bb5db2762333a9cc93f83ce5" "Plagiarism detection for Java: a tool comparison" "analysis based on technique" -"100" "7c5e6ceded9b4dfaf19cb25a8903e3c4" "A comparison of code similarity analysers" "analysis based on technique" -"101" "ca05da4127639f15d133221bd3970462" "On the Effectiveness of Simhash for Detecting Near-Miss Clones in Large Scale Software Systems" "analysis based on technique" -"102" "88e4c128de0913220e95f2703f9a186a" "Code Duplication and Reuse in Jupyter Notebooks" "analysis based on technique" -"103" "bc71aa83da6f48236bec93ce4791122d" "Code cloning in smart contracts: a case study on verified contracts from the Ethereum blockchain platform" "analysis based on technique" -"104" "d37012b935f48cc86b577136129d0a03" "Code Cloning Habits Of The Jupyter Notebook Community" "analysis based on technique" -"105" "4a114411eb00a2cd5f7e9cd772455f5e" "Analysis and Removal of Code Clones in Software Product Lines" "analysis based on technique" -"106" "bda20d2eeb36ca6ce44ee5f14d76e66b" "The effectiveness of low-level structure-based approach toward source code plagiarism level taxonomy" "analysis based on technique" -"107" "fdbc6b93fb5e9ca96a6df0d1020229cb" "A study of code cloning in server pages of web applications developed using classic asp. net and asp. net mvc framework" "analysis based on technique" -"108" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "analysis based on technique" -"109" "26229da486f5cfdae3e318ec1e97ef99" "Measuring code reuse in Android apps" "analysis based on technique" -"110" "9a7f44bd4fbfc1f707ab5ac1c89bdecb" "Identification of Recurring Patterns of Code to Detect Structural Clones" "discuss simple clones detection can help detect structural clones" -"111" "2ed398ab54b62a29fc3568f292313db9" "Reusability based program clone detection: case study on large scale healthcare software system" "analysis of clone for healthcare software system - a case study" -"112" "6b63a9583d352b0d598ec05b51cc20f0" "On the characteristics of buggy code clones: A code quality perspective" "analysis buggy and non-buggy clone characteristics" -"113" "422a310aa2b7bf1b1120d2079ce67736" "On the Relationships between Stability and Bug-Proneness of Code Clones: An Empirical Study" "relationship analysis between clone stability and bug-proneness" -"114" "76f0f75f3a80035cf2fa55a8765dfd04" "Cloned and non-cloned Java methods: a comparative study" "clone and non-clone code" -"115" "0683e9fdd8a2c58e809b08688a24aef3" "An empirical study on the impact of duplicate code" "clone and non-clone code" -"116" "a6ef58c5d4b3590e25d02983954a204a" "A comparative study on vulnerabilities in categories of clones and non-cloned code" "clone and non-clone code" -"117" "e913f6b3e9811b8bcd9d92f043c4e92a" "Towards Accurate and Scalable Clone Detection using Software Metrics" "clone and non-clone code" -"118" "8e72ef03ce1f00267e9de334f3183716" "Comparing quality metrics for cloned and non cloned java methods: A large scale empirical study" "clone and non-clone code" -"119" "e88ebe1ccc0c32a819c4684336f508ac" "Is cloned code older than non-cloned code?" "clone and non-clone code" -"120" "7510eb4c1df70f4436a67d3f661a06e7" "Is duplicate code good or bad? an empirical study with multiple investigation methods and multiple detection tools" "clone and non-clone code" -"121" "7b314fb953eb9566f2a1f5f653d9ed4f" "Comparative stability of cloned and non-cloned code: an empirical study" "clone and non-clone code" -"122" "2d1146420b567585f61e8a049a21faca" "On the stability of software clones: A genealogy-based empirical study" "clone and non-clone code" -"123" "5616b50d1243f031b111ca62f5d97f50" "Change Impact Analysis of Code Clones" "clone and non-clone code" -"124" "dfb66c6bc68e9c9bc2d0b6a3f0d021ac" "Dispersion of changes in cloned and non-cloned code" "clone and non-clone code" -"125" "16043e9a8e46c8614de1a85491b7890b" "Security Vulnerabilities in Categories of Clones and Non-Cloned Code: An Empirical Study" "clone and non-clone code" -"126" "a0deec5d818d35822e9682829fdaecbe" "Effects of cloned code on software maintainability: A replicated developer study" "clone and non-clone code" -"127" "6694f6c40fd6ff996f7d1b5a35a3e3b9" "A Comparative Study of Bug Patterns in Java Cloned and Non-cloned Code" "clone and non-clone code" -"128" "fe4efb2eac99fba9887c783291352ffa" "A comparative study of software bugs in clone and non-clone code" "clone and non-clone code" -"129" "f531d9b33913bbf9809c19554dae195f" "Comparing Software Bugs in Clone and Non-clone Code: An Empirical Study" "clone and non-clone code" -"130" "7fecb99d6ae3994667f49f9fa4151d44" "Code reuse in stack overflow and popular open source java projects" "stackoverflow and github code reuse" -"131" "5086f4c42a969763605b4273c9adff1b" "Perceptual Comparison of Source-Code Plagiarism within Students from UK, China, and South Cyprus Higher Education Institutions" "different country student comparison" -"132" "ae57feb404f0ebeb21f2d9440c395bb4" "Adrob: Examining the landscape and impact of android application plagiarism" "analyze the impace of cloned applications on the original authors" -"133" "ae57feb404f0ebeb21f2d9440c395bb4" "Adrob: Examining the landscape and impact of android application plagiarism" "analysis the landscape of cloned applications" -"134" "d86bf859a542cfbe943eabe3d63c65f8" "Compiling Clones: What Happens?" "difference between source and compiled code clone detection" -"135" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "bug and clone relation" -"136" "441197f368a388ef16b47a5032df5303" "On the association between code cloning and fault-proneness: An empirical investigation" "bug and clone relation" -"137" "796a5bd50228f912cc27732a00e58930" "Clones : what is that smell ?" "bug and clone relation" -"138" "d2d77ef9f2caef974b1aa490962b4e1d" "Investigating on the impact of software clones on technical debt" "technical debt analysis" -"139" "79f48520ca0b6c47800955e398947ed8" "An efficient model for measuring maintainability from code cloning and refactoring using regression" "analysis clone characteristic and software maintainability correlation" -"140" "d6d222fb758047fc54e8bc2683b72811" "Evaluating the E ect of Code Duplications on Software Maintainability" "analysis clone characteristic and software maintainability correlation" -"141" "67799b680102bc4baf673a6955ff349a" "Effect of clone information on the performance of developers fixing cloned bugs" "clone influence on developer's bug fix task" -"142" "d808a052d3048c2db650f5b030320c60" "Analyzing software evolution and quality by extracting Asynchrony change patterns" "anti-pattern and clone and asynchrony change pattern" -"143" "106da74fa3a0213aa02beb48e0180765" "On the analysis of co-occurrence of anti-patterns and clones" "anti-pattern and clone" -"144" "6694f6c40fd6ff996f7d1b5a35a3e3b9" "A Comparative Study of Bug Patterns in Java Cloned and Non-cloned Code" "bug analysis" -"145" "fe4efb2eac99fba9887c783291352ffa" "A comparative study of software bugs in clone and non-clone code" "bug analysis" -"146" "f531d9b33913bbf9809c19554dae195f" "Comparing Software Bugs in Clone and Non-clone Code: An Empirical Study" "bug analysis" -"147" "b1af4b67021904c66f58960f7c5aebf3" "Bug Replication in Code Clones: An Empirical Study" "bug analysis" -"148" "1841c9b9b742fecc3d1b0a09bdbcf9b8" "Feature-based detection of bugs in clones" "bug analysis" -"149" "ff2f6199809c29cdce07235108aa5558" "A Comparative Study of Software Bugs in Micro-clones and Regular Code Clones" "bug analysis" -"150" "c05a4a49d873c84d37a6deca245b3fc1" "Comparing Bug Replication in Regular and Micro Code Clones" "bug analysis" -"151" "eedb0735de89b12ba534fc74189ebb9e" "A comparative study on the bug-proneness of different types of code clones" "bug analysis" -"152" "05882d6deaf76b19ddcfc467e567ce6a" "Bug-proneness and late propagation tendency of code clones: A Comparative study on different clone types" "bug analysis" -"153" "2c58222be1224a8cc341959d32a43a81" "Understanding the Effects of Code Clones on Modularity in Software Systems" "clone effect on software modularity" -"154" "b9bfb065d8b853a8ffcdcbb622921bc3" "Fault density analysis of object-oriented classes in presence of code clones" "fault density analysis" -"155" "485a16e3d41f5ebd09f832f14970c0a1" "Characterizing and evaluating the impact of software interface clones" "quantify interface clones and evaluate impact on interface design quality" -"156" "60d35d6001ba78e63082aafcb31e5139" "On how often code is cloned across repositories" "cross repository clone analysis" -"157" "ca269092a06a56cbd8da987a1f4696c7" "Assessing cross-project clones for reuse optimization" "cross repository clone analysis" -"158" "aab23c3910fcc4e62637cba847589008" "Clone Detection in Test Code: An Empirical Evaluation" "test clone analysis" -"159" "2dc989f5411259222e99cb84a06a7225" "Beyond plagiarism: an active learning method to analyze causes behind code-similarity" "analysis of causes of clone" -"160" "c63c2b6c5fe5f936522b3c26066bfe98" "Style analysis for source code plagiarism detection - an analysis of a dataset of student coursework" "code style influence on clone detection" -"161" "ec712ca4e8cdf1294e70a4d0ba9568e3" "Suitability of BlackBox dataset for style analysis in detection of source code plagiarism" "code style influence on clone detection" -"162" "f25f392aff45f65aa64292394121b15e" "On the relationships between domain-based coupling and code clones: an exploratory study" "relationship analysis between domain-based coupling and clone" -"163" "374ffa7f43982745527bd1b1047429ba" "Exploring code clones in programmable logic controller software" "apply clone technique on real-world software system" -"164" "dd440f203ff202ba6e593fd77dc12bc2" "An empirical study of the impacts of clones in software maintenance" "clone's impact on software maintenance" -"165" "abf45e039617a110f6a401d9a033b9fd" "Software cloning in extreme programming environment" "clone's impact on software maintenance" -"166" "c7e3c2261576dfb28fe6817ed7101ec6" "A Guided Tour of the Legal Implications of Software Cloning" "software clone law" -"167" "1fbb1275f753d1c47a5faeba711e9e37" "An Exploratory Study on Interface Similarities in Code Clones" "interface similarity and clone relationship" -"168" "4a03e148557eaea9681aede7e9d2aecc" "Benefits and drawbacks of source code plagiarism detection in engineering education" "benefits and drawbacks of clone detection" -"169" "cf0cf582b6bee03a172156d8e1bec301" "Uncovering access control weaknesses and flaws with security-discordant software clones" "analysis of security-discordant clones" -"170" "2037d7dc14caf08da700c63694fbdba3" "An empirical study on how project context impacts on code cloning" "project context's influence on clone" -"171" "d0d99d535715a0af4b0390028b2ce0da" "Analyzing the effect of preprocessor annotations on code clones" "preprocessor annotation influence on clone" -"172" "802ab123a7c8b8da35994ac23927771d" "CloneDifferentiator: Analyzing clones by differentiation" "difference of clones" -"173" "4a4d58dbda2d15711075047449356ed0" "Distilling useful clones by contextual differencing" "difference of clones" -"174" "0eb603aa532e84216216131950dd74ea" "CloneDiff: semantic differencing or clones" "difference of clones" -"175" "0c7b8bd6db37229d301716a5b1623651" "Towards an analysis of who creates clone and who reuses it" "clone and developer difference" -"176" "26c3cf12bfe82042be21e768af52f8e5" "Assessing the Quality of Software Development Tutorials Available on the Web" "analysis of code clone in posts" -"177" "9a20b03ae6dba2c2c126f79a2cac74cb" "Investigating Vector-Based Detection of Code Clones Using BigCloneBench" "comparison of different vectorization algorithms" -"178" "498789a782d62ddcf4c6df30f2e6d257" "How are functionally similar code clones syntactically different? An empirical study and a benchmark" "syntactic difference of functional clones" -"179" "32d2a1f58cab28eb5c20b8d7ab3a39b3" "Analyzing the Robustness of Clone Detection Tools Regarding Code Obfuscation" "influence of obfuscation on clone detection" -"180" "2e3acda576a00aabe4c9c4e4a3d9daad" "On the robustness of clone detection to code obfuscation" "influence of obfuscation on clone detection" -"181" "58651b9306cb82b3ed0bde47d36d7b84" "Effects of code obfuscation on android app similarity analysis" "influence of obfuscation on clone detection" -"182" "f2cc388d2f958878a15b73b918b8f1ef" "The Impact of Programming Languages in Code Cloning" "different languages influence on code clone" -"183" "c4f125edc1e7420ee5d038068cff8b16" "Cloning in Max/MSP Patches." "clone in patches" -"184" "252eb5af5714ab1f67fc635891b3757d" "How we know the practical impact of clone analysis" "practical impact of clone detection" -"185" "3c7da35d8c436865ca6263ba1d844c35" "Things structural clones tell that simple clones don't" "structural clone vs simple clone" -"186" "5a9abf8624b11b698b3ec559fe364eab" "Viewing simple clones from structural clones' perspective" "structural clone vs simple clone" -"187" "dbdb5d797a2760b93eb46d280d92a32f" "We have all of the clones, now what? Toward integrating clone analysis into software quality assessment" "research direction explanation" -"188" "9432a722eecb896879aacef8a90586ae" "On the feasibility of detecting cross-platform code clones via identifier similarity" "identifier similarity for cross-platform clone detection" -"189" "625e898660e28c7d25180102d7412b92" "Evaluating the performance of LSA for source code plagiarism detection" "parameter importance for LSA method in clone detection" -"190" "0e6ef222c17d47a28ebdbf367c29eab6" "Code clones in Rhino: A case study" "software metrics and clone correlation" -"191" "23d69eb7ca706bf67e1478e49a55e637" "A case study on applying clone technology to an industrial application framework" "apply clone technique on industry application" -"192" "55516ac5fa572cc2ac6c8077359c05ad" "Evaluation of similarity metrics for programming code plagiarism detection method" "similarity metrics evaluation" -"193" "88cd93de405dd23a18bc95666dc1c5a6" "Evaluation of different Parameters to Detect the Code Similarity" "comparison of different distance measurement methods" -"194" "9a20b03ae6dba2c2c126f79a2cac74cb" "Investigating Vector-Based Detection of Code Clones Using BigCloneBench" "comparison of different distance measurement methods" -"195" "f0c249d8233f85860cc80c21b57d514c" "Rearranging the order of program statements for code clone detection" "influence of rearrange statement order on clone detection" -"196" "e873b6f0f69a8d66e38345455e9f0e8f" "Effects of Code Clone on Software Quality" "effect on software quality" -"197" "08fbed5f496aad03457558844f092693" "Cloning: the need to understand developer intent" "clone and developer intent" -"198" "2d8182d7a642015b29b6ec730cf66657" "Student perspectives on plagiarism in computing" "clone and developer intent" -"199" "75e1a7632c5eda20a0c31a98106d5a59" "What do practitioners ask about code clone? a preliminary investigation of stack overflow" "clone and developer intent" -"200" "9f968ddb85e2fe87805faf3d874fe011" "Student perspectives on source code plagiarism" "clone and developer intent" -"201" "7511fa3f355d530b6d63ae86c7e7e2f9" "Cloning practices: Why developers clone and what can be changed" "clone and developer intent" -"202" "11a43a691e39c66060c74bc5211582d5" "Dealing with plagiarism in introductory programming" "clone and developer intent" -"203" "e61c04b9be62c16195cb327d866561a4" "Survey based analysis of effect of code clones on software quality" "clone and developer intent" -"204" "dceb2b9cca00b83bd002da9f86fc9f68" "Empirical investigation of causes and effects of code clones" "clone and developer intent" -"205" "43315c9a1ccad60bc6afdabf0d2b5a38" "Source code plagiarism — a student perspective" "clone and developer intent" -"206" "4648a454d649b970c553634012fe5ca9" "Source-code plagiarism in universities: a comparative study of student perspectives in China and the UK" "clone and developer intent" -"207" "42444c1b7ce627881e181029f1a610b6" "Code clones and developer behavior: results of two surveys of the clone research community" "clone and developer intent" -"208" "353c5ac3a86435607f5b2a2d83e55cff" "The issue of (software) plagiarism: A student view" "clone and developer intent" -"209" "5b4f170d1fd5d3c38cf4498511e6834e" "An Industrial Study on Developers' Prevalent Copy and Paste Activities" "clone and developer intent" -"210" "dceb2b9cca00b83bd002da9f86fc9f68" "Empirical investigation of causes and effects of code clones" "clone categorization" -"211" "a99cffd2073090a176bdfa5b6e22ff2c" "Filtering clones for individual user based on machine learning analysis" "clone usefulness" -"212" "732cee0b4e98f3684b2e9df9a422474b" "Challenges in Behavioral Code Clone Detection" "challenge in clone detection" -"213" "8d73b018ef22f54ac05bc06dfffecab2" "Challenges of the dynamic detection of functionally similar code fragments" "challenge in clone detection" -"214" "34a60685cede0113dc17014073af126c" "Code Clone v/s Model Clones: Pros and Cons" "introduction and comparison of code clone and model clone" -"215" "2ecae0b0446334f573c9812b33e705c8" "Evaluating the effect of code duplications on software maintainability" "cost of software maintainability" -"216" "99da5206f03778b2a3bebe504b55b288" "Why and how to control cloning in software artifacts" "cost of software maintainability" -"217" "641dd363471ea05030cc61d3ee97399d" "A hybrid approach for detection of Type-1 software clones" "clone detection technique" -"218" "546b65f37cea4bbd69674b792d051d32" "An effective software clone detection using distance clustering" "clone detection technique" -"219" "9d359be19e3ddef5e6956cb269b12537" "Evaluating the performance of lsa for source-code plagiarism detection" "clone detection technique" -"220" "537c937347b3018dd5949e14c4d9226f" "Clones clustering using K-means" "clone detection technique" -"221" "e7814e4f47f37fc43692f814923c2710" "JSidentify: A Hybrid Framework for Detecting Plagiarism Among JavaScript Code in Online Mini Games" "clone detection technique" -"222" "6a5e4e85863d347c64097a8a3b138956" "Plagiarism detection among source codes using adaptive local alignment of keywords" "clone detection technique" -"223" "821559618637d71efb4af544683024af" "Sequence Data Mining Approach for Detecting Type-3 Clones" "clone detection technique" -"224" "f30eace55171010cad7b3819a611282c" "CCLearner: A deep learning-based clone detection approach" "clone detection technique" -"225" "a15bcc6b64aa24ac508a6590cfa12f81" "Large‐scale inter‐system clone detection using suffix trees and hashing" "clone detection technique" -"226" "0013fb02ed52d1c519ea991cab611faf" "Detection of source code plagiarism using machine learning approach" "clone detection technique" -"227" "1ffafca89fb7900b06792191b710c093" "A novel optimized path-based algorithm for model clone detection" "clone detection technique" -"228" "eb32c193b96f2f743ff19db45fecb696" "Code clone detection experience at microsoft" "clone detection technique" -"229" "057490f9b8ed3b29a09715c005592b68" "Similarity Code File Detection Model Based on Frequent Itemsets" "clone detection technique" -"230" "5a3d3c42f6706dbc264d4ec8b425075e" "Clone Detection Techniques for JavaScript and Language Independence: Review" "clone detection technique" -"231" "1b07547ed273466a4eaafc911ded5ce4" "Semantic code clone detection using abstract memory states and program dependency graphs" "clone detection technique" -"232" "a6fe440e76018e4589517f1876c906dc" "Classification of file duplication by hierarchical clustering based on similarity relations" "clone detection technique" -"233" "bb4b871447463d98fe3ea5f23593f5fc" "Detection of semantically similar code" "clone detection technique" -"234" "178d1aba2e9eb5083006135027858273" "Detecting Approximate Clones in Business Process Models" "clone detection technique" -"235" "7c8c4df506fdad983fe0d6036810523e" "A metrics - based data mining approach for software clone detection" "clone detection technique" -"236" "fdd37dda1a8a0d0c44efbde6a27a7ffd" "Cloneworks: A fast and flexible large-scale near-miss clone detection tool" "clone detection technique" -"237" "c375b061aea3792713bcd0985b369e63" "Identifying code clones with refactorerl" "clone detection technique" -"238" "6cede79bfa4d6ca33f97946da452175b" "DebCheck: Efficient checking for open source code clones in software systems" "clone detection technique" -"239" "0c6c4fe8467801020004bff608f7eca9" "Component-based experimental testbed to faciltiate code clone detection research" "clone detection technique" -"240" "861aea2179a85e5225cc94fe8b79573d" "The NiCad clone detector" "clone detection technique" -"241" "a4d61555eb6343444cdfa6c698b46c70" "Clone detection: a graph-based approach" "clone detection technique" -"242" "465e216ec466f68ef11c36c782dc50ae" "An accurate estimation of the levenhtein distance using metric trees and manhattan distance" "clone detection technique" -"243" "ac718e298fd9fbbb9ac58090e31fe5dd" "Generic Code Clone Detection Model for Java Applications" "clone detection technique" -"244" "bbd3bd60062eaedc224180e9cd75f3dc" "NiCad+: Speeding the Detecting Process of NiCad" "clone detection technique" -"245" "09a29bb02c1a95887f776c082723c841" "Comprehensive similarity measurement model based on three algorithms" "clone detection technique" -"246" "d80c3b24d33b673bbb76d7f2b43f992c" "Abstract Syntax Tree Generation using Modified Grammar for Source Code Plagiarism Detection" "clone detection technique" -"247" "658f395b9b17f9cac7965f7656910848" "Process model improvement for source code plagiarism detection in student programming assignments" "clone detection technique" -"248" "2597cee930440e156c7d3f4b90786a21" "Andarwin: Scalable detection of semantically similar android applications" "clone detection technique" -"249" "b98806d8a62fc011fbcd45abc49360e9" "An iterative genetic algorithm based source code plagiarism detection approach using NCRR similarity measure" "clone detection technique" -"250" "68dd1a88d0d3ca7b3c2dc7f200c2ef9f" "Software for plagiarism detection in computer source code" "clone detection technique" -"251" "3f7586d72614c9b681e34baa81835577" "Siamese-Based BiLSTM Network for Scratch Source Code Similarity Measuring" "clone detection technique" -"252" "353070fd31127f9d0d679a1aeb1d4eca" "Detecting the High Level Similarities in Software Implementation Process Using Clone Miner." "clone detection technique" -"253" "a0f4c6c3d2f334c8ff63d84bd2013955" "Automated type-3 clone oracle using levenshtein metric" "clone detection technique" -"254" "b584a53b71fa01347b2481a47d3c8291" "Integrating source code plagiarism into a virtual learning environment: benefits for students and staff" "clone detection technique" -"255" "6992c3aded9e33f34e723cf3ebcfb414" "An Efficient Technique for Detecting & Analyzing Structural Clones from Software Libraries" "clone detection technique" -"256" "4c940873fad04b429c0e83507246aff7" "Enhancing program dependency graph based clone detection using approximate subgraph matching" "clone detection technique" -"257" "4bbbde0ca99fd4c072fa033d6ec97e71" "Code clone detection using coarse and fine-grained hybrid approaches" "clone detection technique" -"258" "5a4be2cf74a07ef30562cae63f21dea7" "On the Effect of Minimum Support and Maximum Gap for Code Clone Detection - An Approach Using Apriori-based Algorithm -" "clone detection technique" -"259" "8669314c2fe6111de5437b1e3a519d54" "A HYBRID TECHNIQUE FOR SOFTWARE CLONE DETECTION BY USING TOKEN BASED AND LINE BASED APPROACH" "clone detection technique" -"260" "5a7444520fcf1554ee4d5ba8d558687b" "BinMatch: A Semantics-Based Hybrid Approach on Binary Code Clone Analysis" "clone detection technique" -"261" "115aed5955c409ca6160df18ac388b33" "Towards a cognizant virtual software modeling assistant using model clones" "clone detection technique" -"262" "c11fe74e7440e9ace68376713d2c26a2" "A Hybrid Method for Detecting Source-code Plagiarism in Computer Programming Courses" "clone detection technique" -"263" "20b37bb3d36f1ed99f19ea8845ee391a" "Neural Detection of Semantic Code Clones Via Tree-Based Convolution" "clone detection technique" -"264" "dc46a9a95cd75fe3cc6a6b4d9eab2818" "An efficient type 4 clone detection technique for software testing" "clone detection technique" -"265" "1df1b907cb21291f06dc1d995a2cda0d" "An improved method for tree-based clone detection in Web Applications" "clone detection technique" -"266" "3856824ba9fc777f611cde8ca3b5dfe8" "Detecting Code Clones with Gaps by Function Applications" "clone detection technique" -"267" "cfac35aa50bcf42d1b1535b605d946af" "Code Clone Detection by Evaluating Combinations of Software Metrics" "clone detection technique" -"268" "6c4a3c92f4e0549469433a3ebc551fbc" "Vul-Mirror: A Few-Shot Learning Method for Discovering Vulnerable Code Clone" "clone detection technique" -"269" "056c3a0fbf36b653c58ab0e7739ae454" "Unsupervised learning based approach for plagiarism detection in programming assignments" "clone detection technique" -"270" "a5e84a61399d74b006e61854c42a848e" "Binary code reuse detection for reverse engineering and malware analysis" "clone detection technique" -"271" "fd420998fe7e1d093db1fc26ec4a8661" "Value-based program characterization and its application to software plagiarism detection" "clone detection technique" -"272" "ddbe15b26c0888b0fef19354d3a5ebe7" "Eclone: Detect semantic clones in ethereum via symbolic transaction sketch" "clone detection technique" -"273" "5939735cea0b793bc156ea600b016e1e" "Plagiarism detection in learning management system" "clone detection technique" -"274" "22d859d68bd635ebbb206447d321cbf8" "A Fast Detecting Method for Clone Functions Using Global Alignment of Token Sequences" "clone detection technique" -"275" "2bdc4ead169b0e7e541167c941e11450" "Comparison of Token-Based Code Clone Method with Pattern Mining Technique and Traditional String Matching Algorithms In- terms of Software Reuse" "clone detection technique" -"276" "c1ccf16d16b6a4bb426e43beb836f8a6" "A novel approach for detecting type-iv clones in test code" "clone detection technique" -"277" "758bcabd35124908148a9904543a4d86" "Positive and unlabeled learning for detecting software functional clones with adversarial training" "clone detection technique" -"278" "ce881a602513ac714c14eafeaf38dd7f" "Semantic Clone Detection via Probabilistic Software Modeling" "clone detection technique" -"279" "7b8de7a43244595c1fbb44beda092054" "Detection of Clones in Sparse and Dense Data Sets Using Efficient Data Mining Techniques: A Comparative Study" "clone detection technique" -"280" "bebaa6376d24b4182029f218fe52ba55" "A machine learning based tool for source code plagiarism detection" "clone detection technique" -"281" "a9a352a4dba44a9926a3f6be163a177b" "Textual and Metric Analysis to Figure out all Types of Clones: In Detection Method" "clone detection technique" -"282" "2462d32bffae29b0380be7677bfcf9e7" "AN AUTOMATIC METHOD OR STATEMENT LEVEL PLAGIARISM DETECTION IN SOURCE CODE USING ABSTRACT SYNTAX TREE" "clone detection technique" -"283" "2e6661b378fb2cc23ad746986bb93aca" "Enhancing Generic Pipeline Model for Code Clone Detection using Divide and Conquer Approach" "clone detection technique" -"284" "588ee799ba600f8979206cf0b24ddafc" "Study and Analysis of Object-Oriented Languages using Hybrid Clone Detection Technique" "clone detection technique" -"285" "d776e7a69e0dceceb8359cd9f9f12cde" "A code clone curation - Towards scalable and incremental clone detection -" "clone detection technique" -"286" "8bb4405a89ed7d600a7bc0657c3842ce" "Resource requirement prediction using clone detection technique" "clone detection technique" -"287" "0b4f142bf34be1347455eaa458fe995a" "Near-miss model clone detection for Simulink models" "clone detection technique" -"288" "940e5701f1abd8f471715ddfddb5e3fa" "Case study on semantic clone detection based on code behavior" "clone detection technique" -"289" "a5cc80c40d43d71e51ad6e727d6601c6" "Abstract Syntax Tree Based Clone Detection for Java Projects" "clone detection technique" -"290" "95fb7a24107d7aed6b4c390970137a34" "A Review: Clone Detection in Web Application Using Clone Metrics" "clone detection technique" -"291" "7cc843f40f1e2445f450c8aaae39ff1e" "Code Relatives: Detecting Similar Software Behavior" "clone detection technique" -"292" "56935fa1bf1280540e8a9d1e1a1b23c4" "A Metrics-Based Data Mining Approach for Software Clone Detection" "clone detection technique" -"293" "e07c20a0c9d2912f13e77896824a93d8" "Semantic Clone Detection: Can Source Code Comments Help?" "clone detection technique" -"294" "d6ad79d7bf995462f218cc4a2c932e7b" "Automated detection of source code plagiarism" "clone detection technique" -"295" "fc7fea0d9baf1c94879d00615df50434" "A hierarchical method for detecting codeclone" "clone detection technique" -"296" "9ec94d043372f62532bce0f2b5ba169b" "Measuring Source Code Similarity by Finding Similar Subgraph with an Incremental Genetic Algorithm" "clone detection technique" -"297" "c1bd165c099594dfd8a264500eeea5c0" "Code Clone Detection Using Hybrid Approach" "clone detection technique" -"298" "8d3b5743f92f0d550e9870c145d59bf9" "Active clones: Source code clones at runtime" "clone detection technique" -"299" "272b8ca9c85653696079f8142e494454" "Wukong: A scalable and accurate two-phase approach to android app clone detection" "clone detection technique" -"300" "a8c208d24c5543de6047f1162c3a5cd9" "Improved plagiarism detection algorithm based on abstract syntax tree" "clone detection technique" -"301" "74d97fa345728688af8e5205012c8282" "Multi-Agent based Sequence Algorithm for Detecting Plagiarism and Clones in Java Source Code using Abstract Syntax Tree" "clone detection technique" -"302" "308206e8a6a98185ede659e0f6657536" "A Fuzzy R Code Similarity Detection Algorithm" "clone detection technique" -"303" "503c7ea4cac05675a5e3cfe3b88de57b" "Synthesis Algorithm of Homologous Detection Based on Analytic Hierarchy Process" "clone detection technique" -"304" "13ed524a14318d7ed407e4b97fd89620" "Functionally Equivalent Clone Detection Using IOT-Behavior Algorithm" "clone detection technique" -"305" "7db92276b2b9c3260a94dfed7ca102ac" "Scalable and accurate detection of code clones" "clone detection technique" -"306" "6c8320f66a01b0e279581d1986f6bd88" "Code clones detection using machine learning technique: Support vector machine" "clone detection technique" -"307" "6923c1a06a69876b4a37911d7d3c2239" "Type 2 clone detection on ASCET models" "clone detection technique" -"308" "10a99bc6c802913e2e5d3cac82fe70a4" "Incremental Code Clone Detection: A PDG-based Approach" "clone detection technique" -"309" "22328af856f8d74985fad32d04eaac0b" "One pass preprocessing for token-based source code clone detection" "clone detection technique" -"310" "d2a13538afc89d8a61eafb88c50a9735" "Intensification of Software Security using Secure Obfuscation with Injecting and Detecting Code Clones" "clone detection technique" -"311" "6d9ebd7b841f3ae75127cc917ba3d0bc" "Abstract Syntax Trees with Latent Semantic Indexing for Source Code Plagiarism Detection" "clone detection technique" -"312" "09749140a7e39da86991862107365c1c" "A Language Independent Approach for Method Level Clone Detection Using Fingerprinting." "clone detection technique" -"313" "2a2156b0cf5255a0da002e454cfb6d97" "DroidSD: An Efficient Indexed Based Android Applications Similarity Detection Tool" "clone detection technique" -"314" "8df2ad4748b631892809f630f5ece878" "Go-Clone: Graph-Embedding Based Clone Detector for Golang" "clone detection technique" -"315" "c058d9e733c9995a597aa74a4b1f0224" "Copy Detection among Programs Using Extreme Learning Machines" "clone detection technique" -"316" "5b171befbe9500015e079acf770ee61a" "Scaleable Code Clone Detection" "clone detection technique" -"317" "a1b6325d971f30b3ab71ed7381f04a39" "CBCD: Cloned buggy code detector" "clone detection technique" -"318" "5aae45b44e44483462b84a18472bc004" "CPDP: A robust technique for plagiarism detection in source code" "clone detection technique" -"319" "93709872d9ee2ba2e95fea5d381bd533" "Semantically Enhanced Code Clone Refinement Algorithm Based on Analysis of Multiple Detection Reports" "clone detection technique" -"320" "5ab308330a0449b486ef2e1b3246a01e" "Enhancing code clone detection using control flow graphs" "clone detection technique" -"321" "f29ed14825ec1bb490f534f3ed78dd1d" "Detecting refactorable clones by slicing program dependence graphs" "clone detection technique" -"322" "1f3b6e016507c4adf936a4d30030af45" "Structural Function Based Code Clone Detection Using a New Hybrid Technique" "clone detection technique" -"323" "f45656d599fb536705a436dae5ed95b1" "A function level Java code clone detection method" "clone detection technique" -"324" "f5e3018b4f9721870dc4b4c51d41de14" "A coding style-based plagiarism detection" "clone detection technique" -"325" "9857bc01e6b8520e13e7cada9b018c81" "Detecting semantic method clones in Java code using method ioe-behavior" "clone detection technique" -"326" "e19ab99de6fa61e8f2a92548cc7f6b63" "A Scalable and Accurate Approach Based on Count Matrix for Detecting Code Clones and Aspects" "clone detection technique" -"327" "7a04994a7d81f694abe5905f1e0f5195" "Oreo: detection of clones in the twilight zone" "clone detection technique" -"328" "fdfd8a380888b184874f778aa2ecf136" "EncCD: A framework for efficient detection of code clones" "clone detection technique" -"329" "b708f5f2d67715c5bcb13e38952ca7df" "Intelligent token-based code clone detection system for large scale source code" "clone detection technique" -"330" "28d3f1f6fec96fe31c5424c9f1eae2cc" "Big data clone detection using classical detectors: an exploratory study" "clone detection technique" -"331" "5254bd89b84de92f610ff257dad5ca05" "Efficient Code Clone Analysis to Detect Vulnerability in Dynamic Web Applications" "clone detection technique" -"332" "6ac08d5f4662538b0a4bcb0f3461bd64" "SCVD: A New Semantics-Based Approach for Cloned Vulnerable Code Detection" "clone detection technique" -"333" "e150343775a6bf6d688f2e715b3c1cbf" "A NOVEL CONSTRUCTION OF ONTOLOGY DESIGN FOR CODE CLOINING" "clone detection technique" -"334" "81c8a859949aa1ae8e0263c4a4a9805b" "Robust parsing of cloned token sequences" "clone detection technique" -"335" "95ccb8a7ebb5bcb7df8e6dada69465af" "Towards Semantic Clone Detection via Probabilistic Software Modeling" "clone detection technique" -"336" "105641c8f9290788842f570b3abe3eda" "CodeBlast: a two-stage algorithm for improved program similarity matching in large software repositories" "clone detection technique" -"337" "a0d347cae089fc89623db2eb97b1d3d5" "DT: an upgraded detection tool to automatically detect two kinds of code smell: duplicated code and feature envy" "clone detection technique" -"338" "427055872c3cf063aa5bcd4d9e27d520" "CloneTM: A Code Clone Detection Tool Based on Latent Dirichlet Allocation" "clone detection technique" -"339" "5d917cbd1461271350c387571ae2993b" "On the detection of code clones with sequence of method calls" "clone detection technique" -"340" "066e05132a2e0129843a70b56fcb6cda" "Enhanced Technique to Identify Higher Level Clones in Software" "clone detection technique" -"341" "a6b2c8f6403d24c4474964c6db88fbdc" "Large-scale inter-system clone detection using suffix trees" "clone detection technique" -"342" "29279871dfa56ab2d988f2b41ea5175a" "Clone Detection in Isabelle Theories" "clone detection technique" -"343" "ea533dda8307a68d2eccdad790965a28" "Siamese: scalable and incremental code clone search via multiple code representations" "clone detection technique" -"344" "1b68d3d102e092568e30afe91fd90374" "A Token Oriented Measurement Method of Source Code Similarity" "clone detection technique" -"345" "ed13bbfc007282075a02f80a50172ac5" "Detection of Code Clones" "clone detection technique" -"346" "8a2fd09d4185e922606aaf6a1db02278" "Syntax Trees and Information Retrieval to Improve Code Similarity Detection" "clone detection technique" -"347" "f901a462355316c49bf8dc60afd2fcb3" "Code similarity detection through control statement and program features" "clone detection technique" -"348" "4e026596b35a1cdec3a981006e4acc89" "A Review of Clone Detection in UML Models" "clone detection technique" -"349" "2bfbbc8f2e753abbfc5f227b529f0830" "Software Clone Detection Based on Context Information" "clone detection technique" -"350" "e4716d0b3ad8910c66ede680a3e81f85" "Clone Detection for Ecore Metamodels using N-grams." "clone detection technique" -"351" "fa711d7362fe8a2c290fb55552610364" "Method-level Code Clone Detection for Java through Hybrid Approach" "clone detection technique" -"352" "8cccfbceaa84b7418509ce3a21fa209c" "A Novel Approach to Detect Code Clone" "clone detection technique" -"353" "72e41869080073853b7cef985a003f82" "Detecting source code similarity using compression" "clone detection technique" -"354" "56f73b1650258fc8aa473704544d939d" "A conceptual framework for clone detection using machine learning" "clone detection technique" -"355" "ebc37cc4512fc51f19c9b19a214d0cd7" "A Clone Detection Approach for a Collection of Similar Large-Scale Software Products" "clone detection technique" -"356" "da5996428d0483cb199ac88b20cf33a9" "A detection framework for semantic code clones and obfuscated code" "clone detection technique" -"357" "573f571c0090d9cf3fdd856002c7c7e9" "Shuffling and randomization for scalable source code clone detection" "clone detection technique" -"358" "4cd5e16b7e9eb323e619ad5200e4faf8" "Dictionary based approach to detect cross language clones of c and Java language" "clone detection technique" -"359" "79de18057685f2a550f8b762c6689c00" "Cross language higher level clone detection-between two different object oriented programming language source codes" "clone detection technique" -"360" "e2c9cbd39e08d85554d69ee07e9510da" "ES‐Plag: Efficient and sensitive source code plagiarism detection tool for academic environment" "clone detection technique" -"361" "cb017cdca8721af89f0b25965abdaf2e" "Code clone detection using decentralized architecture and code reduction" "clone detection technique" -"362" "2e2727b400c011f41ba12b978882cca4" "CMCD: Count Matrix Based Code Clone Detection" "clone detection technique" -"363" "22124de0d5b196d65e6440bdd1c0644e" "TAPS: A MOSS extension for detecting software plagiarism at scale" "clone detection technique" -"364" "2f093db0c5809e13764801a00e08fc41" "Achieving accuracy and scalability simultaneously in detecting application clones on Android markets" "clone detection technique" -"365" "f369e028137a907d63580ec3f37d7a86" "MISIM: An End-to-End Neural Code Similarity System" "clone detection technique" -"366" "c01791b38035ea64deea4de2322f3ce7" "CAR: Dictionary based software forensics method" "clone detection technique" -"367" "827f78689d20dd7b7ca20dee5baea9dc" "A parallel and efficient approach to large scale clone detection" "clone detection technique" -"368" "0d286430d7aa291a52222f6c5bb8c1e1" "Source code representations for plagiarism detection" "clone detection technique" -"369" "916f106f8111accbd44cfb73bc701417" "Program logic based software plagiarism detection" "clone detection technique" -"370" "5ccdddb39b69e2a1cd9a2a5e8d4dd6ea" "Presenting an alternative source code plagiarism detection framework for improving the teaching and learning of programming" "clone detection technique" -"371" "74ca04852a4c8a8f2e7b889a90f61f8b" "Clone detection using rolling hashing, suffix trees and dagification: A case study" "clone detection technique" -"372" "40dcc75ffd5f3058117984eb0f06aeb2" "Program similarity detection with checksims" "clone detection technique" -"373" "0b5af669146df417da0ed4de710dbb03" "Clone Detection Using DIFF Algorithm For Aspect Mining" "clone detection technique" -"374" "3fdd2d8b94d7f95aa2f1dd9d424bdfe6" "Towards flexible code clone detection, management, and refactoring in IDE" "clone detection technique" -"375" "5b0aebbfa21d26f08f25673c2eb4a705" "Detecting approximate clones in process model repositories with apromore" "clone detection technique" -"376" "35b83e1522b63172747d3d687d2f8f29" "Code clone detection using object oriented metrics" "clone detection technique" -"377" "2ffd9eefe9f225b13030a9fabf7bbc65" "AuDeNTES: Automatic detection of teNtative plagiarism according to a rEference solution" "clone detection technique" -"378" "4e0c34572b71f9615f8e0c0b2775f90a" "Leveraging a corpus of natural language descriptions for program similarity" "clone detection technique" -"379" "85462c54cd1acf8c62ebcbd4b30c6295" "SOURCE CODE OPTIMIZER USING LOCAL OPTIMIZATION APPROACH FOR JAVA BASED GENERIC CODE CLONE DETECTION" "clone detection technique" -"380" "0b2e80f1d8a0e7de5f2c593980db3a4a" "Clone detection in Matlab Stateflow models" "clone detection technique" -"381" "3fc59210f3daaecf503cacaf96715266" "Source code plagiarism detection using a graph-based approach" "clone detection technique" -"382" "48b9049352f298a71c57643a00b33a07" "Efficient Weight Assignment Method for Detection of Clones in State Flow Diagrams" "clone detection technique" -"383" "26c3cf12bfe82042be21e768af52f8e5" "Assessing the Quality of Software Development Tutorials Available on the Web" "clone detection technique" -"384" "3e0cf0f86bec3bf0192398223c35fe7d" "Fast location of similar code fragments using semantic 'juice'" "clone detection technique" -"385" "3c9d280b7a43786e1a45bd2ba3606d89" "Code clones in program test sequence identification" "clone detection technique" -"386" "eeaacac9920095d482e7dfceed082f1f" "Efficient clustering-based source code plagiarism detection using PIY" "clone detection technique" -"387" "b7e62038182a507c7e498775afd1d3be" "A hybrid - token and textual based approach to find similar code segments" "clone detection technique" -"388" "cb006efbb22b67dba2788f018880da78" "XSCDF: Towards a Framework for Comprehensive Software Clone Detection and Visualization using Ontology" "clone detection technique" -"389" "0b0c571c6a971ae2f58bdf69239a2923" "Signature limits: an entire map of clone features and their discovery in nearly linear time" "clone detection technique" -"390" "4fd0fdf236cee53d704d939aa7da2915" "Modular heap abstractionion-based code clone detection for heap-manipulating programs" "clone detection technique" -"391" "340ec52ca24323502a39ec4ed921fc50" "Agec: An execution-semantic clone detection tool" "clone detection technique" -"392" "2ed398ab54b62a29fc3568f292313db9" "Reusability based program clone detection: case study on large scale healthcare software system" "clone detection technique" -"393" "13b9081e1be8af8ff0874771fde86403" "Structural similarity detection using structure of control statements" "clone detection technique" -"394" "89d2ef98733d0cd2d1506fad57915d75" "A hybrid-token and textual based approach to find similar code segments" "clone detection technique" -"395" "4bd793906b5028969111710d6e770f37" "Structural Code Clone Detection Methodology Using Software Metrics" "clone detection technique" -"396" "279751846fa6738bbf4d79d55fe35870" "Detecting clones in class diagrams using suffix array" "clone detection technique" -"397" "7f593819349fe75c85abe38979533a84" "A Code Plagiarism Detection System Based on Abstract Syntax Tree and a High Level Fuzzy Petri Net" "clone detection technique" -"398" "d453be94d50b4530214f2da3151fcb79" "An efficient software clone detection system based on the textual comparison of dynamic methods and metrics computation" "clone detection technique" -"399" "8a809b8f7d1fd20383d1b9596645d8cb" "Clone detection algorithm based on the Abstract Syntax Tree approach" "clone detection technique" -"400" "3e67e8f60235cade3bfae15a0817a0b6" "A Model-driven Approach for Token Based Code Clone Detection Techniques-An Introduction to UMLCCD" "clone detection technique" -"401" "6ace5a100312165b5f12ca64de80dabe" "Code relatives: detecting similarly behaving software" "clone detection technique" -"402" "b76bb33cac99c5591f979b428ad9ad7b" "Deep learning code fragments for code clone detection" "clone detection technique" -"403" "7fea846b7ab4153143da97c8fdf89fed" "Review Sharing via Deep Semi-Supervised Code Clone Detection" "clone detection technique" -"404" "b2d38216e77874f375b50b431547ec39" "Conte∗t clones or re-thinking clone on a call graph" "clone detection technique" -"405" "e8863e0ec398fd630cd5c0277b527d0d" "Software similarity analysis based on dynamic stack usage patterns" "clone detection technique" -"406" "1c469e53a088b5b12c4e128021b656ca" "Scalable semantics-based detection of similar android applications" "clone detection technique" -"407" "a2219250c551f1f10ba6085f299c0450" "Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree" "clone detection technique" -"408" "e5cadf8a129191acc1b28ca244f5c0e6" "Using compilation/decompilation to enhance clone detection" "clone detection technique" -"409" "39bc181554694f5527fe54bf30c07017" "Semantic Clone Detection Using Machine Learning" "clone detection technique" -"410" "b6c57e3210f0e2e55f454ccf037d9a9f" "Research on Code Plagiarism Detection Model Based on Random Forest and Gradient Boosting Decision Tree" "clone detection technique" -"411" "7df4e10f023b8f157a264bfa8d7d544f" "Detecting C source code clones in college students' homework" "clone detection technique" -"412" "b0db0ce05fe6201718d05f3d1d7cd348" "Jsctracker: A semantic clone detection tool for java code" "clone detection technique" -"413" "d216c9fb421da986469f06a3660740cc" "Plagiarism detection for multithreaded software based on thread-aware software birthmarks" "clone detection technique" -"414" "9776e414ddb98293e3043eea3a9ea52f" "Programming Similarity Checking System" "clone detection technique" -"415" "0d14ea3c4fc6997c23f4315e390d234e" "Source code similarity detection by using data mining methods" "clone detection technique" -"416" "6cf8499bc8d5eb87f605a21d096be427" "SourcererCC: Scaling Code Clone Detection to Big-Code" "clone detection technique" -"417" "86c8d7ed19e86e182ce691513dd5516d" "Deep Review Sharing" "clone detection technique" -"418" "8f96d2e6c270ba41ce0bc21e798fb5eb" "Clone detection in UML class models using class metrics" "clone detection technique" -"419" "5e0f48c68c2150fefbbcc135dfc478f7" "Graph matching networks for learning the similarity of graph structured objects" "clone detection technique" -"420" "790524d6ea15bc9af47ad1e961d8d513" "A Framework for Method Level Clone Breakthrough On Web Pages Using Metrics" "clone detection technique" -"421" "61b72ec44455456a4fb5b8f1f0080b6c" "Ctcompare: Code clone detection using hashed token sequences" "clone detection technique" -"422" "3d82b3e84b3a5c24c8f94d637401b04d" "Discovering plagiarism in entry level programming assignments" "clone detection technique" -"423" "e4b493c31edc6ca4b88a8250897e1bac" "Multilingual Detection of Code Clones Using ANTLR Grammar Definitions" "clone detection technique" -"424" "d72191473fe7f1bc16d524e600e2ae13" "AN IOT BASED FRAMEWORK FOR STUDENTS'INTERACTION AND PLAGIARISM DETECTION IN PROGRAMMING ASSIGNMENTS" "clone detection technique" -"425" "c0696a1a3dd3103b4fd63139d1aab8e9" "Specification clones: An empirical study of the structure of event-b specifications" "clone detection technique" -"426" "be63bf1245c777520337a6e62524259f" "A Code Clone Curation-Towards Scalable and Incremental Clone Detection-." "clone detection technique" -"427" "f6140a4140c5326f627cd72c47982a00" "Modular Tree Network for Source Code Representation Learning" "clone detection technique" -"428" "86557cfe0669e61a007a6edb233fec80" "Language independent code clone detection approach using JSON string parsing" "clone detection technique" -"429" "e6fa71b6b5334807ed78f8cbf2822681" "Normalizer: Augmenting Code Clone Detectors using Source Code Normalization" "clone detection technique" -"430" "d1e148e94846b57d0179b7cffabbaee4" "Detecting Similarity in Student Multi-procedure Programs using Program Structure" "clone detection technique" -"431" "0479416b4e46981c1ab3bad6fdcc8f20" "Surfacing code in the dark: an instant clone search approach" "clone detection technique" -"432" "2c9dfd306139236704d3a3c26f7b02af" "Clone Detection Techniques for JavaScript and Language Independence" "clone detection technique" -"433" "6cf9caaef57989a69fd0412fd1ef85bb" "A universal cross language software similarity detector for open source software categorization" "clone detection technique" -"434" "6fdc531be917dc0e3fe0c7c61460d310" "Viewing functions as token sequences to highlight similarities in source code" "clone detection technique" -"435" "3a37a5ad099afd856e0b3075df7c6309" "Interprocedural pdg-based code clone detection" "clone detection technique" -"436" "e07e897eb32fe3f46d202f83f19b8b80" "Token based clone detection using program slicing" "clone detection technique" -"437" "9bc9e09cfe2b2a71466bceadadb5ccc1" "Duplicate code detection algorithm" "clone detection technique" -"438" "7317100b74f5b7ffe0646928a186237e" "Plagiarism detection in source code" "clone detection technique" -"439" "c277545602acf5fce14df4fbdcb60f04" "Measuring Similarity Between Karel Programs Using Character and Word N-grams " "clone detection technique" -"440" "a2a696742e4b081e8825e3dd9ef4a114" "Analysis of industrial control system software to detect semantic clones" "clone detection technique" -"441" "b68b21ce979ac4b7880c461192aba1ea" "Clone detection in repositories or business process models" "clone detection technique" -"442" "2086c8604e290c07c779719aa08f1ef5" "Software Clone Detection Using Clustering Approach" "clone detection technique" -"443" "96f3eae6d8273b028731f8bfb90002e0" "Detecting plagiarism based on the creation process" "clone detection technique" -"444" "9b2add10764866799e90dd33700d2afc" "Incremental Clone Detection and Elimination for Erlang Programs" "clone detection technique" -"445" "12e2b80513a118f81331e67acaefa24e" "A research on plagiarism detecting method based on XML similarity and clustering" "clone detection technique" -"446" "26ecc405eb7cad5399c7e31a44afcb54" "CodeAliker'-Plagiarism Detection on the Cloud" "clone detection technique" -"447" "c050d71d16f2694d7a3af937296b7dc7" "A hybrid technique in pre-processing and transformation process for code clone detection" "clone detection technique" -"448" "ff76ef30a03a1a46f7faeee6ed2c5443" "Clonewise–Detecting Package-Level Clones Using Machine Learning" "clone detection technique" -"449" "403e83734ca83e89264630b41a64ec89" "An approach to clone detection in behavioral models" "clone detection technique" -"450" "6a438c0f1ebb6eee462d8aad5a388882" "Clone Detection for Graph-Based Model Transformation Languages" "clone detection technique" -"451" "5d69440db32ad7b25bc49960c4379c9a" "Code Clone Detection Technique Using Weighted Graph and CFG" "clone detection technique" -"452" "8aa11a307a4e46157e325e6ad492c7a9" "A Novel Method of Clone Detection by Neural Networks" "clone detection technique" -"453" "892036ca52b9064a7fc9ba9e5972f52b" "Improving source code plagiarism detection: Lessons learned" "clone detection technique" -"454" "be4b02c35b8a38922d88ffc372f69712" "Detecting source code similarity using code abstraction" "clone detection technique" -"455" "86c268f968cb78d3b19c5c7deaa81466" "LVMapper: A Large-Variance Clone Detector Using Sequencing Alignment Approach" "clone detection technique" -"456" "dcb768b473a4e1b1975cd7ce6af3512b" "Code clone cetector: a hybrid approach on Java Byte Code" "clone detection technique" -"457" "8accd2fb53062f7bc3d49cdbde83f6a3" "Development of a code clone search tool for open source repositories" "clone detection technique" -"458" "f4df746ebc3f842daa2757abcea384c4" "Toward a code-clone search through the entire lifecycle of a software product" "clone detection technique" -"459" "3ec5558cf489df51946980368bf3861d" "Performance Tuning of PDG-based Code Clone Detection" "clone detection technique" -"460" "f65391608e5d80d30af5f9877474ab4f" "IR-based technique for linearizing abstract method invocation in plagiarism-suspected source code pair" "clone detection technique" -"461" "638777fa912adc1ad530ace39eabc455" "Kitsune: Structurally-Aware and Adaptable Plagiarism Detection" "clone detection technique" -"462" "60e35baee7f9f58b6dc12282ba6da1cf" "Detecting High Level Similarities in Source Code and Beyond" "clone detection technique" -"463" "16514650655ca2b2ce9b470e21a7adb2" "Semantic code clone detection for Internet of Things applications using reaching definition and liveness analysis" "clone detection technique" -"464" "2ac130adc9e48172d678929901023aba" "The Reverse Engineering in Oriented Aspect “Detection of semantics clones”" "clone detection technique" -"465" "8ffaf001546f786e66bf194e046202ec" "On the Effect of Minimum Support and Maximum Gap for Code Clone Detection-An Approach Using Apriori-based Algorithm" "clone detection technique" -"466" "3fa5d18db7a6f06e42e296eea4bab0fa" "Enhanced pre-processing and parameterization process of generic code clone detection model for clones in Java applications" "clone detection technique" -"467" "364a6a1c98fe935925fa6c322d211f93" "Plagiarism Detection in Computer Programming Using Feature Extraction from Ultra-Fine-Grained Repositories" "clone detection technique" -"468" "8cb1fbf27df571a8b42794792e59c5b9" "Software code clone detection model using hybrid approach" "clone detection technique" -"469" "5b8478ee0162432a33d42e35ddc0ba70" "Scrutinize Source Code With The Intent to Target and Unmasking The Code Clones Using Automated Technique" "clone detection technique" -"470" "46463d66d9cf953ed4c7e82fc4644988" "Software Source Code Plagiarism and Direction Detection Based on PDG" "clone detection technique" -"471" "162bea9fa177caf5e8d9d9714d3042fb" "A hybrid clone detection technique for estimation of resource requirements of a job" "clone detection technique" -"472" "d4de7074a8c486052cdbe9cd241fba86" "Hawk Eye: a plagiarism detection system" "clone detection technique" -"473" "f348a593b43b922a90518d13986b9efc" "Learn2reason: Joint statistical and formal learning approach to improve the robustness and time-to-solution for software security" "clone detection technique" -"474" "93483f911636383dee042c611f5b0770" "Code Clone Detection System using hybrid technique along with optimal intelligence techniques" "clone detection technique" -"475" "a90b30edd4dd73dd13af5886d4001808" "Plagiarism detection for Java programs without source codes" "clone detection technique" -"476" "98ad970a4b554b08e108ce53f7288773" "Parallel code clone detection using MapReduce" "clone detection technique" -"477" "f23ca3b52f1a6a744ef4aebd6029f0bc" "SAGA: Efficient and Large-Scale Detection of Near-Miss Clones with GPU Acceleration" "clone detection technique" -"478" "bcb6866dbf102c45ab504c8d642f707c" "An efficient new multi-language clone detection approach from large source code" "clone detection technique" -"479" "52a446dd1787c7a88f307df3db03bf73" "Detecting test clones with static analysis" "clone detection technique" -"480" "64334827d3ffa55144c63ddbf53dad2b" "Software Clone Detection Using Cosine Distance Similarity" "clone detection technique" -"481" "33f48a7d98ff45eb7c8cd8137e20291c" "Clone Detection Using Abstract Syntax Trees" "clone detection technique" -"482" "0b65c3ba54a5166cf8abdb70f9c5a46e" "Sherlock N-Overlap: invasive normalization and overlap coefficient for the similarity analysis between source code" "clone detection technique" -"483" "1a2db0cc66c365a123179a2ed976d4ad" "Semantic-Enabled Clone Detection" "clone detection technique" -"484" "d49c9d0de0282d36c91e8945e04ac273" "CLONING DETECTION ON THE BASE OF TEXTUAL SIMILARITY USING NEURAL AS A CLASSIFIER" "clone detection technique" -"485" "62443224ad99e35a851c4b457879c612" "Design and Development of Software Tool for Code Clone Search, Detection, and Analysis" "clone detection technique" -"486" "bab4f13c352d66e6f90f82606de3f91a" "Adaptive Segmented Block based Clone Detection and Refactoring using Divide and Conquer Method." "clone detection technique" -"487" "f81578d6bf629024c1c576200fdd0fc1" "Defect detection technique based on similarity comparison of token" "clone detection technique" -"488" "7f3c35ef3fc5754b18705a3be104a52d" "Duplicate Source Code Detection using Adaptive and Progressive Approach" "clone detection technique" -"489" "2767b196458c932e465baf3dc5f4fe26" "CCDLC Detection Framework-Combining Clustering with Deep Learning Classification for Semantic Clones" "clone detection technique" -"490" "074429402d98ab0147541b392a1aad15" "Behavioral analysis for detecting code clones" "clone detection technique" -"491" "b7c015bd7cd315fb6d5af87f9b9145e2" "A Novel Approach for Code Clone Detection Using Hybrid Technique" "clone detection technique" -"492" "0901b3f5d66241ea2e8904dbb9288ca0" "Detecting Refactorable Clones Using PDG and Program Slicing" "clone detection technique" -"493" "d11fbbe03a1e50674b83a2a10feba8b8" "An Efficient Method Level Code Clone Detection Scheme Through Textual Analysis Using Metrics" "clone detection technique" -"494" "0a1e7f5971e0b524c82d2dec41197162" "Detection of Similar Code Fragments Using Adjacency Structures" "clone detection technique" -"495" "ce4ba6c7a5e0051487f935e75adb1054" "Improving similarity measure for Java programs based on optimal matching of control flow graphs" "clone detection technique" -"496" "e2305a68cd2b7cfdf67826074d275bf4" "Eliminating plagiarism in programming courses through assessment design" "clone detection technique" -"497" "0f0801f0dec5c43e41c51a9853078045" "Detecting plagiarisms in elementary programming courses" "clone detection technique" -"498" "5b42dbed81acda50c4674f65fe4ac1fc" "Measuring code similarity using word mover's distance for programming course" "clone detection technique" -"499" "2ab73f3b09b0945737354fbed91b9c78" "Folding Repeated Instructions for Improving Token-Based Code Clone Detection" "clone detection technique" -"500" "e913f6b3e9811b8bcd9d92f043c4e92a" "Towards Accurate and Scalable Clone Detection using Software Metrics" "clone detection technique" -"501" "67c2c7a0bd6d42f088bbbeb612f46be1" "CroLSim: Cross Language Software Similarity Detector using API documentation" "clone detection technique" -"502" "63cac9db490a8f995eda3e22fc1fd185" "FCCA: Hybrid Code Representation for Functional Clone Detection Using Attention Networks" "clone detection technique" -"503" "81f96767e6daa81a155b6ed7a9a8f6a6" "ENHANCING GENERIC CODE CLONE DETECTION MODEL THROUGH PROTECTED ACCESS MODIFIER RULE AND WEIGHTAGE" "clone detection technique" -"504" "3e6312265efad7c7f496d3c5b7187bee" "Source Code Plagiarism Detection using Machine Learning" "clone detection technique" -"505" "315bebc3450d3b9a378b41c278d60602" "Style Analysis for Source Code Plagiarism Detection – an Analysis of a Dataset of Student Coursework " "clone detection technique" -"506" "8daf957a1fcb47b0c4c7593ea1d39727" "Assembly code clone detection for malware binaries" "clone detection technique" -"507" "5231adbbee98c18aefb4a36a5e1b0881" "Detecting approximate clones in business process model repositories" "clone detection technique" -"508" "16cc014d70f0e75b59e1012ed73ee562" "Plagiarism detection system design for programming assignment in virtual classroom based on Moodle" "clone detection technique" -"509" "57a8a8f66906f15967be2beed942b331" "SPAPE: A semantic-preserving amorphous procedure extraction method for near-miss clones" "clone detection technique" -"510" "fc1f62c3ed26263c7ca6ccded4ffb446" "A cross-platform solution for software plagiarism detection" "clone detection technique" -"511" "bb266633bd009aedb0b1764a88384a60" "Tree-Pattern-Based Clone Detection with High Precision and Recall" "clone detection technique" -"512" "831cb0e8d9ebb294c468a8cc6af5ba21" "A fuzzy-based approach to programming language independent source-code plagiarism detection" "clone detection technique" -"513" "ee5b255a7ebf9797f558d311186c13e6" "Code Clone Detection with Convolutional Neural Networks." "clone detection technique" -"514" "87ec17d9a48ab03b3794531fba4b5769" "Detecting Source Code Plagiarism on. NET Programming Languages using Low-level Representation and Adaptive Local Alignment" "clone detection technique" -"515" "be5608786bc2dd072418ed99d24d3928" "Plagiarism detection by using Karp-Rabin and string matching algorithm together" "clone detection technique" -"516" "ad7ed4c1ad90d9dedcf76bf8485bd66d" "A Novel Metrics Based Technique for Code Clone Detection" "clone detection technique" -"517" "f924f2ab8ab45ce9a3150937a8bc4862" "An Efficient Architectural Framework for Non-obtrusive and Instantaneous Real-Time Identification of Clones During the Software Development Process in IDE" "clone detection technique" -"518" "bf66366b62f8d32a3a81e3ca3c07a8ca" "A Model-driven Approach for Token Based Code Clone Detection Techniques - An Introduction to UMLCCD" "clone detection technique" -"519" "21ac2b415f0e91029a07f5fdef6c5eab" "An Approach to Source Code Plagiarism Detection Based on Abstract Implementation Structure Diagram" "clone detection technique" -"520" "9a2ac1162f45738e7d897a147d9e2968" "Mining Logical Clones in Software: Revealing High-Level Business and Programming Rules" "clone detection technique" -"521" "46d26e7cf0838b4c786e605eb62a0728" "Measuring code behavioral similarity for programming and software engineering education" "clone detection technique" -"522" "43211d73deb73a8f5d429d899c89d8f4" "Implementing a 3-Way Approach of Clone Detection and Removal using Pattern and Clone Detector Tool" "clone detection technique" -"523" "c9280d938225dd82899f5aaae255a602" "Structural and nominal cross-language clone detection" "clone detection technique" -"524" "697a8c401adfa1e27402d431b1c24f28" "Ato Enhance The Code Clone Detection Algorthim by Using Hybrid Approach for Detection of Code Clones" "clone detection technique" -"525" "4d8bea6b0de50a6c1e9ba3d01e9b98b9" "Identifying Feature Clones in a Suite of Systems" "clone detection technique" -"526" "87b8acaae96dac028bc8dc8bed23b7e4" "Needle: Detecting code plagiarism on student submissions" "clone detection technique" -"527" "7ec61a366a0cfb11fd381c769dd2fcdd" "Software maintenance using effective code clones detection" "clone detection technique" -"528" "e9cc033772f2ccc22970933290aada9f" "Code clone detection using wavelets" "clone detection technique" -"529" "5a93d7550deff1a689e414ea20430bcf" "Hybrid approach for Detecting Code Clone by Metric and Token based comparison" "clone detection technique" -"530" "5d3e399a27cc4a48813c905e8444df25" "CATCHING PLAGIARISTS: DETECTING PLAGIARISM IN STUDENT SOURCE CODE ASSIGNMENTS IN A VIRTUAL LEARNING ENVIRONMENT." "clone detection technique" -"531" "52121630ded8637d07c62cbf0dfe98d4" "A Novel Neural Source Code Representation Based on Abstract Syntax Tree" "clone detection technique" -"532" "e04fb0d1e34ff47f427f211f05254175" "LLVM-based code clone detection framework" "clone detection technique" -"533" "898b1c99743c2b9426bad7716d45f6d2" "A novel approach to detect duplicate code blocks to reduce maintenance effort" "clone detection technique" -"534" "a22e3404f1bf70488c8f1dd9cdb8cf77" "Fast and Efficient Source Code Plagiarism Identification Based On Tokenization" "clone detection technique" -"535" "77a39b80a2c12365635732a2c669fe05" "Code Similarity Detection: Using Program Dependence Graphs" "clone detection technique" -"536" "85f30b870f55c24e6477361027e7208a" "Fast, scalable and user-guided clone detection" "clone detection technique" -"537" "3ffa15b5d7a00abe7f0f0977aef0aab4" "CD-Form: A clone detector based on formal methods" "clone detection technique" -"538" "b37964df866c408db060a10cff7a6349" "Approach for estimating similarity between procedures in differently compiled binaries" "clone detection technique" -"539" "e8a7384ca6a82f8610e50ccd25b62042" "Cloneless: Code Clone Detection via Program Dependence Graphs with Relaxed Constraints" "clone detection technique" -"540" "a68b165b0e5d982334512d51018dc8fd" "Effective and Accurate Binary Clone Detection" "clone detection technique" -"541" "92140aed3cb20701570de6443385b0d8" "An approach to source-code plagiarism detection and investigation using latent semantic analysis" "clone detection technique" -"542" "3ad590cbbe60784f61eaf6107426618c" "CLCMiner: Detecting Cross-Language Clones without Intermediates" "clone detection technique" -"543" "1175a015617806c9e47aac7364d7312c" "Educating Computer Programming Students about Plagiarism through Use of a Code Similarity Detection Tool" "clone detection technique" -"544" "d362e98b06f031f2d7411821a08fe3a4" "Fast Code Clone Detection Based on Weighted Recursive Autoencoders" "clone detection technique" -"545" "6db22d917d39b664378d825355db1a2d" "Mining and analysis of control structure variant clones" "clone detection technique" -"546" "e319dfd47a77def6d9fd1e5a33e258ff" "SUIDroid: An Efficient Hardening-Resilient Approach to Android App Clone Detection" "clone detection technique" -"547" "2e68d5c92930c45fefae74cc768d6f7b" "Identifying similar code fragments in Haskell" "clone detection technique" -"548" "c0e5c46108e703a1516aef0de0f5c38b" "Code Clone Detection based on Logical Similarity: A Review" "clone detection technique" -"549" "6dcfb9aa1f2655a62a7db24733b7aad2" "Source Code Comments: Overlooked in the Realm of Code Clone Detection" "clone detection technique" -"550" "cd000487606dd7e664eb09faf6e64bc3" "Software plagiarism detection in multiprogramming languages using machine learning approach" "clone detection technique" -"551" "92b258d933e8b36616cc58fb724d6a17" "Test-Based Clone Detection: an Initial Try on Semantically Equivalent Methods" "clone detection technique" -"552" "8bfa321950e7737f1c11cdde3c06939b" "SmartEmbed: A Tool for Clone and Bug Detection in Smart Contracts through Structural Code Embedding" "clone detection technique" -"553" "f16acc2170e364d669174e3436c28601" "A Novel Code Stylometry-based Code Clone Detection Strategy" "clone detection technique" -"554" "c5381c13482057390318ad695c2e7f15" "Dcu@fire-2014: an information retrieval approach for source code plagiarism detection" "clone detection technique" -"555" "048d2ab15a498e4821c63162f545dda0" "Examining the effectiveness of using concolic analysis to detect code clones" "clone detection technique" -"556" "f975944cc6ae469cf3cce4d5b673a2d0" "Normalization based Stop-Word approach to Source Code Plagiarism Detection." "clone detection technique" -"557" "2512b252c43f98c820280614dfce3840" "Towards the code clone analysis in heterogeneous software products" "clone detection technique" -"558" "c1f253c777846e0055ededd0d31ad844" "Model clone detection based on tree comparison" "clone detection technique" -"559" "71329b2ce3f2c94f5ea3a3aacd10f106" "Models are code too: Near-miss clone detection for Simulink models" "clone detection technique" -"560" "481443d5a5aed64e591432c73b98df79" "Metric level based code clone detection using optimized code manager" "clone detection technique" -"561" "e5d5a1a2032c7353e3cc81610142aa6e" "Constructing and Analysing Plagiarism in Student Programs Using Graphs" "clone detection technique" -"562" "4fb598d7e61515b062c19e108aaf7955" "Software plagiarism detection: a graph-based approach" "clone detection technique" -"563" "b98a9d314ec095638d40c4688410ad33" "Detecting Cross-Project Clones Using Frequent Pattern Mining" "clone detection technique" -"564" "b158019a3bee21772e45da090c4b1050" "A first step towards algorithm plagiarism detection" "clone detection technique" -"565" "de74d7e4dc2d95c660a09bf8b6da90a8" "Find Me if You Can: Deep Software Clone Detection by Exploiting the Contest between the Plagiarist and the Detector" "clone detection technique" -"566" "bcdcaa3e6341dafd4f7b1614e78a8b44" "An execution-semantic and content-and-context-based code-clone detection and analysis" "clone detection technique" -"567" "519e5b55d8f074d34e9acfe4b0412bd8" "Method-level code clone detection through LWH (Light Weight Hybrid) approach" "clone detection technique" -"568" "e08a7e3f55d13c084dfaeb509c858cef" "Java bytecode clone detection via relaxation on code fingerprint and semantic web reasoning" "clone detection technique" -"569" "3e20fe24b5af90d67bd36350b8df4e25" "Scalable and Accurate Detection of Function Clones in Software Using Multithreading" "clone detection technique" -"570" "250b808c9e0ea039a0fa3cab4ccf4882" "A picture is worth a thousand words: Code clone detection based on image similarity" "clone detection technique" -"571" "e7393d717e32e0ecbdef986365d3e113" "Mining revision histories to detect cross-language clones without intermediates" "clone detection technique" -"572" "e3cbd3f636e9e63a6ca5104899fb516e" "Program plagiarism detection with dynamic structure" "clone detection technique" -"573" "2df5094a6b5fe8d98f51e8f471cbe7bb" "Proposing and Evaluating Clone Detection Approaches with Preprocessing Input Source Files" "clone detection technique" -"574" "d5bdb964a90db2a4a57243405ab27c1c" "Semantic code clone detection for enterprise applications" "clone detection technique" -"575" "3c0cf22113e8bac93e1d6ecb1ba0cfa5" "Clone Detection Using Scope Trees" "clone detection technique" -"576" "c225a48f3c7e261453e437a406896a67" "Instant Clone Finder: Detecting Clones During Software Development" "clone detection technique" -"577" "956d0d254377a823204a75487ee90307" "SeClone - A Hybrid Approach to Internet-Scale Real-Time Code Clone Search" "clone detection technique" -"578" "db386f495e3abca1b6b88cebdc67f33e" "A technique for identifying and testing structural clones in large scale systems" "clone detection technique" -"579" "6e58687b8d01d9961e34dd16f72c3baa" "Detecting Clones in Android Applications through Analyzing User Interfaces" "clone detection technique" -"580" "862a9c78fdd20c88315be58f3841ae14" "Software refactoring technique for code clone detection of static and dynamic website" "clone detection technique" -"581" "7c5479f9bb310310afbf1fa5a2e5f931" "Scalable clone detection using description logic" "clone detection technique" -"582" "bc27bc517eb300133cde14ca25f222c4" "Fast and flexible large - scale clone detection with cloneworks" "clone detection technique" -"583" "13fb5660f53032d0058435a203809ab1" "Scalable Detection of Semantically Similar Mobile Applications." "clone detection technique" -"584" "ffc874101b78181a73cd0511fa220a89" "CCDLC Detection Framework: Combining Clustering with Deep Learning Classification for Semantic Clones" "clone detection technique" -"585" "b8c89201b3ead9a96dd6fb1fcea4baf2" "MeCC: memory comparison-based clone detector" "clone detection technique" -"586" "3a68cb13f02b7d799b322ab40d6b6c81" "Integrating an online compiler and a plagiarism detection tool into the Moodle distance education system for easy assessment of programming assignments" "clone detection technique" -"587" "4a40771932e92d68068d245ec896bafa" "ENHANCING A HYBRID PRE-PROCESSING AND TRANSFORMATION PROCESS FOR CODE CLONE DETECTION IN. NET APPLICATION" "clone detection technique" -"588" "a60485d3739d8e090f0ee76201d144c1" "Incremental Detection of Parameterized Code Clones" "clone detection technique" -"589" "f90bc7a2049e8c91169f52ee1ad06d07" "CLCDSA: Cross Language Code Clone Detection using Syntactical Features and API Documentation" "clone detection technique" -"590" "a21657088725615589968a4e0a6f3541" "Software Similarity Detection With Checksims Improvements to Algorithmic Comparisons and Usability" "clone detection technique" -"591" "73910e9fcda150174ce49e0973bca6d4" "Source Code Similarity and Clone Search" "clone detection technique" -"592" "84332d4b2ed21d28658546dd727b617e" "Kam1n0: Mapreduce-based assembly clone search for reverse engineering" "clone detection technique" -"593" "2f6d7835c56d8c11fcf2ec063f7f0e9f" "Clones in logic programs and how to detect them" "clone detection technique" -"594" "e3927a227b84b6c7f00347c62a36ded8" "Analysis of programming code similarity by using intermediate language" "clone detection technique" -"595" "56919d7d174339fd2b23cfd72624c14e" "Tree Slicing: Finding Intertwined and Gapped Clones in One Simple Step" "clone detection technique" -"596" "0668eb233656292f192262e4722c6ca3" "Code Similarity Detection using AST and Textual Information" "clone detection technique" -"597" "4ede95b26e7a1cf038d006ced3087112" "Mining of Source Code Concepts and Idioms" "clone detection technique" -"598" "9aa3c0cfc9873d2d53c3cbb36f9c607e" "Clone detection meets Semantic Web-based transitive closure computation" "clone detection technique" -"599" "c188af8b5a8f26ae0ec78adbb8793d83" "Dealing with clones in software: A practical approach from detection towards management" "clone detection technique" -"600" "b660c868ad5198c7c6d5b0ea8e7b612e" "Implementing a 3-way approach of clone detection and removal using PC Detector tool" "clone detection technique" -"601" "6c8981fd62d115e32fa2264e5a6cf349" "Non-trivial software clone detection using program dependency graph" "clone detection technique" -"602" "8891ad216f455a423485482e9c7af2df" "A source code plagiarism detecting method using alignment with abstract syntax tree elements" "clone detection technique" -"603" "ec38bccd1aa8c5b209bf81b7f9a3c739" "STVsm: Similar Structural Code Detection Based on AST and VSM" "clone detection technique" -"604" "30284c000bd0913b2a8e6116b084648a" "Code Clone Detection on Specialized PDGs with Heuristics" "clone detection technique" -"605" "c5bca60e90c25bb4732cfb73a8dae123" "Source code plagiarism detection and performance analysis using fingerprint based distance measure method" "clone detection technique" -"606" "b3b2e5e38bcc646b92e884e00aaeb67a" "Source code plagiarism detection: The Unix way" "clone detection technique" -"607" "3d1f217938d03d3494ca0c94a7b3bc69" "An enhanced generic pipeline model for code clone detection" "clone detection technique" -"608" "92b94e9536a7d8fc7ac0b9acad034f91" "Cclearner: A deep learning - based clone detection approach" "clone detection technique" -"609" "a794656618f34d06944ef1e3aec515ab" "Clone detection in software source code using operational similarity of statements" "clone detection technique" -"610" "a7a7250e08953c71a57f498d35ea11e7" "Measuring similarity of android applications via reversing and k-gram birthmarking" "clone detection technique" -"611" "a242fc1e2f434be87bfe9dcf00afc795" "Program Dependence Graph Generation and Analysis for Source Code Plagiarism Detection" "clone detection technique" -"612" "15396ca53424068e16d8919c2f625308" "A Large-Gap Clone Detection Approach Using Sequence Alignment via Dynamic Parameter Optimization" "clone detection technique" -"613" "6f6e6fd01679290aa43ddbe7bf26e8e3" "Scaling classical clone detection tools for ultra-large datasets: An exploratory study" "clone detection technique" -"614" "32cbb528b9e26b1b8019a8d207c892a9" "High Level Features for Detecting Source Code Plagiarism across Programming Languages." "clone detection technique" -"615" "2b9b0aff7f81dd2c7d09620723d1a632" "Detecting design similarity patterns using program execution traces" "clone detection technique" -"616" "22835b66c6ecb3dbac42c629a5caeb45" "Algorithm to Detect Non-Contiguous Clones with High Precision" "clone detection technique" -"617" "701518f9a67564db63a4c335d6da8a97" "Code Clone Detection Technique of Android Layout Codes Using View Attribute Filtering" "clone detection technique" -"618" "551f140df7d563c3fdbecfd9e70e0b62" "Code clone discovery based on concolic analysis" "clone detection technique" -"619" "2137a060fe04c48be8b5d58e63e16d46" "A scalable and accurate approach based on count matrix for detecting code clones" "clone detection technique" -"620" "2482bde5ee673fd05e54a89d51244abc" "A Semantics-Based Hybrid Approach on Binary Code Similarity Comparison" "clone detection technique" -"621" "2a56d20dad0015c537fe3b408a56fd0c" "Duplicate Code Detection using Control Statements" "clone detection technique" -"622" "d7fc9f39cf4a5dace45252532a5d75bf" "Sebyte: A semantic clone detection tool for intermediate languages" "clone detection technique" -"623" "eae8ff437e9c24febcd43cd8682d2a31" "Code Cloning using Abstract Syntax Tree" "clone detection technique" -"624" "99985300a03eaafc0342a45e038255f0" "Detecting Java Code Clones with Multi-granularities Based on Bytecode" "clone detection technique" -"625" "6984acf38e2f222334e376c301a3dc72" "Defending against the attack of the micro-clones" "clone detection technique" -"626" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "clone detection technique" -"627" "e01ec573e7a6b1c9cd96ff66a9162169" "AST-based multi-language plagiarism detection method" "clone detection technique" -"628" "6907827c3dd021cbbc1b1ba8747f3e74" "Code Similarity Detection by Program Dependence Graph" "clone detection technique" -"629" "a018e1f07950f7b73144f91d3b22d07f" "DETECTION OF CROSS-PROJECT BENEFICIAL CLONES" "clone detection technique" -"630" "dec8f169af28a133c881c1fb769bd72c" "Online detection of source-code plagiarism in undergraduate programming courses" "clone detection technique" -"631" "0dcae58a301e001281893841c55fd349" "IBFET: Index‐based features extraction technique for scalable code clone detection at file level granularity" "clone detection technique" -"632" "86f838723dc357fb7340e4e1a882802c" "Code clone detection method based on the combination of tree-based and token-based methods" "clone detection technique" -"633" "69c42c6e7117ee9103b4cbec33a0f4bc" "Plagiarism detection in Sinhala language: A software approach" "clone detection technique" -"634" "bf689290a9387bb661a4931603cfab09" "Source code plagiarism detection method using Protégé built ontologies" "clone detection technique" -"635" "472a81fd1200f727f59d668a1bb0ad76" "Source Code Plagiarism Detection for PHP Language" "clone detection technique" -"636" "f38186093633769fd755e96b57749113" "Automatic Detection for Reused Open Source Codes Based on Similarity Identification of Software Networks" "clone detection technique" -"637" "55ac711604a8a9506a65e9b241ba5746" "Enhancing the Code Clone Detection Algorithm by using Biological Technique" "clone detection technique" -"638" "1cc33e48f1720dbe4e9059ffbbf3241a" "JSCTracker: A Tool and Algorithm for Semantic Method Clone Detection" "clone detection technique" -"639" "63b60331ffecd8032180f1cd080f004d" "AnDarwin: Scalable Detection of Android Application Clones Based on Semantics" "clone detection technique" -"640" "7ae2d0fc2e9643f3db3832f0c66c19c5" "CCSharp: An Efficient Three-Phase Code Clone Detector Using Modified PDGs" "clone detection technique" -"641" "aeb2553510f247117c837b5ef336406e" "IDE-based real-time focused search for near-miss clones" "clone detection technique" -"642" "b371e222f56ab81867260fd13f988723" "CCCD: Concolic code clone detection" "clone detection technique" -"643" "024f14a1758ba2d88c5dc49c901a60c0" "Fast and flexible large-scale clone detection with cloneworks" "clone detection technique" -"644" "f27d88fadf3f8981636d7ae6fc6d4461" "A Deep Neural Network-Based Approach to Finding Similar Code Segments" "clone detection technique" -"645" "0cfd3aab3d4929103fe1cdb52a21dccb" "To enhance the code clone detection algorithm by using hybrid approach for detection of code clones" "clone detection technique" -"646" "4a9f5d5d5e0d502892668360bdb758c0" "Detecting source code plagiarism on.NET programming languages using low-level representation and adaptive local alignment" "clone detection technique" -"647" "f0ca684811084cb399e5edbb7d4790fa" "Cross-Language Clone Detection by Learning Over Abstract Syntax Trees" "clone detection technique" -"648" "3c32420fd22436dccc654412e3646f0f" "A novel approach based on formal methods for clone detection" "clone detection technique" -"649" "9f3ad5f906b584cb1f3f3c56bf40caae" "Detection And Analysis Of Software Clones" "clone detection technique" -"650" "e26360465a8d5edd77b82d5a9c145d45" "Plagiarism detection of C program using assembly language" "clone detection technique" -"651" "98f0f4322993995216c9afa01a692a0e" "Detecting plagiarized mobile apps using API birthmarks" "clone detection technique" -"652" "f6b92f252f5163fdb0238ac838da929d" "Index-based model clone detection" "clone detection technique" -"653" "5c3452dea5909b7687baab42cc9fd67d" "Plagiarism Detection tool for Programs" "clone detection technique" -"654" "2072c5c1be1ee6c83e1d82c97db9c12c" "Detecting source code similarity using low-level languages" "clone detection technique" -"655" "3e65d28f018c7bd21120616d11c4a2f8" "A Clone Code Detection Method Based on Software Complex Network" "clone detection technique" -"656" "0e5a1daa8501f224aa3481f64945590f" "A technique to detect multi-grained code clones" "clone detection technique" -"657" "5e20d816a2198e5de64693ffe295cfb3" "Design and Analysis of a Levenshtein Distance Based Code Clones Detection Algorithm" "clone detection technique" -"658" "4103dd2e02320063325ebc921cf744f2" "Preventing and detecting plagiarism in programming course" "clone detection technique" -"659" "c0dc1251eaca3db3b20eefba0ca44bce" "Detecting functionally similar code within the same project" "clone detection technique" -"660" "4032d98d7d341fcec21e3a008787c693" "Language-agnostic Incremental Code Clone Detection" "clone detection technique" -"661" "c25fd3b547092c6b15030cea9ee64ba2" "Implementation of Analytical Hierarchy Process in Detecting Structural Code Clones" "clone detection technique" -"662" "41357d4bc529f5ef5976c6aa2b223f7c" "Software similarity and classification" "clone detection technique" -"663" "7eb8cc5ab8dc3a7a9f814127668f4355" "Automation of duplicate code detection and refactoring" "clone detection technique" -"664" "271682427a7c0da26a53e4f828c16142" "Development of a software on distance education applications for compilation and plagiarism detection of C programming language assignments" "clone detection technique" -"665" "f9347505ddc957e44c40c26f41da9f2f" "Detecting similar programs via the Weisfeiler-Leman graph kernel" "clone detection technique" -"666" "64311a5205f98bb3ff35cfff88e42822" "To enhance type 4 clone detection in clone testing" "clone detection technique" -"667" "11b44e2fcde77a2d4c38aff5b47c5f06" "Software Similarity Detection with Checksims-Canvas Support and Other Improvements to Usability" "clone detection technique" -"668" "f4464b707b0c8a74c37603acbc3c873e" "FSquaDRA: Fast Detection of Repackaged Applications" "clone detection technique" -"669" "746e4599f4b9f9f36111410562ce4f4e" "Binary Code Clone Detection across Architectures and Compiling Configurations" "clone detection technique" -"670" "5a14976e18fd92adeb1f42e86875e164" "Software Plagiarism Detection Using N-grams" "clone detection technique" -"671" "b104eda57b4b2f6a5eb0f48768afd4d4" "An efficient code clone detection model on Java byte code using hybrid approach" "clone detection technique" -"672" "a326f5fe898707adc2e414750a40719e" "A topic modeling approach for code clone detection" "clone detection technique" -"673" "accaebb534ae7a65be4396e2562f08d6" "Semantics-based obfuscation-resilient binary code similarity comparison with applications to software plagiarism detection" "clone detection technique" -"674" "f63f55150f3e00e80a1bce30c009344f" "Code clone detection based on order and content of control statements" "clone detection technique" -"675" "04d0b1d48ff0079276aef9d61a0b1c7b" "Plagiarism detection in programming assignments using deep features" "clone detection technique" -"676" "c5f26ee8c08ed1cf4b5499748af74dc0" "Hypermodelling live OLAP for code clone recommendation" "clone detection technique" -"677" "e83a962e36d9be46da0a2874b00832d9" "Plagiarism detection algorithm for source code in computer science education" "clone detection technique" -"678" "15ec3f119ded9595316f77203bd774d8" "Deviation-based obfuscation-resilient program equivalence checking with application to software plagiarism detection" "clone detection technique" -"679" "2dab285ab51ae61f1de627121ab3be9a" "SimCad: An extensible and faster clone detection tool for large scale software systems" "clone detection technique" -"680" "0e396b9a36a386bcb2203a595d35aef7" "Clone-Slicer: Detecting Domain Specific Binary Code Clones through Program Slicing" "clone detection technique" -"681" "2138c9514ba9f7f72728ea4c9c7340de" "srcClone: Detecting Code Clones via Decompositional Slicing" "clone detection technique" -"682" "2e37ff958ff290c9e099ce8e86599bdd" "Detecting Code Clones with Graph Neural Networkand Flow-Augmented Abstract Syntax Tree" "clone detection technique" -"683" "16e438cbb6f4d0bc3398d62d7a563f0d" "From Local to Global Semantic Clone Detection" "clone detection technique" -"684" "60d35d6001ba78e63082aafcb31e5139" "On how often code is cloned across repositories" "clone detection technique" -"685" "0b617d052afdabd6b0e942da2ba3a199" "Improving plagiarism detection in coding assignments by dynamic removal of common ground" "clone detection technique" -"686" "0a74af954d0bb04ebb91cb899793d946" "A metric space based software clone detection approach" "clone detection technique" -"687" "6bfa6b5bc54715136e968c01d74ab212" "Semantic code clone detection using parse trees and grammar recovery" "clone detection technique" -"688" "5503abf74ec74df4ec812b40a1710cea" "Towards flexible code clone detection , management , and refactoring in IDE" "clone detection technique" -"689" "5735cca09d75fd1e25387afd857ca7d3" "A deep learning approach to program similarity" "clone detection technique" -"690" "302f96b261779c0f9066a7354a8d99e2" "Detecting similarity in multi-procedure student programs using only static code structure" "clone detection technique" -"691" "f5ef52d0715e91b5661bc9e9b7bd657f" "Code clone detection using sequential pattern mining" "clone detection technique" -"692" "2ecea27e3d6b1528728eb3b9147d7180" "Hybrid technique for object oriented software clone detection" "clone detection technique" -"693" "c1c95640740157d2c7086ab232aeb699" "Threshold-free code clone detection for a large-scale heterogeneous Java repository" "clone detection technique" -"694" "3de366ab05cd50661798f259981502dd" "Instructor-centric source code plagiarism detection and plagiarism corpus" "clone detection technique" -"695" "44e77a282df942ad93c824df5c1a5cb9" "A similarity detection platform for programming learning" "clone detection technique" -"696" "1865fcc281caa5d6e45879bdcebb82c0" "Retrieving and classifying instances of source code plagiarism" "clone detection technique" -"697" "1c9434a611abd6e9baf74b5eba5a9d68" "Plagiarism detection in students' programming assignments based on semantics: multimedia e-learning based smart assessment methodology" "clone detection technique" -"698" "9d13e75aacfcbe0306691b80137bc226" "Token-based Code Clone Detection Technique in a Student's Programming Exercise" "clone detection technique" -"699" "ec40b96e637867a763e70f317989ab10" "Simseer and bugwise: web services for binary-level software similarity and defect detection" "clone detection technique" -"700" "2d38b0c15324939b594ec84f8fcbfb26" "Sampling code clones from program dependence graphs with GRAPLE" "clone detection technique" -"701" "1b9daaa8c59e20235bb83ca990fd09ef" "Kamino: Dynamic approach to semantic code clone detection" "clone detection technique" -"702" "80d63358db4d8067498b478135234f6c" "DCCD: An Efficient and Scalable Distributed Code Clone Detection Technique for Big Code." "clone detection technique" -"703" "5cc614172efda1dd666fdc9f0c10c1f4" "Detecting source code plagiarism on introductory programming course assignments using a bytecode approach" "clone detection technique" -"704" "89ec6f826a07ec8dbdfb15b23dcab29c" "An AST-based code plagiarism detection algorithm" "clone detection technique" -"705" "e89f3974365f2a1c67de515dfe241946" "MoCoP: Towards a Model Clone Portal" "clone detection technique" -"706" "e94342aeef95d3adc533a828e9e7e97c" "Code similarity detection by computing block level feature metrics" "clone detection technique" -"707" "c5fda2f87ecc8f6df7f8d11da36cda84" "Software plagiarism detection with birthmarks based on dynamic key instruction sequences" "clone detection technique" -"708" "fe252389824ed95b51baa9f6fa526778" "Detecting clones across microsoft. net programming languages" "clone detection technique" -"709" "aae5d93b7108e7bfabfb13b99084923f" "Plagiarism detection in Haskell programs using call graph matching" "clone detection technique" -"710" "138bcc2529fb2fb2f41059caaee46195" "Hybrid Technique for software code clone detection" "clone detection technique" -"711" "0953b0fb9603127f91fa1c96ebae7490" "Clone Detection for Student Programming Exercises" "clone detection technique" -"712" "066be2482615e5e71a519a340d088ca9" "Identifying functionally similar code in complex codebases" "clone detection technique" -"713" "726cd82e5138731085528b8ea1feb33d" "CPLAG: Efficient plagiarism detection using bitwise operations" "clone detection technique" -"714" "8a3fc9c69c91c3a8b267670eb7bec419" "A Duplicate Code Checking Algorithm for the Programming Experiment" "clone detection technique" -"715" "2a80159ef22a1e734416dc89549e17a5" "TECCD: A Tree Embedding Approach for Code Clone Detection" "clone detection technique" -"716" "89b05419263487ca72269c47668b66b2" "Hybrid approach for efficient software clone detection" "clone detection technique" -"717" "6f3431b3ab6cc807ea33d73f8ca263b7" "A Refactoring Support for Form Template Method using PDG-based Code Clone Detection" "clone detection technique" -"718" "3d547b684c898ecb2a0ef7ebe078e2ba" "Automata-aided estimation of similarity in novice programs" "clone detection technique" -"719" "1500934bb07514b71c77a32cc38fe8ed" "AUTOMATIC TUNING AND SEMANTIC BASED CLONE DETECTION OF ANDROID APPLICATIONS" "clone detection technique" -"720" "0e1a813bb1f280c0eab500346ba7df6d" "Scalable Source Code Similarity Detection in Large Code Repositories" "clone detection technique" -"721" "8e845ee98a45282890d0aec437f39328" "Machine Learning for Source-code Plagiarism Detection" "clone detection technique" -"722" "2ec9f481359b9ff21e428eb0fe1541fb" "Software Code Clone Detection Model" "clone detection technique" -"723" "ba0e6f16a8f06b2b3ff69fe584700556" "Plagiarism detection among source codes using adaptive methods" "clone detection technique" -"724" "e81546943197953a67a383f7b6928b1b" "Semantic clone detection for model-based development of embedded systems" "clone detection technique" -"725" "59aacbae4871aad2dc50422028069305" "A Combined Weighted Approach to Detect Code Cloning" "clone detection technique" -"726" "851c87f4b1a86b6540e9620f47d26c34" "Detecting similarity of R functions via a fusion of multiple heuristic methods" "clone detection technique" -"727" "89f5ebc80b364e7c6137947ebff1dc52" "A low-level structure-based approach for detecting source code plagiarism" "clone detection technique" -"728" "d96b37af26f31197ef10f8342edcb0ce" "Source code plagiarism detection with low-level structural representation and information retrieval" "clone detection technique" -"729" "c990832804d3b06ba3251f3dae6afed4" "Semantic code clones in logic programs" "clone detection technique" -"730" "92bd574cbe51f3f94dfeb713b3252992" "A source code plagiarism detecting method using alignment syntax tree elements" "clone detection technique" -"731" "b9159ee18e2c48917c73a8ee44dae5bb" "A Similarity Ranking of Python Programs" "clone detection technique" -"732" "e7351ba0a44cfb6ef68620b14b3d295a" "CCFinderSW: Clone Detection Tool with Flexible Multilingual Tokenization" "clone detection technique" -"733" "93a5ce920c165f8c6749de672bb9b670" "Code Clone Detection on Specialized PDGs with Heuristic" "clone detection technique" -"734" "2b2c161ad9ce9fdcaae69ac49db603dd" "Inter-project functional clone detection toward building libraries-an empirical study on 13,000 projects" "clone detection technique" -"735" "300184ebae9a8f25a84b2cb1df5583a5" "Automated plagiarism detection for computer programming exercises based on patterns of resubmission" "clone detection technique" -"736" "934ebbc280b866ad6864ff0498031615" "Fast detection of exact clones in business process model repositories" "clone detection technique" -"737" "7e9c6d44e88eff980ff595c3daf8cec7" "Type-2 software cone detection using directed acyclic graph" "clone detection technique" -"738" "074c99450e2833ce2cc0a2defb7dc523" "ES-Plag: Efficient and sensitive source code plagiarism detection tool for academic environment" "clone detection technique" -"739" "06fd25c5efe78c22c02de1da08b4b5ad" "Improving Clone Detection Precision Using Machine Learning Techniques" "clone detection technique" -"740" "b8c530d29641ab13a267d9828e2f911f" "Efficient clustering-based plagiarism detection using IPPDC" "clone detection technique" -"741" "7f67ecedb232491a67a9cf0ec1d910e7" "A study of machine learning approaches to cross-language code clone detection" "clone detection technique" -"742" "de8a0d1bb48005752b6c8f663ed81dce" "Binary semantic Similarity Comparison based on software gene" "clone detection technique" -"743" "2395c899749bc943990edf301f0ca867" "JUST SIMPLIFY: Clone Detection for Simulink Controller Models" "clone detection technique" -"744" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "clone detection technique" -"745" "400d0676e2baac1644988396af453b96" "A Source Code Similarity System for Plagiarism Detection" "clone detection technique" -"746" "f9ccab593e4282aa64f7686f5c0265ef" "Revisiting capability of pdg-based clone detection" "clone detection technique" -"747" "6b9cb2a79c3e54ea8211be8689f80d61" "Maximal frequent sequence mining for finding software clones" "clone detection technique" -"748" "efa1206b8db419733f1f164c5dc30621" "Scalable code clone detection and search based on adaptive prefix filtering" "clone detection technique" -"749" "459271f9bd417c9efb07bf16c7d5dce5" "An IoT based framework for students’ interaction and plagiarism detection in programming assignments" "clone detection technique" -"750" "cd2e026b094e471498e062cc6fe7d7f8" "Code Clones Detection in Websites using Hybrid Approach" "clone detection technique" -"751" "f79d7a230bfec33001278a27e2b3c69b" "Efficient metric vector-based code clone detection using function-calling tree" "clone detection technique" -"752" "e4bf1ab9a73f5029d1154945a92c8834" "Detection of code clone based on source fragment alignment" "clone detection technique" -"753" "4476a8065226849968a461c27b3a47c2" "An abstract method linearization for detecting source code plagiarism in object-oriented environment" "clone detection technique" -"754" "ff2c0ec7cd4e15f933270f33964446b1" "A Diversified Feature Extraction Approach for Program Similarity Analysis" "clone detection technique" -"755" "1b07b738be0b91cc56d45d92af2f9a9a" "A source code plagiarism detecting method using sequence alignment with abstract syntax tree elements" "clone detection technique" -"756" "30116b70007a7a2f145501f95a003c52" "EPlag: A two layer source code plagiarism detection system" "clone detection technique" -"757" "15ad5142e67ecca8adbb77def5e72b5a" "Detection of file level clone for high level cloning" "clone detection technique" -"758" "d0729efb086dd5961ef791c655519801" "AST-based code plagiarism detection method" "clone detection technique" -"759" "0bafaba1034d2298a7eec16ddca4c073" "A clustering method for pruning false positive of clonde code detection" "clone detection technique" -"760" "5e0264724a59728467249657d3c8119b" "Method-level incremental code clone detection using hybrid approach" "clone detection technique" -"761" "7968eb5134bab2841d03533ac10d281f" "Detecting Java Code Clones Based on Bytecode Sequence Alignment" "clone detection technique" -"762" "1d923d5022cc4070f0293d9ce6b95875" "Identification of Similar Source Codes based on Longest Common Substrings" "clone detection technique" -"763" "94db1e65c0f79bdcc75b7cea5c44c70f" "Enabling clone detection for ethereum via smart contract birthmarks" "clone detection technique" -"764" "c14a177c066d64dcb4b2202307b543b2" "SMP-Based clone detection" "clone detection technique" -"765" "29012430c22fa4017729dfa6a04bc1f3" "Design and development of an efficient software clone detection technique" "clone detection technique" -"766" "6a23847d4f0c4b58318282c4434bf2f1" "Abstract Syntax Tree Analysis for Plagiarism Detection" "clone detection technique" -"767" "629f4c48ebba52752c866183d920246a" "A Novel Weight Assignment Approach for Detection of Clones in Simulink Diagrams" "clone detection technique" -"768" "e7601a6622bd5b989f8432cbe3b5f1a0" "Plagiarism Detection for Haskell with Holmes" "clone detection technique" -"769" "eca78bf53a285b21bc533b9f23a1e834" "Implementation of discoverable digital clone library for knowledge transfer and improved productivity." "clone detection technique" -"770" "19865c0c1b5870f8b06e119cead1a9b8" "Similarity detection method based on assembly language and string matching" "clone detection technique" -"771" "d4f37231ffde4a7dcaa38f15971d0d98" "Clone Detection in Model-Based Development Using Formal Methods to Enhance Performance in Software Development" "clone detection technique" -"772" "43a9d90e3d2bd65f74adbf817b68d9a7" "Improving Syntactical Clone Detection Methods through the Use of an Intermediate Representation" "clone detection technique" -"773" "336823e5d1660def572057e5c5725855" "Program Similarity Detection Tool" "clone detection technique" -"774" "a72f46183014dd0d5bb59f458628642e" "On the Structural Code Clone Detection Problem: A Survey and Software Metric Based Approach" "clone detection technique" -"775" "4c4749d48e3a44c23382929f02a18b48" "Detect functionally equivalent code fragments via k-nearest neighbor algorithm" "clone detection technique" -"776" "73e4577e40e7a7e1e0adbd65a6fee918" "Novel Code Plagiarism Detection Based on Abstract Syntax Tree and Fuzzy Petri Nets" "clone detection technique" -"777" "8d19ae7bbeedf792b2aec86bfd9717f3" "An empirical study on retrieving structural clones using sequence pattern mining algorithms" "clone detection technique" -"778" "84cb299c25185acdd0a30aacc20d0ce8" "An Effective Approach Using Dissimilarity Measures To Estimate Software Code Clone" "clone detection technique" -"779" "fcac507fe2614fd04cdfc47643977436" "Studying clone evolution using incremental clone detection" "clone detection technique" -"780" "d47d66ea2ed3ee97fd9f2bf800e51720" "CSPlag: a source code plagiarism detection using syntax trees and intermediate language" "clone detection technique" -"781" "35748e9bdb4a40087c995109b772aca1" "Similarity assessment of program samples based on theory of fuzzy" "clone detection technique" -"782" "beba0a41016628dffe28dc843747ac63" "Detection of Behavioural Clone" "clone detection technique" -"783" "684331393b385d29eb8fd6eb759fb596" "Development Of A Light-Weight Hybrid (Lwh) Approach For Method-Level Code Clone Detection And Maintenance" "clone detection technique" -"784" "323835578c3ad4202395e188383b546c" "Reasoning about global clones: Scalable semantic clone detection" "clone detection technique" -"785" "672280d14993142d4d2dcb3e800baa1a" "Code Plagiarism Detection Method Based on Code Similarity and Student Behavior Characteristics" "clone detection technique" -"786" "9f3e532745d46b7920c41fadf835b2f5" "Large-scale clone detection and benchmarking" "clone detection technique" -"787" "766a1e399086bef9373a61f6b3c8fe4e" "An approach to clone detection in sequence diagrams and its application to security analysis" "clone detection technique" -"788" "549a2963ed5326fef31905595b4232a1" "Overview of Source Code Plagiarism in Programming Courses" "clone detection technique" -"789" "4d5dee3e927cbdb352cb7aa2755b6043" "Proposal of Evaluating C Language Programs by Using Original Syntax Tree" "clone detection technique" -"790" "5d19a7148e379267fa4f8a66994c0942" "An Approach of Suspected Code Plagiarism Detection Based on XGBoost Incremental Learning" "clone detection technique" -"791" "0e42ccb80ea47f2cec3fac538f18be19" "Hcdetector: A Hybrid Approach to Detect Code Clones in Java Programs" "clone detection technique" -"792" "e7e1628619c560dcd0227abb1df4ee57" "Code clone discovery based on functional behavior" "clone detection technique" -"793" "448e5bd3089dbb5fb734991dc67c84a5" "A unified approach to automate the usage of plagiarism detection tools in programming courses" "clone detection technique" -"794" "a29e2e7325012482a7a776a0be71333b" "Large-scale code clone detection" "clone detection technique" -"795" "ea82a46c3af5194a54aa78b54c081a74" "Program characterization using runtime values and its application to software plagiarism detection" "clone detection technique" -"796" "a8cfd4a42ec30539f63953ac08d0bb50" "An improved plagiarism detection scheme based on semantic role labeling" "clone detection technique" -"797" "4f67eef8639a19797bebcfc6d11f8e57" "Improving Plagiarism Detection Using Genetic Algorithm" "clone detection technique" -"798" "23b4cf60263b20dd1d3ff04be995fc96" "Particle swarm optimisation-based source code plagiarism detection approach using non-negative matrix factorisation algorithm" "clone detection technique" -"799" "116b1b4c8824892a03d05edcc413a321" "On the effectiveness of vector-based approach for supporting simultaneous editing of software clones" "clone detection technique" -"800" "050a7d1252e0db42a77a77416b58e352" "CCAligner: a token based large-gap clone detector" "clone detection technique" -"801" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "clone detection technique" -"802" "5c3e9e0b9cd01b9c6031b4296ec62413" "Boreas: an accurate and scalable token-based approach to code clone detection" "clone detection technique" -"803" "3625c6d4f4974fa8add7b3ae98fcbf8a" "LICCA: A tool for cross-language clone detection" "clone detection technique" -"804" "94ec7aa391067e0f584783be2bd60b76" "Haskell clone detection using pattern comparing algorithm" "clone detection technique" -"805" "c2fa9fddb43d46b2c80c8ef96f7c0967" "Clonewise–Automatically Detecting Package Clones and Inferring Security Vulnerabilities" "clone detection technique" -"806" "14a77bcee79a5e69bd72db5c5d4b310f" "Scalable and accurate clones detection based on metrics for dependence graph" "clone detection technique" -"807" "beccbbe867ce7506328c5b3df8563f8e" "A Graph clustering algorithm for the homology detection" "clone detection technique" -"808" "daae1101c87ef9df7d762c25c8d38f6b" "Sourcerercc and sourcerercc-i: tools to detect clones in batch mode and during software development" "clone detection technique" -"809" "fb18ee56fe5dc52a080ee8bdf5fee8a6" "Low RAM footprint algorithm for small scale plagiarism detection projects" "clone detection technique" -"810" "34701cf3dfe4a190892d877eb9459669" "Content clones or re-thinking clone on a call graph" "clone detection technique" -"811" "2357db4d0c467e831d07635af2af94c8" "Improving the Unification of Software Clones using Tree and Graph Matching Algorithms" "clone detection technique" -"812" "22579c2cfdb7462dab251989908b53fe" "Parallel and distributed code clone detection using sequential pattern mining" "clone detection technique" -"813" "7d85c60c24831ce3ec2ba5f3170fbf3a" "Measuring whitespace pattern sequences as an indication of Plagiarism" "clone detection technique" -"814" "aaa26746c33b3ed862c369610b32668a" "αDiff: cross-version binary code similarity detection with DNN" "clone detection technique" -"815" "0c804e9afd8e9bcd9e9bcb34ed85f5e4" "A Lightweight Cross-Version Binary Code Similarity Detection Based on Similarity and Correlation Coefficient Features" "clone detection technique" -"816" "231aaed8a102046ae3c43ef8ced9c0d1" "Functional code clone detection with syntax and semantics fusion learning" "clone detection technique" -"817" "85fc090f09a5a53d1acf37b29066552b" "Enhancing Notation-based Code Cloning Method With An External-based Identifier Model" "clone detection technique" -"818" "3541b3e6051644b7fa4f17f262f6bb03" "Statement-level AST-based Clone Detection in Java using Resolved Symbols." "clone detection technique" -"819" "8d3090e9378935a1c9c26406c737e604" "Supervised deep features for Software functional clone detection by exploiting lexical and syntactical information in source code" "clone detection technique" -"820" "29649207f921c0b589a76e9e12cca70f" "Student research abstract: On computing similarity of android executables using text mining" "clone detection technique" -"821" "611fe7c1184ffbe32e2a34c9cead12a6" "Modular Heap Abstraction-Based Code Clone Detection for Heap-Manipulating Programs" "clone detection technique" -"822" "ffce08286274528b830c3fd19a444f6f" "Twin-Finder: Integrated Reasoning Engine for Pointer-Related Code Clone Detection" "clone detection technique" -"823" "2ac8c7c086ecc0bf452a378d0eebda9d" "Towards slice-based semantic clone detection" "clone detection technique" -"824" "4a7cdec3ed3d33cf58760dd915a5d282" "An Empirical Study of a Hybrid Code Clone Detection Approach on Java Byte Code." "clone detection technique" -"825" "904dbc797f92c0cf713fe73a68764717" "SPPlagiarise: A Tool for Generating Simulated Semantics-Preserving Plagiarism of Java Source Code" "clone detection technique" -"826" "d5aa80599c0064bbc35837064f623c41" "A novel detection approach for statement clones" "clone detection technique" -"827" "622956520144c9006e95eeafef371bac" "A Novel Technique to Detect Semantic Clones" "clone detection technique" -"828" "94b0702b739354af16c57e04e6b00eda" "Generic code Cloning method for detection of Clone code in software Development" "clone detection technique" -"829" "44d60f1e38b19714136891df5943f3e0" "Eclone: ​​Detect semantic clones in ethereum via symbolic transaction sketch" "clone detection technique" -"830" "a3fa411c382924c24d737bc33532a94d" "Discovering Functionally Similar Code with Taint Analysis" "clone detection technique" -"831" "770c361c70402a3f8a66217a88bec910" "Search Engine Refactoring tool for Code Clone Detection of Static and Dynamic WebPages" "clone detection technique" -"832" "17878b728952dc049d651d9aac1ac661" "Detection of near-miss clones using metrics and Abstract Syntax Trees" "clone detection technique" -"833" "bd07fabd0b9265243181d4cc6ad22030" "Detection and evolution analysis of code clones for efficient management of large-scale software systems" "clone detection technique" -"834" "2c5f0d80e2b3abfe44827abdc51c269d" "Gapped code clone detection with lightweight source code analysis" "clone detection technique" -"835" "9d524ba896c24efa87ad2a488992768c" "Interface Driven Code Clone Detection" "clone detection technique" -"836" "4b358e4250a2ed152c9655c44f62aa96" "Semantics-Based Obfuscation-Resilient Binary Code Similarity Comparison with Applications to Software and Algorithm Plagiarism Detection" "clone detection technique" -"837" "31ec211d38839c3ef307aa6b146a72de" "A search of Verilog code plagiarism detection method" "clone detection technique" -"838" "bba887ae0fcf259fb23cdff2bf834d05" "Accelerating text-based plagiarism detection using gpus" "clone detection technique" -"839" "53d5f0d0c2a0c72203855c7a82d67935" "Deep Learning Similarities from Different Representations of Source Code" "clone detection technique" -"840" "7f2188ebb50bb2f36fef5e9cc41325ee" "Effective and efficient model clone detection" "clone detection technique" -"841" "c44edffca9033d33937bd83170a9ee0e" "XIAO: tuning code clones at hands of engineers in practice" "clone detection technique" -"842" "c113f03ac5dab8dc0a74a6016f1deab6" "Efficient similarity measurement by the combination of distance algorithms to identify the duplication relativity" "clone detection technique" -"843" "15df5796952a2f9655860513835efce6" "Seclone-a hybrid approach to internet-scale real-time code clone search" "clone detection technique" -"844" "d006149c686cbc0b9355b0abdc4759f8" "Fast and Precise Token-Based Code Clone Detection" "clone detection technique" -"845" "18cf354e0f1ea66b1727fb4372c35677" "Design Code Clone Detection System uses Optimal and Intelligence Technique based on Software Engineering" "clone detection technique" -"846" "752d8a98bd2c2be596de0e74a540efcb" "DroidCC: A Scalable Clone Detection Approach for Android Applications to Detect Similarity at Source Code Level" "clone detection technique" -"847" "c93aa07ddd1959c746f0ead70d3eb52e" "The study of plagiarism detection for object-oriented programming" "clone detection technique" -"848" "2bee533ec76df65c3a1d9871f63ad37f" "Plagiarism recognizer in PHP source code" "clone detection technique" -"849" "0b04abee8952bfbd70494528a030ae3e" "Semantic clone detection using method Ioe-behavior" "clone detection technique" -"850" "1d71e97a5c21b8499cbca15ecd44ce1e" "Parallel Clone Code Detector in MapReduce." "clone detection technique" -"851" "0cbda8a8551510d995530d0e87566838" "Cloning in DSLs: Experiments with OCL" "clone detection technique" -"852" "2c79056323c3ccf39fb91f8e130027cf" "Clone detection through process algebras and Java bytecode" "clone detection technique" -"853" "363e31518b5712db04c60641fd9c8c4e" "Learning-Based Recursive Aggregation of Abstract Syntax Trees for Code Clone Detection" "clone detection technique" -"854" "5f49d25582eae62ca8d13565ef29bbd6" "Clone Detection in R" "clone detection technique" -"855" "bed914131fcf82d275d373a6e6e9459a" "Detecting model clones using design metrics" "clone detection technique" -"856" "ce81c8a3d6cf4d53ba643e309fdc2e7d" "CodEX: Source Code Plagiarism Detection Based on Abstract Syntax Tree." "clone detection technique" -"857" "e3908621dd1b5158e6c3507f74e5e47d" "Detection of code clones in software generators" "clone detection technique" -"858" "666da4ef2c96233283d27943aaeeee74" "Measuring Similarity Between Data Structures for Detecting Plagiarized Source Codes" "clone detection technique" -"859" "d75252bba6ca8b189628de72f3cca9c5" "Clone detection using time series and dynamic time warping techniques" "clone detection technique" -"860" "932ccc83691c19d7475ad909665b684a" "Evaluating plagiarism detection software for introductory programming assignments" "clone detection technique" -"861" "8949d5999374ff79d4f95dc8907cac0f" "Towards detection and analysis of interlanguage clones for multilingual web applications" "clone detection technique" -"862" "3dfce3915558774f5fabeab0e2acbf13" "ReDeBug: Finding Unpatched Code Clones in Entire OS Distributions" "clone detection technique" -"863" "2a23c96755268186dd32ef61cf851c7b" "Rethinking dependence clones" "clone detection technique" -"864" "cb1c6207a8feef50204ff470c3a3e7c7" "Code clone studies in JavaScript applications" "clone detection technique" -"865" "168c231fb20f7b018fcae33bdeaab5a4" "Development nature matters: An empirical study of code clones in JavaScript applications" "clone detection technique" -"866" "84804d5033bb1f32e65612d540d0f83e" "Current trends in source code analysis, plagiarism detection and issues of analysis big datasets" "clone detection technique" -"867" "0074bc822d4b3ffef3f8a9bca70d70e7" "Research on Algorithm of Program Code Similarity Detection" "clone detection technique" -"868" "5eee35fa4ce9a772d853544664caffee" "Review of source-code plagiarism detection in academia" "clone detection technique" -"869" "5f1bce15e8cb584727f910d207bef727" "Various possibilities of Clone Detection in Software's: A Review" "clone detection technique" -"870" "0d5f1c6c564f9a5dc7f4090c2b139166" "Analysis on Identification Technologies of Program Code Similarity" "clone detection technique" -"871" "7f33a3d9d05093e8f75685304fee89bd" "Using concepts of text based plagiarism detection in source code plagiarism analysis" "clone detection technique" -"872" "5f832c19448ac2b59c0eb283003b291a" "Code clone detection and analysis using software metrics and neural network-a literature review" "clone detection technique" -"873" "23b1a2aabe20f33376dffc7d2ab046a7" "Source Code Plagiarism Detection'SCPDet': A Review" "clone detection technique" -"874" "db1dab9bf9797be331d5694b69bf8f89" "Code Cloning: The Analysis, Detection and Removal" "clone detection technique" -"875" "2ec0aa212832c5ddfcb0040b5e6551ec" "A comprehensive study of finding copy-and-paste clones from program source codes" "clone detection technique" -"876" "964674c22bb81c679f9fc71a3280865d" "A Survey on Software Code Clone Detection to Improve the Maintenance Effort and Maintenance Cost of the Software" "clone detection technique" -"877" "1766d13afbf4644f0e0f295960d37f19" "A Literature Survey on Software Clone Testing" "clone detection technique" -"878" "388ccf5494c79babb31105d818077606" "Study on various Software clone types and Detection mechanism in forked software project" "clone detection technique" -"879" "a382598146a6f12461ccd9ce11b10335" "The Survey of the Code Clone Detection Techniques and Process with Types (I, II, III and IV)" "clone detection technique" -"880" "426a6af85cce23ed5d04fdd95439b19f" "A Review on Code Clone Analysis and Code Clone Detection" "clone detection technique" -"881" "a1411d3772b086fe15f4fecda4ba3cbc" "Similarity Detection Techniques for Academic Source Code Plagiarism and Collusion: A Review" "clone detection technique" -"882" "a34ab9187d8a112fa7bad514f04d9bf2" "A Review on Software Code Clones and Tools and Techniques Available to Handle Them" "clone detection technique" -"883" "8d4c08ca95db63011678f0be563ba7ad" "A survey of software clone detection techniques" "clone detection technique" -"884" "ec12cd986055d184133d90153c02e1c1" "Comparative study of software clone detection techniques" "clone detection technique" -"885" "177875e0cf1a207e4b434c6df190951e" "Large-scale copy detection" "clone detection technique" -"886" "e914c09eac61888b7cb3bd023f1b9dec" "Review of plagiarism detection technique in source code" "clone detection technique" -"887" "087975be160ad6b7ec455760ac3a63cc" "Review of Review of Code Clone Detection Clone Detection Clone Detection" "clone detection technique" -"888" "415c40950573978bfadb85b1db40c82c" "Plagiarism detection: A tool survey and comparison" "clone detection technique" -"889" "54e3f920aba74068012fcf7a74617e2d" "A Comprehensive Review of Code Clone Detection Techniques" "clone detection technique" -"890" "8d43b957a2d47bf6c01da876b3a6f663" "A Comparative Study of Clone Detection Approaches" "clone detection technique" -"891" "b39c4a7ed8b86e3e454b562438114058" "Style analysis for source code plagiarism detection" "clone detection technique" -"892" "a341e4d353380fcb637b1080ea64811b" "Code Clone Detection with Refactoring support Through Textual analysis" "clone detection technique" -"893" "fb5e19aa18164b3e6dee1d74ad9220d9" "Evaluation of duplicated code detection tools in cross-project context" "clone detection technique" -"894" "13c5c46ae83f684e7bf07c10190ca935" "Literature Survey of Software Clones" "clone detection technique" -"895" "3400a979779b5f54826b244ccf5395f4" "A Review on Code Clones Detection Techniques for Software Systems" "clone detection technique" -"896" "4450ce6389c3a3281eb4d274a9c9a088" "Comprehending code fragment in code clones: A literature-based perspective" "clone detection technique" -"897" "f55e9c6e34c74514e99f9f63075a11f4" "Insight to model clone’s differentiation, classification, and visualization" "clone detection technique" -"898" "eb83c945f7860e60d0af7b7411eb9b43" "A Novel Composite Approach for Software Clone Detection" "clone detection technique" -"899" "617ab423922a0c6e4a7c8c009aa09f48" "Software Cloning Detection Techniques: Comparison Criteria" "clone detection technique" -"900" "d8e1b850fbca80a364246764257d6201" "Review on various code clone detection Techniques" "clone detection technique" -"901" "254273f180f46bbbb834a883f5e3cd12" "Comparison of clone detection techniques" "clone detection technique" -"902" "64e2e957f26e54828d167fcff012ca46" "Software source code plagiarism detection: a survey" "clone detection technique" -"903" "6fb6b06fd0d9fc546bd42ea484d73534" "A Survey on Code Clone, Its Behavior and Applications" "clone detection technique" -"904" "0a79e008301503f6df3e37cd3b1a6640" "Detecting Code Clones: A review" "clone detection technique" -"905" "405d046830374a69bb6740eddc7ff520" "Code Clones: Detection and Management" "clone detection technique" -"906" "b727d37cd11ef5aedc127a4b5a43cdfc" "A literature review of code clone analysis to improve software maintenance process" "clone detection technique" -"907" "ce0761ae2b2c6cecfb1b35f183bd26ba" "Software clone detection: A review" "clone detection technique" -"908" "e21166a163639b8c029bd5b495ac28dd" "Literature survey of clone detection techniques" "clone detection technique" -"909" "ce3866816ca0a33e6724e6903b53bd8f" "Survey on Software Clone Detection Research" "clone detection technique" -"910" "2d6bc4c1a52466b47f8ff1554aae91fe" "A state of art on source code plagiarism detection" "clone detection technique" -"911" "3e80588598f609a8edc805508f8744bc" "A survey on code clone and detecting techniques" "clone detection technique" -"912" "f7591c2caa7d71b7e024f463cd86ae48" "Overview and Comparison of Plagiarism Detection Tools." "clone detection technique" -"913" "0823ddcebf8f9c09c5f7bfb41b256db9" "Software Cloning: Types and Detection Techniques" "clone detection technique" -"914" "8b1f10bc3a25c19fcb8387e34c2d1ea9" "Study of Clone Code Detection Method" "clone detection technique" -"915" "38629eef5a230d0c82d1c07c6798296d" "Insight to Model Clone's Differentiation, Classification, and Visualization" "clone detection technique" -"916" "0cbc2d2c463e7c7b20bcc01a09e02174" "Various Code Clone Detection Techniques and Tools: A Comprehensive Survey" "clone detection technique" -"917" "fdd61262d1561ab1b1b6142b0c2e397a" "Implementation of Model Cloning in Software Models using UML diagrams" "clone detection technique" -"918" "8db1301086c065817ea716289ff17837" "Code Clone Detection Using Various Approaches" "clone detection technique" -"919" "7cdbc77d19a268da8e0234007de76c12" "A Review of Clone Detection Techniques using Model Semantics" "clone detection technique" -"920" "f165ec6e18311cd873303e90aa6c3ae6" "Systematic Mapping Study of Metrics based Clone Detection Techniques" "clone detection technique" -"921" "06ba4635c3b8e4bacb1133666ac54290" "Recent Advancements in Code Clone Detection–Techniques and Tools" "clone detection technique" -"922" "59bdcc8430af322e4954a49d99662d25" "A systematic literature review of code clone prevention approaches" "clone detection technique" -"923" "ef3c28520034640ff6aee7065df64e85" "Software clone detection: A systematic review" "clone detection technique" -"924" "c23c908c09fb3ce40dae616f200356f5" "State-of-the-Art Report on Clone Detection" "clone detection technique" -"925" "c50856e5d8e347716871ddf73f1b5775" "Do Concern Metrics Support Code Clone Detection?" "clone detection technique" -"926" "aa11e4a55aa25b78e563ee5bf11fcbd7" "A Systematic Review on Code Clone Detection" "clone detection technique" -"927" "e5e10c5555808eef69499543a253f411" "A mapping study of software code cloning" "clone detection technique" -"928" "ff755b6b6c167c76cb0d3f73657c6464" "Similarity-based analyses on software applications: A systematic literature review" "clone detection technique" -"929" "25cd89f3d4ca38085f22aea312bd0c46" "Cloned Buggy Code Detection in Practice Using Normalized Compression Distance" "buggy clone detection" -"930" "d2c74bd62e74bed8140fe3156bef982c" "Lascad: Language-agnostic software categorization and similar application detection" "software similarity detection method" -"931" "ac0781d5f1a6909fd74d680641978e94" "Clone Wrapper Detection Technique: Clones Family Tree Ontology" "ontology representation of clone" -"932" "873ce4275a6eeff0520ba3ebe66cb56b" "Discoverable Digital Clone Repository for Improved Knowledge Transfer and Productivity" "ontology representation of clone" -"933" "993cb2539ce8c280fb46d5359f7e7e0c" "Pattern mining of cloned codes in software systems" "pattern mining" -"934" "eb099111915e00bcb9a796108b71f325" "FORMALIZATION AND DETECTION OF COLLABORATIVE PATTERNS IN SOFTWARE" "collaborative pattern detection" -"935" "1060451f3e17f2c0efd7758f54135a15" "Selecting a set of appropriate metrics for detecting code clones" "metrics selection for clone" -"936" "d2c74bd62e74bed8140fe3156bef982c" "Lascad: Language-agnostic software categorization and similar application detection" "software classification" -"937" "569a3e41a4054c946591efbe354fa0c6" "Searching for better configurations: A rigorous approach to clone evaluation" "optimize clone technique configuration" -"938" "aa835da8a1ee1a1654ad15646136b41a" "Searching for configurations in clone evaluation–a replication study" "optimize clone technique configuration" -"939" "625e898660e28c7d25180102d7412b92" "Evaluating the performance of LSA for source code plagiarism detection" "optimize clone technique configuration" -"940" "6ace5a100312165b5f12ca64de80dabe" "Code relatives: detecting similarly behaving software" "code relative detection" -"941" "431201814f189fe81717a6c6e20f4407" "Selection of Code Segments for Exclusion from Code Similarity Detection" "code removal for clone detection" -"942" "99da5206f03778b2a3bebe504b55b288" "Why and how to control cloning in software artifacts" "clone detection workbench" -"943" "490cf33c5d7c1b61123aebb200afd36a" "Comprehensible presentation of clone detection results" "clone clustering for optimizing clone detection results" -"944" "c667efec2ddb1db8c5850a59f4da956d" "A measurement of similarity to identify identical code clones" "clone clustering for optimizing clone detection results" -"945" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "clone clustering" -"946" "b9d1c050832c81c039fdfe3dadf4b7f1" "Classification model for code clones based on machine learning" "clone filtering" -"947" "87fe8194f52fb655a2a0dd8c2fd50680" "Bigcloneeval: A clone detection tool evaluation framework with bigclonebench" "clone evaluation" -"948" "d2a13538afc89d8a61eafb88c50a9735" "Intensification of Software Security using Secure Obfuscation with Injecting and Detecting Code Clones" "clone evaluation" -"949" "b144bb9e947b29977f478815b2a86a6a" "A mutation analysis based benchmarking framework for clone detectors" "clone evaluation" -"950" "5b35be0a89f987fca2d7aac8ca7b0e78" "On the Use of Machine Learning Techniques Towards the Design of Cloud Based Automatic Code Clone Validation Tools" "clone evaluation" -"951" "5da9a6dab4570ebcdd7caa218cc2cc14" "Model Clone Detector Evaluation Using Mutation Analysis" "clone evaluation" -"952" "1a4a1c2ba514edd99d1be41fd653f6c4" "Forksim: Generating software forks for evaluating cross-project similarity analysis tools" "clone evaluation" -"953" "77ea5130bca6c494ad417ca13f316409" "Leveraging Historical Code Changes to Support Clone Management Activities" "clone evaluation" -"954" "4322711c8ff76c7d54b3aca01e3d0fa3" "Source code reuse evaluation by using real/potential copy and paste" "clone evaluation" -"955" "7a360103d898be2b0e0aee77ca71ae50" "Dolly or Shaun? A Survey to Verify Code Clones Detected using Similar Sequences of Method Calls" "clone evaluation" -"956" "05ecff8a9ac7e1ceca89d064aa0ec9ad" "A mutation analysis based model clone detector evaluation framework" "clone evaluation" -"957" "50c1bd3919caadab64c638ae39cd93e9" "Evaluating clone detection tools with bigclonebench" "clone evaluation" -"958" "1a39132fbc764c3550e9bec703844416" "A Machine Learning Based Approach for Evaluating Clone Detection Tools for a Generalized and Accurate Precision" "clone evaluation" -"959" "56c55baec94c89a608fd050dcb1d1c5f" "CloneCognition: machine learning based code clone validation tool" "clone evaluation" -"960" "668a28d2d476f3b97dc4a2ee77e50413" "The Mutation and Injection Framework: Evaluating Clone Detection Tools with Mutation Analysis" "clone evaluation" -"961" "2967dbdfefe9050895e3fab097986f9a" "COAT: Code Obfuscation Tool to Evaluate the Performance of Code Plagiarism Detection Tools" "clone evaluation" -"962" "063a14baf58b7b6713c5288c69642b45" "On Precision of Code Clone Detection Tools" "clone evaluation" -"963" "224a36d397bdffb4c7e77c6f4c28e9ca" "Evaluating modern clone detection tools" "clone evaluation" -"964" "9f3d9e7ca967a61ac19ab168d8bdeaeb" "Efficiently Measuring an Accurate and Generalized Clone Detection Precision using Clone Clustering" "clone evaluation" -"965" "df349c87080cff71d300a5c8c65ec3dc" "Towards Automating Precision Studies of Clone Detectors" "clone evaluation" -"966" "16f235b15dddbd7d56db48daa3060294" "A Mutation Operator-Based Scenario for Evaluating Software Clone Detection Tools and Techniques" "clone evaluation" -"967" "259ea4a112109a053571bf6009ac6e0c" "Using mutation analysis for a model-clone detector comparison framework" "clone evaluation" -"968" "b9338cb6f6f5a2c626e1849ce3ab77e1" "MuMonDE: A framework for evaluating model clone detectors using model mutation analysis" "clone evaluation" -"969" "9213eea0cacc0318bc30c67877e46fca" "A machine learning based framework for code clone validation" "clone evaluation" -"970" "286043573283268aea50cdd0fa2e2c05" "Smelling out code clones: Clone detection tool evaluation and corresponding challenges" "clone evaluation" -"971" "fc306ceba9ae46e1b75b377c917f5665" "A Survey on the Evaluation of Clone Detection Performance and Benchmarking" "clone evaluation" -"972" "64f8db69ce01a9e9598a203af8669c82" "About metrics for clone detection" "clone detection metrics" -"973" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "clone detection metrics" -"974" "6cfffc89f1b64372d8efb7103bb2e851" "The prediction of code clone quality based on bayesian network" "code clone quality prediction" -"975" "52d0d1900a7b9f121181ab7637910f80" "CloneAyz: An Approach for Clone Representation and Analysis" "clone evolution" -"976" "246809cf79ae84000374eecd8fb625cc" "Evolution of near-miss clones" "clone evolution" -"977" "22ebbf26039b497ca51dc1a4a81d97a0" "GCad: A near-miss clone genealogy extractor to support clone evolution analysis" "clone evolution" -"978" "150152a367380be23282167fd3923733" "Analyzing Clone Evolution for Identifying the Important Clones for Management" "clone evolution" -"979" "380254728acd7dc52e2a0b890e3a1c46" "Where does this code come from and where does it go?—Integrated code history tracker for open source systems" "clone evolution" -"980" "da4f6b5b187045128e2fa816e7de6810" "Tracking the Evolution of Code Clones" "clone evolution" -"981" "5dabb2c14f1ca37fb89c755f67b70d0a" "Studying Late Propagations in code clone evolution using software repository mining" "clone evolution" -"982" "2cbc32864db81d7ebd8da3a71b2544b9" "The Prediction of Code Clone Quality by Extracting Fast and Precise Clone Genealogies in Complex Code Bases" "clone evolution" -"983" "dbd0e09c50bff10a53c4528193dae48c" "An empirical study on bug propagation through code cloning" "clone evolution" -"984" "f49cd9c70906858265f73899c103b3f3" "Industrial application of clone change management system" "clone evolution" -"985" "01a2171d5b3570a69d68910d0e409b0f" "An empirical study on the fault-proneness of clone migration in clone genealogies" "clone evolution" -"986" "bd81cd8112624624fa30ee5b19e72ad7" "Code Clone Tracer (CCT): A Tracking Tool for Analyzing Human and Social Factors in Creating and Reusing Code Clones" "clone evolution" -"987" "8fc6b52bc97c754996507beb39e14b9d" "Co-evolution of Simulink Models in a Model-Based Product Line" "clone evolution" -"988" "4840797a6eca06a9f3f0b67de97d51e8" "An Empirical Study on Similar Changes in Evolving Software" "clone evolution" -"989" "1f5b1d5291ccccdfe295234064df4aef" "Predicting change consistency in a clone group" "clone evolution" -"990" "61fa27a4c130c46758d4016b2be4bb7a" "A clone management framework to improve code quality of FOSS projects" "clone evolution" -"991" "befdb4098ed7913fa2ba2ed3c22da0ec" "Late Propagation in near-miss clones: An empirical study" "clone evolution" -"992" "5e53089c69db18d9f48cb319068270da" "Inconsistency detection in software component source code using ant colony optimization and neural network algorithm" "clone evolution" -"993" "e7fdbdad46d3cf18f432c12f3730c409" "Understanding the evolution of type-3 clones: an exploratory study" "clone evolution" -"994" "0ac2acf4c26b0a56ea44fe2547448d6d" "An Empirical Study of Clone Removals" "clone evolution" -"995" "66f60f848c5841124151135b1c1744c3" "Revealing missing bug-fixes in code clones in large-scale code bases" "clone evolution" -"996" "5f554906c6e504c85e22ef2b52ade9c6" "An empirical study of the fault-proneness of clone mutation and clone migration" "clone evolution" -"997" "6a539264a3df352ef10e2044deb5224c" "Analyzing repetitiveness in big code to support software maintenance and evolution" "clone evolution" -"998" "b1c6bac257658d228beb6dd0d3d687b8" "Toward Improved Understanding and Management of Software Clones" "clone evolution" -"999" "e05ae757e0e9ed0eefaf9a1c7ca15430" "Analyzing and Forecasting Near-Miss Clones in Evolving Software: An Empirical Study" "clone evolution" -"1000" "4a011526cb5b4abdff6651f77ccd39c4" "Late propagation of Type-3 Clones" "clone evolution" -"1001" "28f455baf68450bfc220902fcc817f02" "A Study of Cloning in the Linux SCSI Drivers" "clone evolution" -"1002" "3df9918d3a58589221ea3c7f7de5ed93" "Visualization and analysis of software clones" "clone evolution" -"1003" "dd46856f28003deac0143d10fd1a6694" "Towards visualizing large scale evolving clones" "clone evolution" -"1004" "5fb7118b31d897bf1f2e0014053d3a89" "Identifying Code Clones Having High Possibilities of Containing Bugs" "clone evolution" -"1005" "8fb85db3baa46168e5645b862ae7ab03" "Evolution of component relationships between framework and application" "clone evolution" -"1006" "885017d2e132702cd3d4e51e7998ccc5" "CLource: Visualising the Evolution of Code Clones" "clone evolution" -"1007" "38eb8895b74543c52360d876b465a786" "Identifying clone removal opportunities based on co-evolution analysis" "clone evolution" -"1008" "6817a7bc47a733362d60e3301599e062" "An empirical study of faults in late propagation clone genealogies" "clone evolution" -"1009" "9d7274e37550573c14aaac6518c8cb19" "Evolution of Code Clone Ratios throughout Development History of Open-Source C and C plus plus Programs" "clone evolution" -"1010" "0f0bfb48b167841abd031e8ed8ba3105" "Predicting Consistency-Maintenance Requirement of Code Clones at Copy-and-Paste Time" "clone evolution" -"1011" "2ecae0b0446334f573c9812b33e705c8" "Evaluating the effect of code duplications on software maintainability" "clone evolution" -"1012" "655f75369ee4b1ae21fb6bba6ee40448" "Code clone genealogy detection on e-health system using Hadoop" "clone evolution" -"1013" "2884c424d2ed825d5341415e5bd04094" "ClonEvol: Visualizing software evolution with code clones" "clone evolution" -"1014" "77fe218628efbbb9ac639f5d44c5535f" "Analyzing and forecasting near‐miss clones in evolving software: an empirical study" "clone evolution" -"1015" "e913f6b3e9811b8bcd9d92f043c4e92a" "Towards Accurate and Scalable Clone Detection using Software Metrics" "clone evolution" -"1016" "f6ca1b6cdf922ab5a8d2336ed8b10e5a" "An Investigation into the Characteristics of Merged Code Clones during Software Evolution" "clone evolution" -"1017" "e88ebe1ccc0c32a819c4684336f508ac" "Is cloned code older than non-cloned code?" "clone evolution" -"1018" "0e6ef222c17d47a28ebdbf367c29eab6" "Code clones in Rhino: A case study" "clone evolution" -"1019" "215516bf465c404d543d0ed4ef099a76" "Empirical studies of code clone genealogies" "clone evolution" -"1020" "da013c61539122510e3913fc4922a917" "SPCP-Miner: A tool for mining code clones that are important for refactoring or tracking" "clone evolution" -"1021" "3b39ca832c71c40981d31a4bdd079cae" "Automatic Extract Clone Genealogy to Analysis Software Evolution Process" "clone evolution" -"1022" "50e1fdd77e482bc7f5180c469a0e8a02" "A New Clone Group Mapping Algorithm for Extracting Clone Genealogy on Multi-version Software" "clone evolution" -"1023" "4c6313b27ac21aa42f9bcd3bcf51963d" "Structural clones: An evolution perspective" "clone evolution" -"1024" "05397103a78051f3281fb589334f3079" "Frequency and risks of changes to clones" "clone evolution" -"1025" "0f914cc8afac75bcf72f7b3e25ee3d06" "Automatic ranking of clones for refactoring through mining association rules" "clone evolution" -"1026" "c96c0bc3474123c0f36314b7985a03d1" "Machine-learning aided analysis of clone evolution" "clone evolution" -"1027" "1358bd71e2f528498e08df9de94ac75a" "An Empirical Study of Code Clone Clustering Based on Clone Evolution" "clone evolution" -"1028" "69052e5c03d1b20747db48e09ad647e8" "Bug Propagation through Code Cloning: An Empirical Study" "clone evolution" -"1029" "c188af8b5a8f26ae0ec78adbb8793d83" "Dealing with clones in software: A practical approach from detection towards management" "clone evolution" -"1030" "da2257b53bc4201bb4f72f3262a06233" "Evolution of code clone ratios throughout development history of open-source C and C++ programs" "clone evolution" -"1031" "8c129f4d1a9caa1ea6ee302d32261766" "Evolutionary Perspective of Structural Clones in Software" "clone evolution" -"1032" "2d1146420b567585f61e8a049a21faca" "On the stability of software clones: A genealogy-based empirical study" "clone evolution" -"1033" "df56f2a4a4c1bb8685e398c9e3ce3812" "How multiple developers affect the evolution of code clones" "clone evolution" -"1034" "5616b50d1243f031b111ca62f5d97f50" "Change Impact Analysis of Code Clones" "clone evolution" -"1035" "cca3f376f2f152b9a164d1b762bfbdca" "A fine-grained analysis on the evolutionary coupling of cloned code" "clone evolution" -"1036" "cd03cd9de757a5aa85e796fc39d7c3c3" "An empirical study on inconsistent changes to code clones at the release level" "clone evolution" -"1037" "303be6e46f6706bd291cc579f69eeef9" "Identifying feature clones: an industrial case study" "clone evolution" -"1038" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "clone evolution" -"1039" "4aaa92a189f9131f3cc09ff3d3f1a6d6" "CCEvovis: A Clone Evolution Visualization System for Software Maintenance" "clone evolution" -"1040" "269197967eeb85d68a9df057129fea95" "A comparative study on the intensity and harmfulness of late propagation in near-miss code clones" "clone evolution" -"1041" "e9c7b7fc31248103aa4dbd9d95f337bb" "Clone Management for Evolving Software" "clone evolution" -"1042" "dbc06b6ef691ef9088afdeb9a43098d4" "An empirical study of clone density evolution and developer cloning tendency" "clone evolution" -"1043" "273e4bf9f2fe3f357d07ea44abc8a5ae" "An Improved Code Clone Tracking Approach in Evolving Software." "clone evolution" -"1044" "e614800fb80c350ade647ff77e94af2a" "Studying the Effects of Code Clone Size on Clone Evolution" "clone evolution" -"1045" "2d3e86032e3b5865fa94ea482dce2a11" "Genealogical insights into the facts and fictions of clone removal" "clone evolution" -"1046" "79ad58bba9b525a0a1ecd2ccbdd0b271" "An empirical study of long-lived code clones" "clone evolution" -"1047" "c28163cd00d7ae36a67ed0e4d9bfd1ed" "Associating Code Clones with Association Rules for Change Impact Analysis" "clone evolution" -"1048" "e45cdc2938b83b377d82274a9eb555f7" "Enhancement of CRD-based clone tracking" "clone evolution" -"1049" "89da5ebfe0a17d45e073ee1364cedfaa" "Detection and analysis of near-miss clone genealogies" "clone evolution" -"1050" "d6d222fb758047fc54e8bc2683b72811" "Evaluating the E ect of Code Duplications on Software Maintainability" "clone evolution" -"1051" "72c43f63fe241b0e654320996514b582" "Visualizing Software Evolution with Code Clones" "clone evolution" -"1052" "c60a41e32b49784e2991b06982ef5f55" "Machine learning strategies for temporal analysis of software clone evolution using software metrics" "clone evolution" -"1053" "f8080551fa38bae28e037b118d83728c" "A Novel Approach for Clone Group Mapping by using Topic Modeling" "clone evolution" -"1054" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "clone evolution" -"1055" "006dfa69d79c1ec65b5f014a9cc59105" "Automatic Identification of Important Clones for Refactoring and Tracking" "clone evolution" -"1056" "5d24eb7e27283a30d2f12802167a2e29" "Evaluating the conventional wisdom in clone removal: a genealogy-based empirical study" "clone evolution" -"1057" "eb9e742b71db5ba2de90b481c230e3a3" "Extract Function Clone Genealogies across Multiple Versions" "clone evolution" -"1058" "4da49ceee5f627c45b75404c0608d776" "Analysis of Code Clone Ratios over Version Evolution in Open-Source Projects Written in C and C+" "clone evolution" -"1059" "fcac507fe2614fd04cdfc47643977436" "Studying clone evolution using incremental clone detection" "clone evolution" -"1060" "1f100b1d65e86833c3f20a353bb4dd7d" "Will this clone be short-lived? Towards a better understanding of the characteristics of short-lived clones" "clone evolution" -"1061" "3301bf3b0e79662292d142feb9375365" "Refactoring patterns study in code clones during software evolution" "clone evolution" -"1062" "0250c8a6c23a7c8e4a3b0a890f5f1908" "An Empirical Study on Clone Evolution by Analyzing Clone Lifetime" "clone evolution" -"1063" "d53fd0484b967c1633e551c76a6ab9c3" "A Comparison Among ARIMA, BP-NN, and MOGA-NN for Software Clone Evolution Prediction" "clone evolution" -"1064" "75a6206f2dd6630d39355cf4c6568a59" "An automatic framework for extracting and classifying near-miss clone genealogies" "clone evolution" -"1065" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "clone evolution" -"1066" "0b1a4a36f7ac79e6a90d85fee89e9050" "Investigating intentional clone refactoring" "clone evolution" -"1067" "d0efb869cdf73d5fda770555a5b5dbd8" "Extracting Clone Genealogies for Tracking Code Clone Changes" "clone evolution" -"1068" "7afeed3feb1304fdfc526abf7141dabd" "Late propagation in software clones" "clone evolution" -"1069" "05882d6deaf76b19ddcfc467e567ce6a" "Bug-proneness and late propagation tendency of code clones: A Comparative study on different clone types" "clone evolution" -"1070" "98042f499d2266a60ebfe26222e16cee" "Visualizing the evolution of code clones" "clone evolution" -"1071" "cfabb55a08c52e85c3a61980c91af042" "Micro-clones in evolving software" "clone evolution" -"1072" "7783f259f52ef32989c7f46be0f5277d" "ANovel APPROACH BASED ON TOPIC MODELING FOR CLONE GROUP MAPPING" "clone evolution" -"1073" "f5ba6240c217e23f24d85f838eea4df6" "CloneMap: A Clone-Aware Code Inspection Tool in Evolving Software" "clone evolution" -"1074" "cfe2a083b18ff0c5e291ea36c72073d8" "Understanding the Evolution of Code Clones in Software Systems" "clone evolution" -"1075" "0f25b22cc57ba5b84061342857041b02" "Clones: Underlying Patterns throughout the Software Lifecycle." "clone evolution" -"1076" "3a7cca4f74fe1560482f6a6dafd67005" "Clone evolution: a systematic review" "clone evolution" -"1077" "1ba6149c330d4d6c8ebc24657b4d1050" "A study on code clone evolution analysis" "clone evolution" -"1078" "72a06fee051f1c2c5069113870b00ffd" "Software Code Cloning Detection and Future Scope Development-Latest Short Review" "clone evolution" -"1079" "71d28493f19f57fccf941c71d781b619" "A survey on clone refactoring and tracking" "clone evolution" -"1080" "8870180f90225880bf33c142fee718f1" "LAC: Locating and Applying Consistent and Repetitive Changes" "code change inconsistency" -"1081" "bfbbc57240dd76076d35884ba0d7f9a7" "A Novel Approach for Predicting the Probability of Inconsistent Changes to Code Clones Based LDA" "code change inconsistency" -"1082" "b22857c70aa1b1775340a2bfddc1ca6b" "How often do unintended inconsistencies happen? Deriving modification patterns and detecting overlooked code fragments" "code change inconsistency" -"1083" "384272d7a811f7f02c2fb71a37f379e7" "An empirical study of the factors affecting co-change frequency of cloned code" "code change inconsistency" -"1084" "6c08b6442b325d843713b752993fcef3" "A Feature Analysis of Co-changed Code Clone by Using Clone Metrics" "code change inconsistency" -"1085" "b7ccda796ab3f956922b554808ae065e" "On the Relationship of Inconsistent Software Clones and Faults: An Empirical Study" "code change inconsistency" -"1086" "cd03cd9de757a5aa85e796fc39d7c3c3" "An empirical study on inconsistent changes to code clones at the release level" "code change inconsistency" -"1087" "f41efb5aab3e03b7f23b0ef353b35917" "Clone refactoring inspection by summarizing clone refactorings and detecting inconsistent changes during software evolution" "code change inconsistency" -"1088" "0f0bfb48b167841abd031e8ed8ba3105" "Predicting Consistency-Maintenance Requirement of Code Clones at Copy-and-Paste Time" "predict consistency maintenance" -"1089" "80be370446f5e36df5c698d92c3015ee" "Improving Maintenance-Consistency Prediction During Code Clone Creation" "predict consistency maintenance" -"1090" "f3e6f99a9c7e6e2880b7926726292fb7" "Prediction and ranking of co-change candidates for clones" "predict consistency maintenance" -"1091" "30987dbcfb08f0689dbd6a54d6abe22a" "Predicting Consistent Clone Change" "predict consistency maintenance" -"1092" "3fbb79198fe75b08c243e0dd39b16728" "Cross-Project Code Clone Consistency Prediction" "predict consistency maintenance" -"1093" "3235707a19073e67e1acba0f712f4df6" "Predicting Consistency-Maintenance Requirement of Code Clonesat Copy-and-Paste Time" "predict consistency maintenance" -"1094" "a5c9c7531d860df241c21c8910bccd9d" "An empirical study on clone stability" "clone stability" -"1095" "b0c7ea5e25ce0e121e3f6d9ca71d2858" "A change-type based empirical study on the stability of cloned code" "clone stability" -"1096" "77ea5130bca6c494ad417ca13f316409" "Leveraging Historical Code Changes to Support Clone Management Activities" "clone stability" -"1097" "c52a883f924b0784aa99b064f13b92fc" "Clone Stability" "clone stability" -"1098" "7b314fb953eb9566f2a1f5f653d9ed4f" "Comparative stability of cloned and non-cloned code: an empirical study" "clone stability" -"1099" "2d1146420b567585f61e8a049a21faca" "On the stability of software clones: A genealogy-based empirical study" "clone stability" -"1100" "5616b50d1243f031b111ca62f5d97f50" "Change Impact Analysis of Code Clones" "clone stability" -"1101" "6166a29f738c5640af059978d7b465b1" "Is cloned code really stable?" "clone stability" -"1102" "988f54c946bdd80ada21340f8bb869ab" "Cloned code: stable code" "clone stability" -"1103" "385f8c92320d7ff95e3c2800318688bf" "Predicting risky clones based on machine learning" "bug clone prediction" -"1104" "ff8a0e8a519f9e12001e2d5cd3c32e9b" "Can I clone this piece of code here?" "harmfulness prediction" -"1105" "f5a6ebb51c7a9ac581d738982856469f" "An empirical study on optimization of training dataset in harmfulness prediction of code clone using ensemble feature selection model" "optimize training dataset of harmfulness clone prediction" -"1106" "0e9392cedf0cb27c5568c84f47a442ee" "Evaluating Performance of Clone Detection Tools in Detecting Cloned Cochange Candidates" "evaluate clone detection tools's performance for co-change clone detection" -"1107" "554e7fa4d134c979025a648ebe52a949" "Investigating Context Adaptation Bugs in Code Clones" "context bug analysis" -"1108" "375ed20714548542b75fddc4f7ca31d3" "Hot clones: Combining search-driven development, clone management, and code provenance" "clone provenance" -"1109" "c4f0fb33cb2097c1c431e362a0b6651e" "Code Clone Authorship—A First Look" "clone provenance" -"1110" "7b56cffe4a2821eacc3c1b04bc2869ba" "Enhancement or CRD-based clone tracking" "clone provenance" -"1111" "cf968bcf31a74781b935f23b2af60a93" "Determining the provenance of software artifacts" "clone provenance" -"1112" "40eeeae176531f9905950e154ede476f" "Hot Clones: A Shotgun Marriage of Search-Driven Development and Clone Management" "link of clone" -"1113" "694e3b049182d7fba448ee7c0ffff3d0" "Towards Implementation of an Integrated Clone Management Infrastructure" "clone management" -"1114" "61fa27a4c130c46758d4016b2be4bb7a" "A clone management framework to improve code quality of FOSS projects" "clone management" -"1115" "ca1b171cfd8828ab900b8d014c25e071" "The vision of software clone management: Past, present, and future " "clone management" -"1116" "acb441ec15ceacf9e91117dcf743d0ca" "Flexible Code Clone Detection and Management in IDE" "clone management" -"1117" "1854554ae83f2420e487b946802f8b5f" "Analysis and management of code clones" "clone management" -"1118" "716168315e3b041aaddafe2c7aca85f7" "Proactively managing clones inside an IDE: a systematic literature review" "clone management" -"1119" "e482cc8df428dd3cb7773c382b6d9a44" "A framework for managing cloned product variants" "clone variant management" -"1120" "1458843634889eef3442ea3f60ac7726" "Tool support for managing method clones" "clone representation to manage clones" -"1121" "eb099111915e00bcb9a796108b71f325" "FORMALIZATION AND DETECTION OF COLLABORATIVE PATTERNS IN SOFTWARE" "clone representation to manage clones" -"1122" "fb87f70fb60f373ceaa8bc890f2bf587" "Handling clone mutations in simulink models with VCL" "clone mutation management mechanism" -"1123" "a9faf99a07545e487e3ab212ca689f4e" "The limits of clone model standardization" "clone model standardization" -"1124" "5d06fd51321950ddf704a6f4d556a050" "Towards A Novel Conceptual Framework for Analyzing Code Clones to Assist in Software Development and Software Reuse" "conceptual framework for clone analysis" -"1125" "911ace8b30030ca9f8c0b54229686b99" "A common conceptual model for clone detection results" "common conceptual model based on user cases" -"1126" "2be19f7725f283d52a562426ef621f75" "Aspectualization of code clones—an algorithmic approach" "clone refactoring" -"1127" "18b539701eda2fbfd6b1bd2d3c426140" "Automatic clone recommendation for refactoring based on the present and the past" "clone refactoring" -"1128" "15d367a24d2a84c1809113e2d7a3e2e5" "Impact of Clones Refactoring on External Quality Attributes of Open Source Softwares" "clone refactoring" -"1129" "7593b7ed914e354ae45826217d925b25" "Towards an approach to recommend and rank clones for refactoring" "clone refactoring" -"1130" "18cf5e7f325343e59703200f43842ac2" "Clonepedia: Summarizing Code Clones by Common Syntactic Context for Software Maintenance" "clone refactoring" -"1131" "94afc092cd0449cf12894975c8b4c57c" "Variant-preserving refactorings for migrating cloned products to a product line" "clone refactoring" -"1132" "233a30151d61b13852b9ef317e60fc08" "Generating refactoring proposals to remove clones from automated system tests" "clone refactoring" -"1133" "8261ff82d5a7a6a049873406e31c010e" "A Qualitative Approach for Refactoring of Code Clone Opportunities Using Graph and Tree methods" "clone refactoring" -"1134" "1c00b4c082af0a7c72ae16433e4cac32" "Reusing and converting code clones to aspects-An algorithmic approach" "clone refactoring" -"1135" "1c8dbb0d78082308364a5e9b13416dd6" "Enhancing Code Clone Management by Prioritizing Code Clones" "clone refactoring" -"1136" "e9099ad1a2edb8be8d1dc0eff1fec98f" "Recommending Clones for Refactoring Using Design, Context, and History" "clone refactoring" -"1137" "9f73f3af133597c62d345ec23221be17" "Conflict-Aware Optimal Scheduling of Code Clone Refactoring: A Constraint Programming Approach" "clone refactoring" -"1138" "e1f4dfac28261affcf9bbac98748e2ae" "Software clone detection and refactoring" "clone refactoring" -"1139" "8bdb82f74f913c77c30fc4a696c16386" "Method-Level Code Clone Modification Environment Using CloneManager" "clone refactoring" -"1140" "32c353284ee4f041340a45aff26374c7" "Classifying obstructive and nonobstructive code clones of type I using simplified classification scheme: a case study" "clone refactoring" -"1141" "962560ea3e0fd44c0f7cb511edabc88b" "No clones, no trouble?" "clone refactoring" -"1142" "162258b569b1dc356d245c137f7c0c7f" "Detecting refactored clones" "clone refactoring" -"1143" "91c9b5682fdc369edbfcb06787011a5c" "Method-Level code clone modification using refactoring techniques for clone maintenance" "clone refactoring" -"1144" "d06eb61693398f3c83dcbd7033613bf8" "Reusing and converting code clones to aspects - An algorithmic approach" "clone refactoring" -"1145" "aa991eabb3c23925541700942cde498c" "AUTOMATIC DETECTING AND REMOVAL DUPLICATE CODES CLONES" "clone refactoring" -"1146" "520dbe73c8ab2516ebb64696fbc241c3" "Removing Code Clones from Industrial Systems Using Compiler Directives" "clone refactoring" -"1147" "9ea6a1c1ecc2f6c1000060035d2aa67c" "Conflict-aware optimal scheduling or prioritized code clone refactoring" "clone refactoring" -"1148" "874dcae10f5b6340af5a830950910c44" "Clone-hunter: accelerated bound checks elimination via binary code clone detection" "clone refactoring" -"1149" "946f1a9787d9ebf01e1562abe23d1b54" "Unification and refactoring of clones" "clone refactoring" -"1150" "a7e5d23e9ea8eaf47dddc8f26d1f0514" "Copy and Paste Redeemed" "clone refactoring" -"1151" "ac1ed401f8247beb02b21929fc253a57" "Generic roles: reducing code replication" "clone refactoring" -"1152" "fe568db612fdc4c56f69c4ec32e9b41d" "Finding code clones for refactoring with clone metrics: A case study of open source software" "clone refactoring" -"1153" "c7e603e1b504f52ec1d5ce8aad3b8689" "Software Refactorability through software clones" "clone refactoring" -"1154" "443e92cfa7385e6e5f8ee768af9decab" "Increasing clone maintenance support by unifying clone detection and refactoring activities" "clone refactoring" -"1155" "567826ef15a8ec6565d0d9b32898c882" "A Study on the Nature of Code Clone Occurrence Predominantly in Feature Oriented Programming and the Prospects of Refactoring" "clone refactoring" -"1156" "f45c166691e25fd79ccc09656d9af5d3" "Detecting differences across multiple instances of code clones" "clone refactoring" -"1157" "85ca7f088b45189d307c0a75ee180c06" "A review on quality models to analyse the impact of refactored code on maintainability with reference to software product line" "clone refactoring" -"1158" "b1c6bac257658d228beb6dd0d3d687b8" "Toward Improved Understanding and Management of Software Clones" "clone refactoring" -"1159" "d2c22a0651504d9b464564b55fb1e6b7" "Feature model recovery from product variants based on a cloning technique." "clone refactoring" -"1160" "4cd52ff80492924d027ffb9c36e6c7b9" "Clone-based and interactive recommendation for modifying pasted code" "clone refactoring" -"1161" "9b2add10764866799e90dd33700d2afc" "Incremental Clone Detection and Elimination for Erlang Programs" "clone refactoring" -"1162" "38eb8895b74543c52360d876b465a786" "Identifying clone removal opportunities based on co-evolution analysis" "clone refactoring" -"1163" "1bcb23ae691411c5bc05526a99afc368" "Unifying clone analysis and refactoring activity advancement towards C# applications" "clone refactoring" -"1164" "2f874f4820eea79ff6484ddd5e735350" "Applying clone change notification system into an industrial development process" "clone refactoring" -"1165" "18192809af05959a229f3d5f5b5b665d" "Stereo: Editing clones refactored as code generators" "clone refactoring" -"1166" "de1d4a204324adb0c082fbbf4bd9bc7e" "Aspectualization of code clones-an algorithmic approach" "clone refactoring" -"1167" "c89a6b416a2ad88f59f809f1a625f76c" "Conflict-aware optimal scheduling of prioritised code clone refactoring" "clone refactoring" -"1168" "6ee1f62567f2b74ef3227a6df8d4a4e9" "Unifying clone analysis and refactoring activity advancement towards C # applications" "clone refactoring" -"1169" "bab4f13c352d66e6f90f82606de3f91a" "Adaptive Segmented Block based Clone Detection and Refactoring using Divide and Conquer Method." "clone refactoring" -"1170" "88ace33ccb6bdd433d2618606a249a0b" "Function clone removal using refactoring techniques" "clone refactoring" -"1171" "0901b3f5d66241ea2e8904dbb9288ca0" "Detecting Refactorable Clones Using PDG and Program Slicing" "clone refactoring" -"1172" "9133dc1a0de6e76fdb151a434eb3af2e" "Identifying, tailoring, and suggesting Form Template Method refactoring opportunities with program dependence graph" "clone refactoring" -"1173" "1044c11b187b584e465bda58f08dbbe0" "Research on the Model of Legacy Software Reuse Based on Code Clone Detection" "clone refactoring" -"1174" "43211d73deb73a8f5d429d899c89d8f4" "Implementing a 3-Way Approach of Clone Detection and Removal using Pattern and Clone Detector Tool" "clone refactoring" -"1175" "9fde5efff9c8048d81d03a73d6188056" "Clone Detection & Cataloging Method (CDCM) Towards an automatic approach for bootstrapping reuse efforts in an organization" "clone refactoring" -"1176" "1de2977f90bddec6758828153b8f0f82" "Safe clone-based refactoring through stereotype identification and iso-generation" "clone refactoring" -"1177" "da013c61539122510e3913fc4922a917" "SPCP-Miner: A tool for mining code clones that are important for refactoring or tracking" "clone refactoring" -"1178" "6db22d917d39b664378d825355db1a2d" "Mining and analysis of control structure variant clones" "clone refactoring" -"1179" "68cbf3dc283ed85c36bbf9869e21a670" "Clone Removal V/S Clone Avoidance" "clone refactoring" -"1180" "0f914cc8afac75bcf72f7b3e25ee3d06" "Automatic ranking of clones for refactoring through mining association rules" "clone refactoring" -"1181" "7b4a6d4cfca810de381f25eb59c74846" "Local independence transformation and its application to removing nonduplicate statements in code clones" "clone refactoring" -"1182" "1b9618b1fe7fccb68fbe661bcbdacf10" "Clone Refactoring with Lambda Expressions" "clone refactoring" -"1183" "63265272a4a22b1657cb81cc94068169" "Identifying refactoring opportunities for removing code clones with a metrics-based approach" "clone refactoring" -"1184" "2cc67c45b97bfe1dff6fd465affc120f" "How Slim Will My System Be? Estimating Refactored Code Size by Merging Clones" "clone refactoring" -"1185" "3f57e3d53cdd1bc637299afc4bc9d9db" "Clone merge - An eclipse plugin to abstract near-clone C++ methods" "clone refactoring" -"1186" "ed19ce6061239e9dde259e02d1df4d45" "Conflict-aware optimal scheduling or code clone refactoring: A constraint programming approach" "clone refactoring" -"1187" "f9162768ef102eac2abbe9f73758fed7" "An Efficient Merging Method for Code Clones and Gapped Code Clones Using Software Metrics" "clone refactoring" -"1188" "e2ff203b62bfc7da3369ab03d95fd329" "A Refactoring Suggestion Tool for Removing Clones in Java Code" "clone refactoring" -"1189" "16262a086e317120f23b203b14e510b5" "An approach to rank code clones for efficient clone management" "clone refactoring" -"1190" "4ac3c91310c904c6b7e445d3597e8ca3" "An Improvement Method for Program Structure Using Code Clone Detection, Impact Analysis, and Refactoring Formats" "clone refactoring" -"1191" "32548da9b26192b586e67bb896e896e1" "Using Self Organized Mapping to Seek Refactorable Code Clone" "clone refactoring" -"1192" "6984acf38e2f222334e376c301a3dc72" "Defending against the attack of the micro-clones" "clone refactoring" -"1193" "82d7aa0733bca40fb97e3821fafa9d25" "Duplication for the removal of duplication" "clone refactoring" -"1194" "e7b06f096f5bdf93f593fe3b3f0d2e70" "Functionally Equivalent C Code Clone Refactoring by Combining Static Analysis with Dynamic Testing" "clone refactoring" -"1195" "976dad61a5a238ffa2fb3ead7b87d3fd" "A Constraint Programming Approach to Conflict-Aware Optimal Scheduling of Prioritized Code Clone Refactoring" "clone refactoring" -"1196" "5f873731052567ac551195a8ffa3b277" "Program Inspection and Testing Techniques for Code Clones and Refactorings in Evolving Software" "clone refactoring" -"1197" "2bed766e90e214e14f2d540aaf7567f5" "Efficient refactoring in industrial projects" "clone refactoring" -"1198" "7eb8cc5ab8dc3a7a9f814127668f4355" "Automation of duplicate code detection and refactoring" "clone refactoring" -"1199" "457bb45b593eedbe0a617fb87127e203" "Refactoring Code Clone Detection" "clone refactoring" -"1200" "f29662fb8f659d5a38ff2876d374574e" "Assessing the Refactorability of Software Clones" "clone refactoring" -"1201" "2d2e780567f78c45840ef0d1b40afdf2" "How Compact Will My System Be? A Fully-Automated Way to Calculate LoC Reduced by Clone Refactoring" "clone refactoring" -"1202" "53ac3fbe9cdd9f7068f5f9bcfaa0ea6b" "Implication of clone detection and refactoring techniques using delayed duplicate detection refactoring" "clone refactoring" -"1203" "a54f76904c3a4e3acb70059365e4dba1" "Refactoring clones: A new perspective" "clone refactoring" -"1204" "3a94f6bef28cedab89f3318750fc8eea" "A Model-Based Approach to Type-3 Clone Elimination" "clone refactoring" -"1205" "6f3431b3ab6cc807ea33d73f8ca263b7" "A Refactoring Support for Form Template Method using PDG-based Code Clone Detection" "clone refactoring" -"1206" "4a114411eb00a2cd5f7e9cd772455f5e" "Analysis and Removal of Code Clones in Software Product Lines" "clone refactoring" -"1207" "879d0f72c27dc743075579e7aac1bed1" "Cleaning up copy-paste clones with interactive merging" "clone refactoring" -"1208" "ab0c28c073a3af15302621376d2a06ad" "Extracting code clones for refactoring using combinations of clone metrics" "clone refactoring" -"1209" "1611312ba09c3af0c642fd45e4fb1bc6" "A method of program refactoring based on code clone detection and impact analysis" "clone refactoring" -"1210" "772fd3b90140947920526f4710619113" "Towards automated refactoring of code clones in object-oriented programming languages" "clone refactoring" -"1211" "bcf8a3ea7c255741b30db4d1f55afdc0" "A Refactoring Technique for Large Groups of Software Clones" "clone refactoring" -"1212" "88e5bd308d32dce63c0839334d5dbf58" "Refactoring model of legacy software in smart grid based on cloned codes detection" "clone refactoring" -"1213" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "clone refactoring" -"1214" "5d24eb7e27283a30d2f12802167a2e29" "Evaluating the conventional wisdom in clone removal: a genealogy-based empirical study" "clone refactoring" -"1215" "5b1e411e65bf99546b438fc49b3bce7f" "A duplicated code refactoring advisor" "clone refactoring" -"1216" "684331393b385d29eb8fd6eb759fb596" "Development Of A Light-Weight Hybrid (Lwh) Approach For Method-Level Code Clone Detection And Maintenance" "clone refactoring" -"1217" "3301bf3b0e79662292d142feb9375365" "Refactoring patterns study in code clones during software evolution" "clone refactoring" -"1218" "f41efb5aab3e03b7f23b0ef353b35917" "Clone refactoring inspection by summarizing clone refactorings and detecting inconsistent changes during software evolution" "clone refactoring" -"1219" "a0deec5d818d35822e9682829fdaecbe" "Effects of cloned code on software maintainability: A replicated developer study" "clone refactoring" -"1220" "f67b07e834704f02e32754efbca85aea" "Rule-directed code clone synchronization" "clone refactoring" -"1221" "0b1a4a36f7ac79e6a90d85fee89e9050" "Investigating intentional clone refactoring" "clone refactoring" -"1222" "3ba32e49c46568e1350f027dc9e6ed66" "Proactive Clone Recommendation System for Extract Method Refactoring" "clone refactoring" -"1223" "d017d66399944b28abaf370184565259" "A Proposal of Refactoring Method for Existing Program Using Code Clone Detection and Impact Analysis Method" "clone refactoring" -"1224" "770c361c70402a3f8a66217a88bec910" "Search Engine Refactoring tool for Code Clone Detection of Static and Dynamic WebPages" "clone refactoring" -"1225" "bd07fabd0b9265243181d4cc6ad22030" "Detection and evolution analysis of code clones for efficient management of large-scale software systems" "clone refactoring" -"1226" "35c989085378352ab7505981a1ef8b32" "Composing classes: Roles vs traits" "clone refactoring" -"1227" "abf45e039617a110f6a401d9a033b9fd" "Software cloning in extreme programming environment" "clone refactoring" -"1228" "a31dba91b505191de8cfac078bd3aa38" "Active support for clone refactoring: A perspective" "clone refactoring" -"1229" "71d28493f19f57fccf941c71d781b619" "A survey on clone refactoring and tracking" "clone refactoring" -"1230" "41797719639b3ea58ede7ba216943a7c" "Measuring the effect of clone refactoring on the size of unit test cases in object-oriented software: an empirical study" "clone refactoring's influence on unit test case size" -"1231" "463c6a3849638cc66c2b98f02dd3bb20" "Prioritizing code clone detection results for clone management" "clone prioritization" -"1232" "088f9366f31676b1b52ac43b3330f759" "Which Code Changes Should You Review First?: A Code Review Tool to Summarize and Prioritize Important Software Changes" "clone prioritization" -"1233" "ba0c68631428eb82495537b2a1088213" "Logging statements' prediction based on source code clones" "logging statement prediction" -"1234" "70154228320cbee5fbe3b12f039da8fb" "Towards a Structural Clone Based Recommender System" "code recommendation" -"1235" "c6d9738d9943be18956870948386770b" "Duplication removal for a search-based recommendation system" "code recommendation" -"1236" "4971502f365978e35059739c321b3d62" "SLAMPA: Recommending code snippets with statistical language model" "code recommendation" -"1237" "f5b177b90d79784c940a94de91417fdc" "Codeease: harnessing method clone structures for reuse" "code recommendation" -"1238" "c5f26ee8c08ed1cf4b5499748af74dc0" "Hypermodelling live OLAP for code clone recommendation" "code recommendation" -"1239" "5f6b1ac8726d685c41cbdbbe2fc5953a" "Opportunities for clone detection in test case recommendation" "code recommendation" -"1240" "1f7b5173ecc3701e219f2035d0aaf255" "Extensions of Component Rank Model by Taking into Account for Clone Relations" "component ranking" -"1241" "8968ff3a67d8f7dca5e55753bd0155c1" "Changes of Evaluation Values on Component Rank Model by Taking Code Clones into Consideration" "component ranking" -"1242" "bb5d76b946aca5227af2860adb8c4a32" "Frankencode: Creating diverse programs using code clones" "cyber attack detection" -"1243" "b6ecafb21c1c34db75b4a3c7be62fa60" "Code Similarity in TouchDevelop: Harnessing Clones" "application ranking" -"1244" "5254bd89b84de92f610ff257dad5ca05" "Efficient Code Clone Analysis to Detect Vulnerability in Dynamic Web Applications" "vulnerability detection" -"1245" "6ac08d5f4662538b0a4bcb0f3461bd64" "SCVD: A New Semantics-Based Approach for Cloned Vulnerable Code Detection" "vulnerability detection" -"1246" "bc058547ea08bceec8c9d817302f7aca" "VUDDY: A Scalable Approach for Vulnerable Code Clone Discovery" "vulnerability detection" -"1247" "a6ef58c5d4b3590e25d02983954a204a" "A comparative study on vulnerabilities in categories of clones and non-cloned code" "vulnerability detection" -"1248" "ad5feef0905145070041d48ed68785d1" "CLORIFI: software vulnerability discovery using code clone verification" "vulnerability detection" -"1249" "9d68d001594c60a92f6267e1e41825b7" "VFDETECT: A vulnerable code clone detection system based on vulnerability fingerprint" "vulnerability detection" -"1250" "7da0f42a7cca470d5ba231f6bf6e4f9f" "Vulnerable Code Clone Detection for Operating System Through Correlation-Induced Learning" "vulnerability detection" -"1251" "89d81781f9ca155658b23fa4a3342aad" "Software systems at risk: An empirical study of cloned vulnerabilities in practice" "vulnerability detection" -"1252" "c2fa9fddb43d46b2c80c8ef96f7c0967" "Clonewise–Automatically Detecting Package Clones and Inferring Security Vulnerabilities" "vulnerability detection" -"1253" "efd54d90a72b5593212dcab29924a09c" "Staged Method of Code Similarity Analysis for Firmware Vulnerability Detection" "vulnerability detection" -"1254" "854af54ea96a8c8272e54426a6983062" "A qualitative analysis of code clones and object oriented runtime complexity based on method access points" "runtime complexity measurement" -"1255" "81025ddbd41fd1321e96f12aa7c17347" "Extending Bug Localization Using Information Retrieval and Code Clone Location Techniques" "bug localization" -"1256" "29d02b04a5e97956d49b442fe70de5da" "Mining Question and Answer Sites for Automatic Comment Generation" "automatic comment generation" -"1257" "32f2903b5081834a8dba116fa93a52e5" "Analyzing web service similarity using contextual clones" "web service similarity detection" -"1258" "72c217f348608aa482fab8ac65560879" "An Empirical Study to Evaluate Structural Similarity for Source Code Translation" "evaluation of code translation" -"1259" "22b05aab24a39349593b2285d99b540e" "CAR:Dictionary based software forensics method" "software authorship" -"1260" "6b2afbcec87f61ab9f69d87869913445" "Detection of Malware of Code Clone using String Pattern Back Propagation Neural Network Algorithm" "malware detection" -"1261" "7c8c090436156d4f803d55f792a2ae0d" "Clone search for malicious code correlation" "malware detection" -"1262" "7b4800b4729e72e82da79dc37eb47513" "Using clone detection to find malware in Acrobat files" "malware detection" -"1263" "da5996428d0483cb199ac88b20cf33a9" "A detection framework for semantic code clones and obfuscated code" "malware detection" -"1264" "518482ff37ede8bfcd83eb3e053b203f" "Scalable code clone search for malware analysis" "malware detection" -"1265" "8daf957a1fcb47b0c4c7593ea1d39727" "Assembly code clone detection for malware binaries" "malware detection" -"1266" "4f6942dd13fa484cab7a4e6d2b0f11c6" "DroidClone: Detecting android malware variants by exposing code clones" "malware detection" -"1267" "a2a05a5d4e9c2120c57f5e5e7bc90c71" "Detecting android malware using clone detection" "malware detection" -"1268" "c6de912444e37c80bb63f56c96a72976" "BinClone: ​​Detecting Code Clones in Malware" "malware detection" -"1269" "5d5308e300aeafcd699c19ce0148528f" "Detecting PDF Javascript Malware Using Clone Detection" "malware detection" -"1270" "41357d4bc529f5ef5976c6aa2b223f7c" "Software similarity and classification" "malware detection" -"1271" "a5a062bee66674862072e6b2e29f55e8" "BinClone: Detecting Code Clones in Malware" "malware detection" -"1272" "9fe7aee72e0fa8b60cc3f9b6a891ab83" "Simple substitution distance and metamorphic detection" "malware detection" -"1273" "508c23b1ac907fc77df8b14b45e1562e" "Use of Source Code Similarity Metrics in Software Defect Prediction" "software defect prediction" -"1274" "1b1182a9a7c005660695d7b58fdb0b7b" "A Software quality evaluation method using the change of source code metrics" "software quality evaluation" -"1275" "4a0f546d8b623bd6d95cf74ed4f759c2" "Guilty or not guilty: Using clone metrics to determine open source licensing violations" "license violation detection" -"1276" "aecb68a4d9c7c63002d1526d193bbdf6" "Finding software license violations through binary code clone detection" "license violation detection" -"1277" "9c77cce9aa9c061c12df60a55589f321" "Identifying instances of model design patterns and antipatterns using model clone detection" "model pattern and anti-pattern detection" -"1278" "18fddd8010450425727d0ebc953bb785" "Estimating Code Size After a Complete Code-Clone Merge" "code size estimation" -"1279" "ac3f24f8deee248cc853564d0b3952bb" "Sorting and transforming program repair ingredients via deep learning code similarities" "program repair ingredients ranking" -"1280" "9be9f1199803f69a277ec4b31502c94e" "Utilizing Clone Detection For Domain Analysis of Simulation Systems" "domain analysis" -"1281" "53fed231d31612fd65ef73bd80249983" "Accurate and Scalable Cross-Architecture Cross-OS Binary Code Search with Emulation" "code search" -"1282" "600cf8acc3776a3eebf67fa796b71571" "Code similarity and clone search in large-scale source code data" "code search" -"1283" "8c18335ba8f27a97a9f38a6e6fec2642" "SeByte: Scalable clone and similarity search for bytecode" "code search" -"1284" "9e9e25f872f455b3f210f7436b4c14f4" "Measuring Code Similarity in Large-Scaled Code Corpora" "code search" -"1285" "4971502f365978e35059739c321b3d62" "SLAMPA: Recommending code snippets with statistical language model" "code search" -"1286" "fed2f40276cd12f8c5ba40fb652167da" "Code Clone Matching: A Practical and Effective Approach to Find Code Snippets" "code search" -"1287" "53a4119511ab1849a8e3af2810822295" "Reusing reused code" "code search" -"1288" "105641c8f9290788842f570b3abe3eda" "CodeBlast: a two-stage algorithm for improved program similarity matching in large software repositories" "code search" -"1289" "b6ecafb21c1c34db75b4a3c7be62fa60" "Code Similarity in TouchDevelop: Harnessing Clones" "code search" -"1290" "a6b2c8f6403d24c4474964c6db88fbdc" "Large-scale inter-system clone detection using suffix trees" "code search" -"1291" "ea533dda8307a68d2eccdad790965a28" "Siamese: scalable and incremental code clone search via multiple code representations" "code search" -"1292" "518482ff37ede8bfcd83eb3e053b203f" "Scalable code clone search for malware analysis" "code search" -"1293" "d904b44671f41e9f08002dddd587154f" "Leveraging clone detection for Internet-scale source code search" "code search" -"1294" "0f3e797b738936803d879043b1031938" "Reordering results of keyword-based code search tool by code clone and logical coupling" "code search" -"1295" "6d6b5efbe05461167b2b7d58c0a4175d" "Source code retrieval using sequence based similarity" "code search" -"1296" "12458ac04c73df12136fe7c3fdb5c3cc" "Code-to-Code Search Based on Deep Neural Network and Code Mutation" "code search" -"1297" "228155983d99d8b18a0de39c79542266" "Towards Source Code Clone Search via Information Retrieval" "code search" -"1298" "ff610581ab23e3c696ee142d78919feb" "Similarity search plug-in: Clone detection meets internet-scale code search" "code search" -"1299" "b6956473f3922bca1aaa0f619468bbec" "Architectural clones: toward tactical code reuse" "code search" -"1300" "a2b562710e549617cddca48d78c3c263" "An Empirical Study of Fault Prediction with Code Clone Metrics" "fault prediction" -"1301" "45a28bef1d70051fd8beb59ed9b94e11" "Assessing the Differences of Clone Detection Methods Used in the Fault-Prone Module Prediction" "fault prediction" -"1302" "d4406a64c7880fcd89b94bd3486940bf" "Measuring Structural Code Quality Using Metrics" "code quality" -"1303" "8e72ef03ce1f00267e9de334f3183716" "Comparing quality metrics for cloned and non cloned java methods: A large scale empirical study" "code quality" -"1304" "8bfa321950e7737f1c11cdde3c06939b" "SmartEmbed: A Tool for Clone and Bug Detection in Smart Contracts through Structural Code Embedding" "clone based bug detection" -"1305" "ba27812a2b21a55366a3c9b5fdbb5039" "Active refinement of clone anomaly reports" "clone based bug detection" -"1306" "30e6f26ff5375187910b2713e713b5e6" "Light-weight ontology alignment using best-match clone detection" "ontology alignment" -"1307" "5e40baec7de1e4027ecf8b0a2941b7e8" "Identification of Simulink model antipattern instances using model clone detection" "model anti-pattern detection" -"1308" "0bf3ec42c27e4acda9c48fa4a262ef07" "Combining clone detection and latent semantic indexing to detect re-implementations,” in Software Analysis" "re-implementation detection" -"1309" "86e854425b059f832ac433125ccc194a" "Reverse engineering variability in source code using clone detection: A case study for linux variants of consumer electronic devices" "variability of mainstream and subsystems" -"1310" "0d006a7b8ef3893704d63a8abad3f1d3" "A characterization study of repeated bug fixes" "repeat bug fix analysis based on clone detection" -"1311" "8ce5d44225f3c090628e4d2ebd9ac586" "Model-driven evaluation of software architecture quality using model clone detection" "software architecture quality evaluation" -"1313" "65051cd82f013dde408fa1bdb30de369" "A software framework for code security using M-COT-METRICS based code obfuscation technique" "code obfuscation technique" -"1314" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "infer repository file structure modification history based on clone technique" -"1315" "67c2a65dba0fdb3f370c4912785ac6f0" "Inferring repository file structure modifications using nearest-neighbor clone detection" "infer repository file structure modification history based on clone technique" -"1316" "2dede015543d4462de243e04c8983229" "Using fuzzy code search to link code fragments in discussions to source code" "link between discussion and code" -"1317" "1e596fd0a4e89ea52a350bc148b365a7" "Leveraging code clone detection for the incremental migration of cloned product variants to a software product line: An explorative study" "clone and own" -"1318" "89e1c09ff97676c538c367ba017eb6ce" "Enhancing clone-and-own with systematic reuse for developing software variants" "clone and own" -"1319" "4ee61779e5fafcad4f03b2a91eb79fe0" "Poster: Grafter: Transplantation and differential testing for clones" "code transplantation" -"1320" "d15cee8fd75af3a37835810984aa9d03" "Automated Transplantation and Differential Testing for Clones" "code transplantation" -"1321" "2955c27d2308ed32c461b6c98fdb280a" "KLONOS: Similarity‐based planning tool support for porting scientific applications" "application porting" -"1322" "1044c11b187b584e465bda58f08dbbe0" "Research on the Model of Legacy Software Reuse Based on Code Clone Detection" "legacy software reuse" -"1323" "6f3ee8724545ac256daf1dbde34a5888" "A method for proactive moderation of code clones in IDEs" "clone avoidance" -"1324" "4450ce6389c3a3281eb4d274a9c9a088" "Comprehending code fragment in code clones: A literature-based perspective" "technical report" -"1325" "0d5f1c6c564f9a5dc7f4090c2b139166" "Analysis on Identification Technologies of Program Code Similarity" "technical report" -"1326" "388ccf5494c79babb31105d818077606" "Study on various Software clone types and Detection mechanism in forked software project" "technical report" -"1327" "7f33a3d9d05093e8f75685304fee89bd" "Using concepts of text based plagiarism detection in source code plagiarism analysis" "technical report" -"1328" "5f1bce15e8cb584727f910d207bef727" "Various possibilities of Clone Detection in Software's: A Review" "technical report" -"1329" "db1dab9bf9797be331d5694b69bf8f89" "Code Cloning: The Analysis, Detection and Removal" "technical report" -"1330" "f55e9c6e34c74514e99f9f63075a11f4" "Insight to model clone’s differentiation, classification, and visualization" "technical report" -"1331" "ce0761ae2b2c6cecfb1b35f183bd26ba" "Software clone detection: A review" "technical report" -"1332" "54e3f920aba74068012fcf7a74617e2d" "A Comprehensive Review of Code Clone Detection Techniques" "technical report" -"1333" "abf45e039617a110f6a401d9a033b9fd" "Software cloning in extreme programming environment" "technical report" -"1334" "415c40950573978bfadb85b1db40c82c" "Plagiarism detection: A tool survey and comparison" "technical report" -"1335" "8db1301086c065817ea716289ff17837" "Code Clone Detection Using Various Approaches" "technical report" -"1336" "0074bc822d4b3ffef3f8a9bca70d70e7" "Research on Algorithm of Program Code Similarity Detection" "technical report" -"1337" "5eee35fa4ce9a772d853544664caffee" "Review of source-code plagiarism detection in academia" "technical report" -"1338" "cf2fb431ad1a94c52b4127580692c35b" "Code clone benchmarks overview" "technical report" -"1339" "254273f180f46bbbb834a883f5e3cd12" "Comparison of clone detection techniques" "technical report" -"1340" "6fb6b06fd0d9fc546bd42ea484d73534" "A Survey on Code Clone, Its Behavior and Applications" "technical report" -"1341" "ce3866816ca0a33e6724e6903b53bd8f" "Survey on Software Clone Detection Research" "technical report" -"1342" "f7591c2caa7d71b7e024f463cd86ae48" "Overview and Comparison of Plagiarism Detection Tools." "technical report" -"1343" "8b1f10bc3a25c19fcb8387e34c2d1ea9" "Study of Clone Code Detection Method" "technical report" -"1344" "0cbc2d2c463e7c7b20bcc01a09e02174" "Various Code Clone Detection Techniques and Tools: A Comprehensive Survey" "technical report" -"1345" "84804d5033bb1f32e65612d540d0f83e" "Current trends in source code analysis, plagiarism detection and issues of analysis big datasets" "technical report" -"1346" "0a79e008301503f6df3e37cd3b1a6640" "Detecting Code Clones: A review" "technical report" -"1347" "286043573283268aea50cdd0fa2e2c05" "Smelling out code clones: Clone detection tool evaluation and corresponding challenges" "technical report" -"1348" "fdd61262d1561ab1b1b6142b0c2e397a" "Implementation of Model Cloning in Software Models using UML diagrams" "technical report" -"1349" "617ab423922a0c6e4a7c8c009aa09f48" "Software Cloning Detection Techniques: Comparison Criteria" "technical report" -"1350" "a341e4d353380fcb637b1080ea64811b" "Code Clone Detection with Refactoring support Through Textual analysis" "technical report" -"1351" "3e80588598f609a8edc805508f8744bc" "A survey on code clone and detecting techniques" "technical report" -"1352" "7cdbc77d19a268da8e0234007de76c12" "A Review of Clone Detection Techniques using Model Semantics" "technical report" -"1353" "38629eef5a230d0c82d1c07c6798296d" "Insight to Model Clone's Differentiation, Classification, and Visualization" "technical report" -"1354" "3400a979779b5f54826b244ccf5395f4" "A Review on Code Clones Detection Techniques for Software Systems" "technical report" -"1355" "a31dba91b505191de8cfac078bd3aa38" "Active support for clone refactoring: A perspective" "technical report" -"1356" "0823ddcebf8f9c09c5f7bfb41b256db9" "Software Cloning: Types and Detection Techniques" "technical report" -"1357" "fb5e19aa18164b3e6dee1d74ad9220d9" "Evaluation of duplicated code detection tools in cross-project context" "technical report" -"1358" "d8e1b850fbca80a364246764257d6201" "Review on various code clone detection Techniques" "technical report" -"1359" "177875e0cf1a207e4b434c6df190951e" "Large-scale copy detection" "technical report" -"1360" "426a6af85cce23ed5d04fdd95439b19f" "A Review on Code Clone Analysis and Code Clone Detection" "technical report" -"1361" "f449219182c5ad521545832e66845afc" "A survey on goal-oriented visualization of clone data" "technical report" -"1362" "405d046830374a69bb6740eddc7ff520" "Code Clones: Detection and Management" "technical report" -"1363" "2d6bc4c1a52466b47f8ff1554aae91fe" "A state of art on source code plagiarism detection" "technical report" -"1364" "d92465aac820a9e66d55f92a679ba714" "SOFTWARE CODE CLONES-A SURVEY" "technical report" -"1365" "eb83c945f7860e60d0af7b7411eb9b43" "A Novel Composite Approach for Software Clone Detection" "technical report" -"1366" "34a60685cede0113dc17014073af126c" "Code Clone v/s Model Clones: Pros and Cons" "technical report" -"1367" "64e2e957f26e54828d167fcff012ca46" "Software source code plagiarism detection: a survey" "technical report" -"1368" "8d4c08ca95db63011678f0be563ba7ad" "A survey of software clone detection techniques" "technical report" -"1369" "e914c09eac61888b7cb3bd023f1b9dec" "Review of plagiarism detection technique in source code" "paper review" -"1370" "1766d13afbf4644f0e0f295960d37f19" "A Literature Survey on Software Clone Testing" "paper review" -"1371" "23b1a2aabe20f33376dffc7d2ab046a7" "Source Code Plagiarism Detection'SCPDet': A Review" "paper review" -"1372" "e873b6f0f69a8d66e38345455e9f0e8f" "Effects of Code Clone on Software Quality" "paper review" -"1373" "a1411d3772b086fe15f4fecda4ba3cbc" "Similarity Detection Techniques for Academic Source Code Plagiarism and Collusion: A Review" "paper review" -"1374" "2273d24b19e3353539bce54202318adf" "Visualization of Software Code Clones-A review" "paper review" -"1375" "0d674db7140899180b6af3b322c23ffa" "Benchmarks for software clone detection: A ten-year retrospective" "paper review" -"1376" "8d43b957a2d47bf6c01da876b3a6f663" "A Comparative Study of Clone Detection Approaches" "paper review" -"1377" "087975be160ad6b7ec455760ac3a63cc" "Review of Review of Code Clone Detection Clone Detection Clone Detection" "paper review" -"1378" "5f832c19448ac2b59c0eb283003b291a" "Code clone detection and analysis using software metrics and neural network-a literature review" "paper review" -"1379" "ec12cd986055d184133d90153c02e1c1" "Comparative study of software clone detection techniques" "paper review" -"1380" "a34ab9187d8a112fa7bad514f04d9bf2" "A Review on Software Code Clones and Tools and Techniques Available to Handle Them" "paper review" -"1381" "e21166a163639b8c029bd5b495ac28dd" "Literature survey of clone detection techniques" "paper review" -"1382" "b727d37cd11ef5aedc127a4b5a43cdfc" "A literature review of code clone analysis to improve software maintenance process" "paper review" -"1383" "964674c22bb81c679f9fc71a3280865d" "A Survey on Software Code Clone Detection to Improve the Maintenance Effort and Maintenance Cost of the Software" "paper review" -"1384" "a382598146a6f12461ccd9ce11b10335" "The Survey of the Code Clone Detection Techniques and Process with Types (I, II, III and IV)" "paper review" -"1385" "13c5c46ae83f684e7bf07c10190ca935" "Literature Survey of Software Clones" "paper review" -"1386" "b39c4a7ed8b86e3e454b562438114058" "Style analysis for source code plagiarism detection" "paper review" -"1387" "2ec0aa212832c5ddfcb0040b5e6551ec" "A comprehensive study of finding copy-and-paste clones from program source codes" "paper review" -"1388" "ff755b6b6c167c76cb0d3f73657c6464" "Similarity-based analyses on software applications: A systematic literature review" "literature review" -"1389" "3a7cca4f74fe1560482f6a6dafd67005" "Clone evolution: a systematic review" "literature review" -"1390" "ef3c28520034640ff6aee7065df64e85" "Software clone detection: A systematic review" "literature review" -"1391" "59bdcc8430af322e4954a49d99662d25" "A systematic literature review of code clone prevention approaches" "literature review" -"1392" "06ba4635c3b8e4bacb1133666ac54290" "Recent Advancements in Code Clone Detection–Techniques and Tools" "literature review" -"1393" "1ba6149c330d4d6c8ebc24657b4d1050" "A study on code clone evolution analysis" "literature review" -"1394" "f165ec6e18311cd873303e90aa6c3ae6" "Systematic Mapping Study of Metrics based Clone Detection Techniques" "literature review" -"1395" "72a06fee051f1c2c5069113870b00ffd" "Software Code Cloning Detection and Future Scope Development-Latest Short Review" "literature review" -"1396" "fc306ceba9ae46e1b75b377c917f5665" "A Survey on the Evaluation of Clone Detection Performance and Benchmarking" "literature review" -"1397" "c23c908c09fb3ce40dae616f200356f5" "State-of-the-Art Report on Clone Detection" "literature review" -"1398" "c50856e5d8e347716871ddf73f1b5775" "Do Concern Metrics Support Code Clone Detection?" "literature review" -"1399" "67e84938d4ed4f8585f554b9494b0842" "A systematic mapping study of clone visualization" "literature review" -"1400" "9d285518c3752ae8f47e6d7500402216" "The road to software clone management: A survey" "literature review" -"1401" "5a14976e18fd92adeb1f42e86875e164" "Software Plagiarism Detection Using N-grams" "literature review" -"1402" "716168315e3b041aaddafe2c7aca85f7" "Proactively managing clones inside an IDE: a systematic literature review" "literature review" -"1403" "e5e10c5555808eef69499543a253f411" "A mapping study of software code cloning" "literature review" -"1404" "aa11e4a55aa25b78e563ee5bf11fcbd7" "A Systematic Review on Code Clone Detection" "literature review" -"1405" "71d28493f19f57fccf941c71d781b619" "A survey on clone refactoring and tracking" "literature review" -"1406" "dceb2b9cca00b83bd002da9f86fc9f68" "Empirical investigation of causes and effects of code clones" "literature review" -"1407" "8395c96e22df46d877782b0e7893d67a" "Analysis of multi-dimensional code couplings" "clone visualization" -"1408" "c5bb1f3d2f9a043663fa286202192e82" "ClonePacker: A tool for clone set visualization" "clone visualization" -"1409" "1258fa5effe54c5740b56e72604b4b8a" "A New approach for fixing bugs in Code Clones: Fix It There Too (FITT)" "clone visualization" -"1410" "8bdebb681c07d4331b2804be7e060aa8" "Comparison and Visualization of Code Clone Detection Results" "clone visualization" -"1411" "61fa27a4c130c46758d4016b2be4bb7a" "A clone management framework to improve code quality of FOSS projects" "clone visualization" -"1412" "8870180f90225880bf33c142fee718f1" "LAC: Locating and Applying Consistent and Repetitive Changes" "clone visualization" -"1413" "119dda87525e2003c1ac9a7f1678b3d9" "How to Make the Hidden Visible–Code Clone Presentation Revisited" "clone visualization" -"1414" "8d17a61e35f050d3f336836b275f4ddc" "CloneCompass: visualizations for code clone analysis" "clone visualization" -"1415" "b069dd2c1cfb3d3ad8084c98c72af1c8" "Analysis and visualization for clone refactoring" "clone visualization" -"1416" "82a2bef8c31bceb9114e676996e11c20" "Towards convenient management of software clone codes in practice: an integrated approach" "clone visualization" -"1417" "443e92cfa7385e6e5f8ee768af9decab" "Increasing clone maintenance support by unifying clone detection and refactoring activities" "clone visualization" -"1418" "60b7a29e67a060f24fe0ba1522d9b213" "CoMoTo: the collaboration modeling toolkit" "clone visualization" -"1419" "cb006efbb22b67dba2788f018880da78" "XSCDF: Towards a Framework for Comprehensive Software Clone Detection and Visualization using Ontology" "clone visualization" -"1420" "f45c166691e25fd79ccc09656d9af5d3" "Detecting differences across multiple instances of code clones" "clone visualization" -"1421" "08eb45e949811b2b33efffe073c597ac" "Clone Swarm: A Cloud Based Code-Clone Analysis Tool" "clone visualization" -"1422" "b09bf71f99d4d13e013debc5e2c06e43" "Using edge bundle views for clone visualization" "clone visualization" -"1423" "3df9918d3a58589221ea3c7f7de5ed93" "Visualization and analysis of software clones" "clone visualization" -"1424" "dd46856f28003deac0143d10fd1a6694" "Towards visualizing large scale evolving clones" "clone visualization" -"1425" "6ac3544706d968b83618047908f2ff69" "EgyCD Visualization for Code Clones" "clone visualization" -"1426" "885017d2e132702cd3d4e51e7998ccc5" "CLource: Visualising the Evolution of Code Clones" "clone visualization" -"1427" "3433bad926c2eb43c2fb0225476d86d9" "Clone Notifier: Developing and Improving the System to Notify Changes of Code Clones" "clone visualization" -"1428" "b582b03da6ecd5e002f666070c14a164" "Visualization of code clone detection results and the implementation with structured data" "clone visualization" -"1429" "2f874f4820eea79ff6484ddd5e735350" "Applying clone change notification system into an industrial development process" "clone visualization" -"1430" "18192809af05959a229f3d5f5b5b665d" "Stereo: Editing clones refactored as code generators" "clone visualization" -"1431" "eed466876b0ff24042623e5e27abf5aa" "Supporting clone analysis with tag cloud visualization" "clone visualization" -"1432" "62443224ad99e35a851c4b457879c612" "Design and Development of Software Tool for Code Clone Search, Detection, and Analysis" "clone visualization" -"1433" "2884c424d2ed825d5341415e5bd04094" "ClonEvol: Visualizing software evolution with code clones" "clone visualization" -"1434" "3e6312265efad7c7f496d3c5b7187bee" "Source Code Plagiarism Detection using Machine Learning" "clone visualization" -"1435" "78302a1a1a8204462a135b14facc4b4d" "Doppel-Code: A Clone Visualization Tool for Prioritizing Global and Local Clone Impacts" "clone visualization" -"1436" "da013c61539122510e3913fc4922a917" "SPCP-Miner: A tool for mining code clones that are important for refactoring or tracking" "clone visualization" -"1437" "71f7522b0dc8b273fcae676e9f323f8a" "Visual Analysis of Source Code Similarities" "clone visualization" -"1438" "c188af8b5a8f26ae0ec78adbb8793d83" "Dealing with clones in software: A practical approach from detection towards management" "clone visualization" -"1439" "6a8d6163db1b26a9bf2ef4e0d63f1dd0" "CloneCompass: Visualizations for Exploring Assembly Code Clone Ecosystems" "clone visualization" -"1440" "4aaa92a189f9131f3cc09ff3d3f1a6d6" "CCEvovis: A Clone Evolution Visualization System for Software Maintenance" "clone visualization" -"1441" "15b209a8f4251e37611c710ba3047287" "Utilization of code clones in productization process to detect customer-specific differences" "clone visualization" -"1442" "72c43f63fe241b0e654320996514b582" "Visualizing Software Evolution with Code Clones" "clone visualization" -"1443" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "clone visualization" -"1444" "0b358eb927166e476f6cd2d4f7186c88" "VisCad: flexible code clone analysis support for NiCad" "clone visualization" -"1445" "448e5bd3089dbb5fb734991dc67c84a5" "A unified approach to automate the usage of plagiarism detection tools in programming courses" "clone visualization" -"1446" "80e20f71f406a3c8910c1d97ef1e58c4" "Visual Clone Analysis with SolidSDD" "clone visualization" -"1447" "1840bce1c341ff3aafabc15b06ca733e" "Representing clones in a localized manner" "clone visualization" -"1448" "33984a83d8546e0589b79286d9de2849" "Clone-World: A visual analytic system for large scale software clones" "clone visualization" -"1449" "98042f499d2266a60ebfe26222e16cee" "Visualizing the evolution of code clones" "clone visualization" -"1450" "f5ba6240c217e23f24d85f838eea4df6" "CloneMap: A Clone-Aware Code Inspection Tool in Evolving Software" "clone visualization" -"1451" "a4453f969cf7ac11e454537c3040026c" "Visualizing code clone outbreak: An industrial case study" "clone visualization" -"1452" "770c361c70402a3f8a66217a88bec910" "Search Engine Refactoring tool for Code Clone Detection of Static and Dynamic WebPages" "clone visualization" -"1453" "2273d24b19e3353539bce54202318adf" "Visualization of Software Code Clones-A review" "clone visualization" -"1454" "f55e9c6e34c74514e99f9f63075a11f4" "Insight to model clone’s differentiation, classification, and visualization" "clone visualization" -"1455" "f449219182c5ad521545832e66845afc" "A survey on goal-oriented visualization of clone data" "clone visualization" -"1456" "38629eef5a230d0c82d1c07c6798296d" "Insight to Model Clone's Differentiation, Classification, and Visualization" "clone visualization" -"1457" "67e84938d4ed4f8585f554b9494b0842" "A systematic mapping study of clone visualization" "clone visualization" +"id" "title_sha" "title_raw" "year" "class_name" +"1" "518430bb645ae663b7b27c27c64871f9" "An empirical assessment of bellon's clone benchmark" "2015" "benchmark evaluation" +"2" "c86d9cc579652429b576613863bfebf0" "An Empirical Assessment of Bellon's Clone Benchmark.(2015)" "2015" "benchmark evaluation" +"3" "942e2c4eb2e4365c315a7253904caf38" "A code clone oracle" "2014" "dataset creation" +"4" "3e0124f07557dd23c639036ffca3c3a0" "Raters' reliability in clone benchmarks construction" "2017" "dataset creation" +"5" "71c86790e24a1fafa44cd1bb8fb3e6c3" "Towards a curated collection of code clones" "2013" "dataset creation" +"6" "4b47961586dbfa3394458c46265a7fe2" "A dataset of clone references with gaps" "2014" "dataset creation" +"7" "451dfdf19016226f0b728990e2c7e1b0" "Schemes for Labeling Semantic Code Clones using Machine Learning" "2017" "dataset creation" +"8" "6db22d917d39b664378d825355db1a2d" "Mining and analysis of control structure variant clones" "2015" "dataset creation" +"9" "de4a844cb91d6d274444bee955cbb132" "Generating clone references with less human subjectivity" "2016" "dataset creation" +"10" "5774f2b160780e0af7ba74024f5e22d9" "Towards a Big Data Curated Benchmark of Inter-project Code Clones" "2014" "dataset creation" +"11" "9f3ad5f906b584cb1f3f3c56bf40caae" "Detection And Analysis Of Software Clones" "2017" "dataset creation" +"12" "627b8bdb0db9a5c6e4a296605481e61b" "Source code plagiarism detection in academia with information retrieval: Dataset and the observation" "2019" "dataset creation" +"13" "498789a782d62ddcf4c6df30f2e6d257" "How are functionally similar code clones syntactically different? An empirical study and a benchmark" "2016" "dataset creation" +"14" "3de366ab05cd50661798f259981502dd" "Instructor-centric source code plagiarism detection and plagiarism corpus" "2012" "dataset creation" +"15" "a80577489138cd5ec698b4fcc239bb3b" "SemanticCloneBench: A Semantic Code Clone Benchmark using Crowd-Source Knowledge" "2020" "dataset creation" +"16" "9f3e532745d46b7920c41fadf835b2f5" "Large-scale clone detection and benchmarking" "2018" "dataset creation" +"17" "7f5703e6c6e78e2c6f580f583dc970e0" "Collecting and leveraging a benchmark of build system clones to aid in quality assessments" "2014" "dataset creation" +"18" "17092a8722afbef493d3348f756255b8" "A Method for Constructing a Clone Code Case Library Based on Bugs" "2019" "bug related clone dataset creation" +"19" "0d674db7140899180b6af3b322c23ffa" "Benchmarks for software clone detection: A ten-year retrospective" "2018" "clone benchmark" +"20" "cf2fb431ad1a94c52b4127580692c35b" "Code clone benchmarks overview" "2018" "clone benchmark" +"21" "fc306ceba9ae46e1b75b377c917f5665" "A Survey on the Evaluation of Clone Detection Performance and Benchmarking" "2020" "clone benchmark" +"22" "369a3cd5d58029a8d0f486e901285468" "An Empirical Study on Accidental Cross-Project Code Clones" "2020" "accidental clone" +"23" "cb1c6207a8feef50204ff470c3a3e7c7" "Code clone studies in JavaScript applications" "2013" "clone analysis in specific language" +"24" "bd6e29ee5bef438f26467456e1f58810" "Investigation of SQL Clone on MVC-based Application" "2018" "clone analysis in specific language" +"25" "168c231fb20f7b018fcae33bdeaab5a4" "Development nature matters: An empirical study of code clones in JavaScript applications" "2016" "clone analysis in specific language" +"26" "6902cd95cd19655959e22c847e8a4842" "Detecting and analyzing code clones in HDL" "2017" "clone analysis in specific language" +"27" "4db4af16890351ed31e9092cffe467ae" "Common techniques and tools for the analysis of open source software in order to detect code clones: A study" "2014" "analysis based on technique" +"28" "3ee392f88b17ddea55972ae5e7832369" "Effects of Code Cloning in Mobile Applications" "2020" "analysis based on technique" +"29" "e80e74ff4a4588906ccddf0b4237a94d" "A Comparison of Three Popular Source code Similarity Tools for Detecting Student Plagiarism" "2019" "analysis based on technique" +"30" "71fca5c2b53b6be8fba228d98c616245" "A comparison of similarity techniques for detecting source code plagiarism" "2014" "analysis based on technique" +"31" "d092af7346549172f85621068f84391a" "Can clone detection support test comprehension?" "2012" "analysis based on technique" +"32" "e1f4dfac28261affcf9bbac98748e2ae" "Software clone detection and refactoring" "2013" "analysis based on technique" +"33" "0cfe65f06c0d97d4a52c5a2c1e294e0f" "Lessons learnt in applying automated code plagiarism detection in an introductory programming module" "2016" "analysis based on technique" +"34" "c3913bac9611742aec7153045334aec9" "A comparative study of clone detection tools" "2015" "analysis based on technique" +"35" "92525eb88178158e4b074f6d122f20ac" "Exploring large-scale system similarity using incremental clone detection and live scatterplots" "2011" "analysis based on technique" +"36" "9adfb0a80a7d2c808392911a5d22b17a" "Tracking Method-Level Clones and a Case Study" "2019" "analysis based on technique" +"37" "efbf93223eb30d098d728f5e484f86d7" "Correlation analysis between code clone metrics and project data on the same specification projects" "2018" "analysis based on technique" +"38" "b5425414501baa34bc21981ea7392561" "An Empirical Study of the Copy and Paste Behavior during Development" "2015" "analysis based on technique" +"39" "19936423d1fc3f485ee15c578ca2ff60" "Model analytics for industrial MDE ecosystems" "2020" "analysis based on technique" +"40" "be3d806f2fcc8457bd7434ac948f9b5f" "An analysis of complex industrial test code using clone analysis" "2018" "analysis based on technique" +"41" "a96893f2eaaedbd95bfb684395baa49c" "Performance Evaluation and Comparative Analysis of Code-Clone-Detection Techniques and Tools" "2017" "analysis based on technique" +"42" "72cf7b254f96dee43b967ebe1fdfca3a" "Near-miss software clones in open source games: An empirical study" "2014" "analysis based on technique" +"43" "644fdcd8dbacac90b9074406d4f2f102" "Python source code plagiarism attacks on introductory programming course assignments" "2017" "analysis based on technique" +"44" "4b79dc905a772d6a5de39a59c58b5d09" "Economic Effect of Cloning on Software Maintenance" "2012" "analysis based on technique" +"45" "4dd4c60f0d5c5d6ad93259f157b398f8" "EVALUATION OF TOKEN BASED TOOLS ON THE BASIS OF CLONE METRICS" "2012" "analysis based on technique" +"46" "ad02317e3d8b1b4fefac34402029b030" "Mining Source Code Clones in a Corporate Environment" "2016" "analysis based on technique" +"47" "921d8b0eb3ed6ec7c44860a180a6ce05" "Identifying Source Code Reuse across Repositories Using LCS-Based Source Code Similarity" "2014" "analysis based on technique" +"48" "bde9166b0cd99422cb5a3aaa4fcd4429" "Detecting Plagiarism Patterns in student code" "2019" "analysis based on technique" +"49" "c99f7358a4c5563f491b4181f13fa4be" "What clone coverage can tell" "2012" "analysis based on technique" +"50" "74352031985d4f8bfb6f3da96e79ac4a" "An Experience Report on Analyzing Industrial Software Systems Using Code Clone Detection Techniques" "2012" "analysis based on technique" +"51" "1f09c9710f68541fe5e7b9a3bb920036" "Identification of structural clones victimisation association rule and clump" "2016" "analysis based on technique" +"52" "d2e34574542b7f0ce365caf3b49bfe47" "Similarity of Source Code in the Presence of Pervasive Modifications" "2016" "analysis based on technique" +"53" "5fd6d46a831de7be11a4f9f4bf9c7a65" "Clone Detection on Large Scala Codebases" "2020" "analysis based on technique" +"54" "8f1057aacdec18b9c4538a32371aa2de" "Near-miss clone patterns in web applications: An empirical study with industrial systems" "2013" "analysis based on technique" +"55" "52f4e2e10d7b83e8b29b92453b11e407" "Comparison and evaluation on metrics based approach for detecting code clone" "2011" "analysis based on technique" +"56" "2be2825fa923c1232f580f623f924fc9" "A replication and reproduction of code clone detection studies" "2014" "analysis based on technique" +"57" "59c55cb0a19d53740519cf825f983585" "Evaluating Clone Detection Technique in Multiple Language Programs" "2011" "analysis based on technique" +"58" "396586664424e00609151ccb24387f30" "Clone analysis and detection in android applications" "2016" "analysis based on technique" +"59" "4f71fdc12c38910180cbf224b42495a0" "A quantitative comparison of program plagiarism detection tools" "2017" "analysis based on technique" +"60" "ad8f219025ed6ff7538fcd211fee7e3a" "A study of code cloning in server pages of web applications developed using classic ASP.NET and ASP.NET MVC framework" "2011" "analysis based on technique" +"61" "50c4666c08f9cbf276a5e51dc850dd66" "Collaboration, collusion and plagiarism in computer science coursework" "2014" "analysis based on technique" +"62" "86bfd61c07448c2d771abf2dd7e981b4" "Measuring copying of Java archives" "2014" "analysis based on technique" +"63" "76f0f75f3a80035cf2fa55a8765dfd04" "Cloned and non-cloned Java methods: a comparative study" "2018" "analysis based on technique" +"64" "e67dfa98390c381ab624e89e224657be" "Software plagiarism detection techniques: A comparative study" "2014" "analysis based on technique" +"65" "0683e9fdd8a2c58e809b08688a24aef3" "An empirical study on the impact of duplicate code" "2012" "analysis based on technique" +"66" "df8cafa718729b0e329a73b028e7f7f8" "Investigating Student Plagiarism Patterns and Correlations to Grades" "2017" "analysis based on technique" +"67" "369a3cd5d58029a8d0f486e901285468" "An Empirical Study on Accidental Cross-Project Code Clones" "2020" "analysis based on technique" +"68" "2fe8b738ffa1971df89d67f12288c301" "How accurate is coarse-grained clone detection?: Comparision with fine-grained detectors" "2014" "analysis based on technique" +"69" "c4f125edc1e7420ee5d038068cff8b16" "Cloning in Max/MSP Patches." "2011" "analysis based on technique" +"70" "d032ec6ae563d29b67da173e4d662c43" "Large scale multi-language clone analysis in a telecommunication industrial setting" "2013" "analysis based on technique" +"71" "076b5e928c90e9637fe6c845de14f4b2" "Comprehensively Meld Code Clone Identifier for Replicated Source Code Identification in Diverse Web Browsers" "2020" "analysis based on technique" +"72" "b986fc805a7fd31fb9ad5c2fec1bfebe" "A Comparative Analysis of Clone Detection Tools: Solid SDD and CCFinderX" "2016" "analysis based on technique" +"73" "b47c7869417f1f9aabde6a9b376b5417" "An extended assessment of type-3 clones as detected by state-of-the-art tools" "2011" "analysis based on technique" +"74" "3c7da35d8c436865ca6263ba1d844c35" "Things structural clones tell that simple clones don't" "2012" "analysis based on technique" +"75" "d254a1ff86698505e6fc036835f31579" "Software-Clone Rates in Open-Source Programs Written in C or C++" "2016" "analysis based on technique" +"76" "3fb9bda41dc1f6e7913bba03a121ca91" "Detecting plagiarism in cross-platform mobile applications: Case study: Game application similarity in Symbian platform and Android platform" "2014" "analysis based on technique" +"77" "22fbc22e5fa5a740c9bb352e604ddff3" "An empirical study of identical function clones in CRAN" "2015" "analysis based on technique" +"78" "549c37eee31fe23622e4b620cc822bc6" "Comparison of Token-Based Code Clone Method with Pattern Mining Technique and Traditional String Matching Algorithms In-terms of Software Reuse" "2019" "analysis based on technique" +"79" "d56d4519db0c7bdaa0ebb13823ae44ad" "Clone Type Based Comparison among Code Clone Detection Tools and Techniques" "2016" "analysis based on technique" +"80" "837dc5f1d12dd2d95ab5444b71aa5e91" "Cross-project code clones in GitHub" "2019" "analysis based on technique" +"81" "5ae8f6cc1ffaf5caf77b28918e892aab" "Identification of promoted eclipse unstable interfaces using clone detection technique" "2018" "analysis based on technique" +"82" "f309944aeb9c8c4af972e11b6c9867e6" "An Analysis of Code Sharing in a Large First Year Engineering Course" "2014" "analysis based on technique" +"83" "473dad1e95ebe7855a088129d5b42ce2" "Python Source Code Plagiarism Attacks in Object-Oriented Environment" "2017" "analysis based on technique" +"84" "e287e7116b90d49056c297cbeb83a9ad" "Performance evaluation of clone detection tools" "2015" "analysis based on technique" +"85" "5086f4c42a969763605b4273c9adff1b" "Perceptual Comparison of Source-Code Plagiarism within Students from UK, China, and South Cyprus Higher Education Institutions" "2017" "analysis based on technique" +"86" "7510eb4c1df70f4436a67d3f661a06e7" "Is duplicate code good or bad? an empirical study with multiple investigation methods and multiple detection tools" "2011" "analysis based on technique" +"87" "41a39d9be79ec724ec172a7d1a25b694" "Jupyter Notebooks on GitHub: Characteristics and Code Clones" "2020" "analysis based on technique" +"88" "cca2435dd1e26bfe94c318a9da142d8f" "Procedural x OO-A Corporative Experiment on Source Code Clone Mining" "2017" "analysis based on technique" +"89" "36d8b5a1a4efe761e72ff080012560be" "Introduction of static quality analysis in small- and medium-sized software enterprises: experiences from technology transfer" "2014" "analysis based on technique" +"90" "d8a07b140eb69028612ded342106f7ab" "On the extent and nature of software reuse in open source java projects" "2011" "analysis based on technique" +"91" "1b7c8778b09a0eb064f06d4e2003aef6" "Model Analytics for ASML's Data and Control Modeling Languages" "2019" "analysis based on technique" +"92" "7f432a8ed4fa00d185efc27614ecdcd5" "Towards qualitative comparison of simulink model clone detection approaches" "2012" "analysis based on technique" +"93" "81fac98c1e3a111a55b792bd36e34f53" "Remix and reuse of source code in software production" "2011" "analysis based on technique" +"94" "fb717d1236e6abb96b3db54ecabfac8b" "Code Cloning Habits Of The Jupyter Notebook Community: Code Cloning Habits Of The Jupyter Notebook Community" "2019" "analysis based on technique" +"95" "b4613d5a27833ef7454fe8bb78affd16" "Issues related to the detection of source code plagiarism in students assignments" "2014" "analysis based on technique" +"96" "6cf77eac51e8c42da083ac815f152658" "A case study of TTCN-3 test scripts clone analysis in an industrial telecommunication setting" "2017" "analysis based on technique" +"97" "94c6d37a5a1f6ef8d434fb36a656ff98" "Characterizing Code Clones in the Ethereum Smart Contract Ecosystem" "2020" "analysis based on technique" +"98" "11759285310e37f8e5fd7dd69b26df45" "Code Duplication on Stack Overflow" "2020" "analysis based on technique" +"99" "fdfaa706bb5db2762333a9cc93f83ce5" "Plagiarism detection for Java: a tool comparison" "2011" "analysis based on technique" +"100" "7c5e6ceded9b4dfaf19cb25a8903e3c4" "A comparison of code similarity analysers" "2018" "analysis based on technique" +"101" "ca05da4127639f15d133221bd3970462" "On the Effectiveness of Simhash for Detecting Near-Miss Clones in Large Scale Software Systems" "2011" "analysis based on technique" +"102" "88e4c128de0913220e95f2703f9a186a" "Code Duplication and Reuse in Jupyter Notebooks" "2020" "analysis based on technique" +"103" "bc71aa83da6f48236bec93ce4791122d" "Code cloning in smart contracts: a case study on verified contracts from the Ethereum blockchain platform" "2020" "analysis based on technique" +"104" "d37012b935f48cc86b577136129d0a03" "Code Cloning Habits Of The Jupyter Notebook Community" "2019" "analysis based on technique" +"105" "4a114411eb00a2cd5f7e9cd772455f5e" "Analysis and Removal of Code Clones in Software Product Lines" "2013" "analysis based on technique" +"106" "bda20d2eeb36ca6ce44ee5f14d76e66b" "The effectiveness of low-level structure-based approach toward source code plagiarism level taxonomy" "2018" "analysis based on technique" +"107" "fdbc6b93fb5e9ca96a6df0d1020229cb" "A study of code cloning in server pages of web applications developed using classic asp. net and asp. net mvc framework" "2011" "analysis based on technique" +"108" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "2015" "analysis based on technique" +"109" "26229da486f5cfdae3e318ec1e97ef99" "Measuring code reuse in Android apps" "2016" "analysis based on technique" +"110" "633e31ec682c6428b5799f45901be4cb" "Comparative study of string matching algorithm for detecting plagiarism" "2014" "analysis based on technique" +"111" "9a7f44bd4fbfc1f707ab5ac1c89bdecb" "Identification of Recurring Patterns of Code to Detect Structural Clones" "2016" "discuss simple clones detection can help detect structural clones" +"112" "2ed398ab54b62a29fc3568f292313db9" "Reusability based program clone detection: case study on large scale healthcare software system" "2015" "analysis of clone for healthcare software system - a case study" +"113" "6b63a9583d352b0d598ec05b51cc20f0" "On the characteristics of buggy code clones: A code quality perspective" "2018" "analysis buggy and non-buggy clone characteristics" +"114" "422a310aa2b7bf1b1120d2079ce67736" "On the Relationships between Stability and Bug-Proneness of Code Clones: An Empirical Study" "2017" "relationship analysis between clone stability and bug-proneness" +"115" "76f0f75f3a80035cf2fa55a8765dfd04" "Cloned and non-cloned Java methods: a comparative study" "2018" "clone and non-clone code" +"116" "0683e9fdd8a2c58e809b08688a24aef3" "An empirical study on the impact of duplicate code" "2012" "clone and non-clone code" +"117" "a6ef58c5d4b3590e25d02983954a204a" "A comparative study on vulnerabilities in categories of clones and non-cloned code" "2016" "clone and non-clone code" +"118" "e913f6b3e9811b8bcd9d92f043c4e92a" "Towards Accurate and Scalable Clone Detection using Software Metrics" "2018" "clone and non-clone code" +"119" "8e72ef03ce1f00267e9de334f3183716" "Comparing quality metrics for cloned and non cloned java methods: A large scale empirical study" "2016" "clone and non-clone code" +"120" "e88ebe1ccc0c32a819c4684336f508ac" "Is cloned code older than non-cloned code?" "2011" "clone and non-clone code" +"121" "7510eb4c1df70f4436a67d3f661a06e7" "Is duplicate code good or bad? an empirical study with multiple investigation methods and multiple detection tools" "2011" "clone and non-clone code" +"122" "7b314fb953eb9566f2a1f5f653d9ed4f" "Comparative stability of cloned and non-cloned code: an empirical study" "2012" "clone and non-clone code" +"123" "2d1146420b567585f61e8a049a21faca" "On the stability of software clones: A genealogy-based empirical study" "2013" "clone and non-clone code" +"124" "5616b50d1243f031b111ca62f5d97f50" "Change Impact Analysis of Code Clones" "2018" "clone and non-clone code" +"125" "dfb66c6bc68e9c9bc2d0b6a3f0d021ac" "Dispersion of changes in cloned and non-cloned code" "2012" "clone and non-clone code" +"126" "16043e9a8e46c8614de1a85491b7890b" "Security Vulnerabilities in Categories of Clones and Non-Cloned Code: An Empirical Study" "2017" "clone and non-clone code" +"127" "a0deec5d818d35822e9682829fdaecbe" "Effects of cloned code on software maintainability: A replicated developer study" "2013" "clone and non-clone code" +"128" "6694f6c40fd6ff996f7d1b5a35a3e3b9" "A Comparative Study of Bug Patterns in Java Cloned and Non-cloned Code" "2014" "clone and non-clone code" +"129" "fe4efb2eac99fba9887c783291352ffa" "A comparative study of software bugs in clone and non-clone code" "2017" "clone and non-clone code" +"130" "f531d9b33913bbf9809c19554dae195f" "Comparing Software Bugs in Clone and Non-clone Code: An Empirical Study" "2017" "clone and non-clone code" +"131" "7fecb99d6ae3994667f49f9fa4151d44" "Code reuse in stack overflow and popular open source java projects" "2018" "stackoverflow and github code reuse" +"132" "5086f4c42a969763605b4273c9adff1b" "Perceptual Comparison of Source-Code Plagiarism within Students from UK, China, and South Cyprus Higher Education Institutions" "2017" "different country student comparison" +"133" "ae57feb404f0ebeb21f2d9440c395bb4" "Adrob: Examining the landscape and impact of android application plagiarism" "2013" "analyze the impace of cloned applications on the original authors" +"134" "ae57feb404f0ebeb21f2d9440c395bb4" "Adrob: Examining the landscape and impact of android application plagiarism" "2013" "analysis the landscape of cloned applications" +"135" "d86bf859a542cfbe943eabe3d63c65f8" "Compiling Clones: What Happens?" "2014" "difference between source and compiled code clone detection" +"136" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "2013" "bug and clone relation" +"137" "441197f368a388ef16b47a5032df5303" "On the association between code cloning and fault-proneness: An empirical investigation" "2017" "bug and clone relation" +"138" "796a5bd50228f912cc27732a00e58930" "Clones : what is that smell ?" "2012" "bug and clone relation" +"139" "d2d77ef9f2caef974b1aa490962b4e1d" "Investigating on the impact of software clones on technical debt" "2019" "technical debt analysis" +"140" "79f48520ca0b6c47800955e398947ed8" "An efficient model for measuring maintainability from code cloning and refactoring using regression" "2019" "analysis clone characteristic and software maintainability correlation" +"141" "d6d222fb758047fc54e8bc2683b72811" "Evaluating the E ect of Code Duplications on Software Maintainability" "2012" "analysis clone characteristic and software maintainability correlation" +"142" "67799b680102bc4baf673a6955ff349a" "Effect of clone information on the performance of developers fixing cloned bugs" "2014" "clone influence on developer's bug fix task" +"143" "d808a052d3048c2db650f5b030320c60" "Analyzing software evolution and quality by extracting Asynchrony change patterns" "2017" "anti-pattern and clone and asynchrony change pattern" +"144" "106da74fa3a0213aa02beb48e0180765" "On the analysis of co-occurrence of anti-patterns and clones" "2017" "anti-pattern and clone" +"145" "6694f6c40fd6ff996f7d1b5a35a3e3b9" "A Comparative Study of Bug Patterns in Java Cloned and Non-cloned Code" "2014" "bug analysis" +"146" "fe4efb2eac99fba9887c783291352ffa" "A comparative study of software bugs in clone and non-clone code" "2017" "bug analysis" +"147" "f531d9b33913bbf9809c19554dae195f" "Comparing Software Bugs in Clone and Non-clone Code: An Empirical Study" "2017" "bug analysis" +"148" "b1af4b67021904c66f58960f7c5aebf3" "Bug Replication in Code Clones: An Empirical Study" "2016" "bug analysis" +"149" "1841c9b9b742fecc3d1b0a09bdbcf9b8" "Feature-based detection of bugs in clones" "2013" "bug analysis" +"150" "ff2f6199809c29cdce07235108aa5558" "A Comparative Study of Software Bugs in Micro-clones and Regular Code Clones" "2019" "bug analysis" +"151" "c05a4a49d873c84d37a6deca245b3fc1" "Comparing Bug Replication in Regular and Micro Code Clones" "2019" "bug analysis" +"152" "eedb0735de89b12ba534fc74189ebb9e" "A comparative study on the bug-proneness of different types of code clones" "2015" "bug analysis" +"153" "05882d6deaf76b19ddcfc467e567ce6a" "Bug-proneness and late propagation tendency of code clones: A Comparative study on different clone types" "2018" "bug analysis" +"154" "2c58222be1224a8cc341959d32a43a81" "Understanding the Effects of Code Clones on Modularity in Software Systems" "2012" "clone effect on software modularity" +"155" "b9bfb065d8b853a8ffcdcbb622921bc3" "Fault density analysis of object-oriented classes in presence of code clones" "2015" "fault density analysis" +"156" "485a16e3d41f5ebd09f832f14970c0a1" "Characterizing and evaluating the impact of software interface clones" "2013" "quantify interface clones and evaluate impact on interface design quality" +"157" "60d35d6001ba78e63082aafcb31e5139" "On how often code is cloned across repositories" "2012" "cross repository clone analysis" +"158" "ca269092a06a56cbd8da987a1f4696c7" "Assessing cross-project clones for reuse optimization" "2013" "cross repository clone analysis" +"159" "aab23c3910fcc4e62637cba847589008" "Clone Detection in Test Code: An Empirical Evaluation" "2020" "test clone analysis" +"160" "2dc989f5411259222e99cb84a06a7225" "Beyond plagiarism: an active learning method to analyze causes behind code-similarity" "2014" "analysis of causes of clone" +"161" "c63c2b6c5fe5f936522b3c26066bfe98" "Style analysis for source code plagiarism detection - an analysis of a dataset of student coursework" "2017" "code style influence on clone detection" +"162" "ec712ca4e8cdf1294e70a4d0ba9568e3" "Suitability of BlackBox dataset for style analysis in detection of source code plagiarism" "2017" "code style influence on clone detection" +"163" "f25f392aff45f65aa64292394121b15e" "On the relationships between domain-based coupling and code clones: an exploratory study" "2013" "relationship analysis between domain-based coupling and clone" +"164" "374ffa7f43982745527bd1b1047429ba" "Exploring code clones in programmable logic controller software" "2017" "apply clone technique on real-world software system" +"165" "dd440f203ff202ba6e593fd77dc12bc2" "An empirical study of the impacts of clones in software maintenance" "2011" "clone's impact on software maintenance" +"166" "abf45e039617a110f6a401d9a033b9fd" "Software cloning in extreme programming environment" "2014" "clone's impact on software maintenance" +"167" "c7e3c2261576dfb28fe6817ed7101ec6" "A Guided Tour of the Legal Implications of Software Cloning" "2016" "software clone law" +"168" "1fbb1275f753d1c47a5faeba711e9e37" "An Exploratory Study on Interface Similarities in Code Clones" "2017" "interface similarity and clone relationship" +"169" "4a03e148557eaea9681aede7e9d2aecc" "Benefits and drawbacks of source code plagiarism detection in engineering education" "2018" "benefits and drawbacks of clone detection" +"170" "cf0cf582b6bee03a172156d8e1bec301" "Uncovering access control weaknesses and flaws with security-discordant software clones" "2013" "analysis of security-discordant clones" +"171" "2037d7dc14caf08da700c63694fbdba3" "An empirical study on how project context impacts on code cloning" "2018" "project context's influence on clone" +"172" "d0d99d535715a0af4b0390028b2ce0da" "Analyzing the effect of preprocessor annotations on code clones" "2011" "preprocessor annotation influence on clone" +"173" "802ab123a7c8b8da35994ac23927771d" "CloneDifferentiator: Analyzing clones by differentiation" "2011" "difference of clones" +"174" "4a4d58dbda2d15711075047449356ed0" "Distilling useful clones by contextual differencing" "2013" "difference of clones" +"175" "0eb603aa532e84216216131950dd74ea" "CloneDiff: semantic differencing or clones" "2011" "difference of clones" +"176" "0c7b8bd6db37229d301716a5b1623651" "Towards an analysis of who creates clone and who reuses it" "2014" "clone and developer difference" +"177" "26c3cf12bfe82042be21e768af52f8e5" "Assessing the Quality of Software Development Tutorials Available on the Web" "2019" "analysis of code clone in posts" +"178" "9a20b03ae6dba2c2c126f79a2cac74cb" "Investigating Vector-Based Detection of Code Clones Using BigCloneBench" "2018" "comparison of different vectorization algorithms" +"179" "498789a782d62ddcf4c6df30f2e6d257" "How are functionally similar code clones syntactically different? An empirical study and a benchmark" "2016" "syntactic difference of functional clones" +"180" "32d2a1f58cab28eb5c20b8d7ab3a39b3" "Analyzing the Robustness of Clone Detection Tools Regarding Code Obfuscation" "2012" "influence of obfuscation on clone detection" +"181" "2e3acda576a00aabe4c9c4e4a3d9daad" "On the robustness of clone detection to code obfuscation" "2013" "influence of obfuscation on clone detection" +"182" "58651b9306cb82b3ed0bde47d36d7b84" "Effects of code obfuscation on android app similarity analysis" "2015" "influence of obfuscation on clone detection" +"183" "f2cc388d2f958878a15b73b918b8f1ef" "The Impact of Programming Languages in Code Cloning" "2012" "different languages influence on code clone" +"184" "c4f125edc1e7420ee5d038068cff8b16" "Cloning in Max/MSP Patches." "2011" "clone in patches" +"185" "252eb5af5714ab1f67fc635891b3757d" "How we know the practical impact of clone analysis" "2014" "practical impact of clone detection" +"186" "3c7da35d8c436865ca6263ba1d844c35" "Things structural clones tell that simple clones don't" "2012" "structural clone vs simple clone" +"187" "5a9abf8624b11b698b3ec559fe364eab" "Viewing simple clones from structural clones' perspective" "2011" "structural clone vs simple clone" +"188" "dbdb5d797a2760b93eb46d280d92a32f" "We have all of the clones, now what? Toward integrating clone analysis into software quality assessment" "2012" "research direction explanation" +"189" "9432a722eecb896879aacef8a90586ae" "On the feasibility of detecting cross-platform code clones via identifier similarity" "2016" "identifier similarity for cross-platform clone detection" +"190" "625e898660e28c7d25180102d7412b92" "Evaluating the performance of LSA for source code plagiarism detection" "2012" "parameter importance for LSA method in clone detection" +"191" "0e6ef222c17d47a28ebdbf367c29eab6" "Code clones in Rhino: A case study" "2012" "software metrics and clone correlation" +"192" "23d69eb7ca706bf67e1478e49a55e637" "A case study on applying clone technology to an industrial application framework" "2012" "apply clone technique on industry application" +"193" "55516ac5fa572cc2ac6c8077359c05ad" "Evaluation of similarity metrics for programming code plagiarism detection method" "2011" "similarity metrics evaluation" +"194" "88cd93de405dd23a18bc95666dc1c5a6" "Evaluation of different Parameters to Detect the Code Similarity" "2015" "comparison of different distance measurement methods" +"195" "9a20b03ae6dba2c2c126f79a2cac74cb" "Investigating Vector-Based Detection of Code Clones Using BigCloneBench" "2018" "comparison of different distance measurement methods" +"196" "f0c249d8233f85860cc80c21b57d514c" "Rearranging the order of program statements for code clone detection" "2017" "influence of rearrange statement order on clone detection" +"197" "e873b6f0f69a8d66e38345455e9f0e8f" "Effects of Code Clone on Software Quality" "2019" "effect on software quality" +"198" "08fbed5f496aad03457558844f092693" "Cloning: the need to understand developer intent" "2013" "clone and developer intent" +"199" "2d8182d7a642015b29b6ec730cf66657" "Student perspectives on plagiarism in computing" "2012" "clone and developer intent" +"200" "75e1a7632c5eda20a0c31a98106d5a59" "What do practitioners ask about code clone? a preliminary investigation of stack overflow" "2015" "clone and developer intent" +"201" "9f968ddb85e2fe87805faf3d874fe011" "Student perspectives on source code plagiarism" "2013" "clone and developer intent" +"202" "7511fa3f355d530b6d63ae86c7e7e2f9" "Cloning practices: Why developers clone and what can be changed" "2012" "clone and developer intent" +"203" "11a43a691e39c66060c74bc5211582d5" "Dealing with plagiarism in introductory programming" "2015" "clone and developer intent" +"204" "e61c04b9be62c16195cb327d866561a4" "Survey based analysis of effect of code clones on software quality" "2015" "clone and developer intent" +"205" "dceb2b9cca00b83bd002da9f86fc9f68" "Empirical investigation of causes and effects of code clones" "2014" "clone and developer intent" +"206" "43315c9a1ccad60bc6afdabf0d2b5a38" "Source code plagiarism — a student perspective" "2011" "clone and developer intent" +"207" "4648a454d649b970c553634012fe5ca9" "Source-code plagiarism in universities: a comparative study of student perspectives in China and the UK" "2014" "clone and developer intent" +"208" "42444c1b7ce627881e181029f1a610b6" "Code clones and developer behavior: results of two surveys of the clone research community" "2016" "clone and developer intent" +"209" "353c5ac3a86435607f5b2a2d83e55cff" "The issue of (software) plagiarism: A student view" "2012" "clone and developer intent" +"210" "5b4f170d1fd5d3c38cf4498511e6834e" "An Industrial Study on Developers' Prevalent Copy and Paste Activities" "2017" "clone and developer intent" +"211" "dceb2b9cca00b83bd002da9f86fc9f68" "Empirical investigation of causes and effects of code clones" "2014" "clone categorization" +"212" "a99cffd2073090a176bdfa5b6e22ff2c" "Filtering clones for individual user based on machine learning analysis" "2012" "clone usefulness" +"213" "732cee0b4e98f3684b2e9df9a422474b" "Challenges in Behavioral Code Clone Detection" "2016" "challenge in clone detection" +"214" "8d73b018ef22f54ac05bc06dfffecab2" "Challenges of the dynamic detection of functionally similar code fragments" "2012" "challenge in clone detection" +"215" "34a60685cede0113dc17014073af126c" "Code Clone v/s Model Clones: Pros and Cons" "2014" "introduction and comparison of code clone and model clone" +"216" "2ecae0b0446334f573c9812b33e705c8" "Evaluating the effect of code duplications on software maintainability" "2013" "cost of software maintainability" +"217" "99da5206f03778b2a3bebe504b55b288" "Why and how to control cloning in software artifacts" "2011" "cost of software maintainability" +"218" "641dd363471ea05030cc61d3ee97399d" "A hybrid approach for detection of Type-1 software clones" "2017" "clone detection technique" +"219" "546b65f37cea4bbd69674b792d051d32" "An effective software clone detection using distance clustering" "2013" "clone detection technique" +"220" "9d359be19e3ddef5e6956cb269b12537" "Evaluating the performance of lsa for source-code plagiarism detection" "2012" "clone detection technique" +"221" "537c937347b3018dd5949e14c4d9226f" "Clones clustering using K-means" "2016" "clone detection technique" +"222" "e7814e4f47f37fc43692f814923c2710" "JSidentify: A Hybrid Framework for Detecting Plagiarism Among JavaScript Code in Online Mini Games" "2020" "clone detection technique" +"223" "6a5e4e85863d347c64097a8a3b138956" "Plagiarism detection among source codes using adaptive local alignment of keywords" "2011" "clone detection technique" +"224" "821559618637d71efb4af544683024af" "Sequence Data Mining Approach for Detecting Type-3 Clones" "2016" "clone detection technique" +"225" "f30eace55171010cad7b3819a611282c" "CCLearner: A deep learning-based clone detection approach" "2017" "clone detection technique" +"226" "a15bcc6b64aa24ac508a6590cfa12f81" "Large‐scale inter‐system clone detection using suffix trees and hashing" "2014" "clone detection technique" +"227" "0013fb02ed52d1c519ea991cab611faf" "Detection of source code plagiarism using machine learning approach" "2012" "clone detection technique" +"228" "1ffafca89fb7900b06792191b710c093" "A novel optimized path-based algorithm for model clone detection" "2014" "clone detection technique" +"229" "eb32c193b96f2f743ff19db45fecb696" "Code clone detection experience at microsoft" "2011" "clone detection technique" +"230" "057490f9b8ed3b29a09715c005592b68" "Similarity Code File Detection Model Based on Frequent Itemsets" "2018" "clone detection technique" +"231" "5a3d3c42f6706dbc264d4ec8b425075e" "Clone Detection Techniques for JavaScript and Language Independence: Review" "2020" "clone detection technique" +"232" "1b07547ed273466a4eaafc911ded5ce4" "Semantic code clone detection using abstract memory states and program dependency graphs" "2018" "clone detection technique" +"233" "a6fe440e76018e4589517f1876c906dc" "Classification of file duplication by hierarchical clustering based on similarity relations" "2017" "clone detection technique" +"234" "bb4b871447463d98fe3ea5f23593f5fc" "Detection of semantically similar code" "2014" "clone detection technique" +"235" "178d1aba2e9eb5083006135027858273" "Detecting Approximate Clones in Business Process Models" "2014" "clone detection technique" +"236" "7c8c4df506fdad983fe0d6036810523e" "A metrics - based data mining approach for software clone detection" "2012" "clone detection technique" +"237" "fdd37dda1a8a0d0c44efbde6a27a7ffd" "Cloneworks: A fast and flexible large-scale near-miss clone detection tool" "2017" "clone detection technique" +"238" "c375b061aea3792713bcd0985b369e63" "Identifying code clones with refactorerl" "2016" "clone detection technique" +"239" "6cede79bfa4d6ca33f97946da452175b" "DebCheck: Efficient checking for open source code clones in software systems" "2011" "clone detection technique" +"240" "0c6c4fe8467801020004bff608f7eca9" "Component-based experimental testbed to faciltiate code clone detection research" "2017" "clone detection technique" +"241" "861aea2179a85e5225cc94fe8b79573d" "The NiCad clone detector" "2011" "clone detection technique" +"242" "a4d61555eb6343444cdfa6c698b46c70" "Clone detection: a graph-based approach" "2012" "clone detection technique" +"243" "465e216ec466f68ef11c36c782dc50ae" "An accurate estimation of the levenhtein distance using metric trees and manhattan distance" "2012" "clone detection technique" +"244" "ac718e298fd9fbbb9ac58090e31fe5dd" "Generic Code Clone Detection Model for Java Applications" "2020" "clone detection technique" +"245" "bbd3bd60062eaedc224180e9cd75f3dc" "NiCad+: Speeding the Detecting Process of NiCad" "2020" "clone detection technique" +"246" "09a29bb02c1a95887f776c082723c841" "Comprehensive similarity measurement model based on three algorithms" "2014" "clone detection technique" +"247" "d80c3b24d33b673bbb76d7f2b43f992c" "Abstract Syntax Tree Generation using Modified Grammar for Source Code Plagiarism Detection" "2014" "clone detection technique" +"248" "658f395b9b17f9cac7965f7656910848" "Process model improvement for source code plagiarism detection in student programming assignments" "2016" "clone detection technique" +"249" "2597cee930440e156c7d3f4b90786a21" "Andarwin: Scalable detection of semantically similar android applications" "2013" "clone detection technique" +"250" "b98806d8a62fc011fbcd45abc49360e9" "An iterative genetic algorithm based source code plagiarism detection approach using NCRR similarity measure" "2018" "clone detection technique" +"251" "68dd1a88d0d3ca7b3c2dc7f200c2ef9f" "Software for plagiarism detection in computer source code" "2012" "clone detection technique" +"252" "3f7586d72614c9b681e34baa81835577" "Siamese-Based BiLSTM Network for Scratch Source Code Similarity Measuring" "2020" "clone detection technique" +"253" "353070fd31127f9d0d679a1aeb1d4eca" "Detecting the High Level Similarities in Software Implementation Process Using Clone Miner." "2013" "clone detection technique" +"254" "a0f4c6c3d2f334c8ff63d84bd2013955" "Automated type-3 clone oracle using levenshtein metric" "2011" "clone detection technique" +"255" "b584a53b71fa01347b2481a47d3c8291" "Integrating source code plagiarism into a virtual learning environment: benefits for students and staff" "2013" "clone detection technique" +"256" "6992c3aded9e33f34e723cf3ebcfb414" "An Efficient Technique for Detecting & Analyzing Structural Clones from Software Libraries" "2013" "clone detection technique" +"257" "4c940873fad04b429c0e83507246aff7" "Enhancing program dependency graph based clone detection using approximate subgraph matching" "2017" "clone detection technique" +"258" "4bbbde0ca99fd4c072fa033d6ec97e71" "Code clone detection using coarse and fine-grained hybrid approaches" "2015" "clone detection technique" +"259" "5a4be2cf74a07ef30562cae63f21dea7" "On the Effect of Minimum Support and Maximum Gap for Code Clone Detection - An Approach Using Apriori-based Algorithm -" "2017" "clone detection technique" +"260" "8669314c2fe6111de5437b1e3a519d54" "A HYBRID TECHNIQUE FOR SOFTWARE CLONE DETECTION BY USING TOKEN BASED AND LINE BASED APPROACH" "2018" "clone detection technique" +"261" "5a7444520fcf1554ee4d5ba8d558687b" "BinMatch: A Semantics-Based Hybrid Approach on Binary Code Clone Analysis" "2018" "clone detection technique" +"262" "115aed5955c409ca6160df18ac388b33" "Towards a cognizant virtual software modeling assistant using model clones" "2019" "clone detection technique" +"263" "c11fe74e7440e9ace68376713d2c26a2" "A Hybrid Method for Detecting Source-code Plagiarism in Computer Programming Courses" "2013" "clone detection technique" +"264" "20b37bb3d36f1ed99f19ea8845ee391a" "Neural Detection of Semantic Code Clones Via Tree-Based Convolution" "2019" "clone detection technique" +"265" "dc46a9a95cd75fe3cc6a6b4d9eab2818" "An efficient type 4 clone detection technique for software testing" "2019" "clone detection technique" +"266" "1df1b907cb21291f06dc1d995a2cda0d" "An improved method for tree-based clone detection in Web Applications" "2014" "clone detection technique" +"267" "3856824ba9fc777f611cde8ca3b5dfe8" "Detecting Code Clones with Gaps by Function Applications" "2017" "clone detection technique" +"268" "cfac35aa50bcf42d1b1535b605d946af" "Code Clone Detection by Evaluating Combinations of Software Metrics" "2014" "clone detection technique" +"269" "6c4a3c92f4e0549469433a3ebc551fbc" "Vul-Mirror: A Few-Shot Learning Method for Discovering Vulnerable Code Clone" "2020" "clone detection technique" +"270" "056c3a0fbf36b653c58ab0e7739ae454" "Unsupervised learning based approach for plagiarism detection in programming assignments" "2017" "clone detection technique" +"271" "a5e84a61399d74b006e61854c42a848e" "Binary code reuse detection for reverse engineering and malware analysis" "2015" "clone detection technique" +"272" "fd420998fe7e1d093db1fc26ec4a8661" "Value-based program characterization and its application to software plagiarism detection" "2011" "clone detection technique" +"273" "ddbe15b26c0888b0fef19354d3a5ebe7" "Eclone: Detect semantic clones in ethereum via symbolic transaction sketch" "2018" "clone detection technique" +"274" "5939735cea0b793bc156ea600b016e1e" "Plagiarism detection in learning management system" "2017" "clone detection technique" +"275" "22d859d68bd635ebbb206447d321cbf8" "A Fast Detecting Method for Clone Functions Using Global Alignment of Token Sequences" "2020" "clone detection technique" +"276" "2bdc4ead169b0e7e541167c941e11450" "Comparison of Token-Based Code Clone Method with Pattern Mining Technique and Traditional String Matching Algorithms In- terms of Software Reuse" "2019" "clone detection technique" +"277" "c1ccf16d16b6a4bb426e43beb836f8a6" "A novel approach for detecting type-iv clones in test code" "2019" "clone detection technique" +"278" "758bcabd35124908148a9904543a4d86" "Positive and unlabeled learning for detecting software functional clones with adversarial training" "2018" "clone detection technique" +"279" "ce881a602513ac714c14eafeaf38dd7f" "Semantic Clone Detection via Probabilistic Software Modeling" "2020" "clone detection technique" +"280" "7b8de7a43244595c1fbb44beda092054" "Detection of Clones in Sparse and Dense Data Sets Using Efficient Data Mining Techniques: A Comparative Study" "2014" "clone detection technique" +"281" "bebaa6376d24b4182029f218fe52ba55" "A machine learning based tool for source code plagiarism detection" "2011" "clone detection technique" +"282" "a9a352a4dba44a9926a3f6be163a177b" "Textual and Metric Analysis to Figure out all Types of Clones: In Detection Method" "2014" "clone detection technique" +"283" "2462d32bffae29b0380be7677bfcf9e7" "AN AUTOMATIC METHOD OR STATEMENT LEVEL PLAGIARISM DETECTION IN SOURCE CODE USING ABSTRACT SYNTAX TREE" "2013" "clone detection technique" +"284" "2e6661b378fb2cc23ad746986bb93aca" "Enhancing Generic Pipeline Model for Code Clone Detection using Divide and Conquer Approach" "2015" "clone detection technique" +"285" "588ee799ba600f8979206cf0b24ddafc" "Study and Analysis of Object-Oriented Languages using Hybrid Clone Detection Technique" "2017" "clone detection technique" +"286" "d776e7a69e0dceceb8359cd9f9f12cde" "A code clone curation - Towards scalable and incremental clone detection -" "2019" "clone detection technique" +"287" "8bb4405a89ed7d600a7bc0657c3842ce" "Resource requirement prediction using clone detection technique" "2013" "clone detection technique" +"288" "0b4f142bf34be1347455eaa458fe995a" "Near-miss model clone detection for Simulink models" "2012" "clone detection technique" +"289" "940e5701f1abd8f471715ddfddb5e3fa" "Case study on semantic clone detection based on code behavior" "2014" "clone detection technique" +"290" "a5cc80c40d43d71e51ad6e727d6601c6" "Abstract Syntax Tree Based Clone Detection for Java Projects" "2012" "clone detection technique" +"291" "95fb7a24107d7aed6b4c390970137a34" "A Review: Clone Detection in Web Application Using Clone Metrics" "2014" "clone detection technique" +"292" "7cc843f40f1e2445f450c8aaae39ff1e" "Code Relatives: Detecting Similar Software Behavior" "2015" "clone detection technique" +"293" "56935fa1bf1280540e8a9d1e1a1b23c4" "A Metrics-Based Data Mining Approach for Software Clone Detection" "2012" "clone detection technique" +"294" "e07c20a0c9d2912f13e77896824a93d8" "Semantic Clone Detection: Can Source Code Comments Help?" "2018" "clone detection technique" +"295" "d6ad79d7bf995462f218cc4a2c932e7b" "Automated detection of source code plagiarism" "2015" "clone detection technique" +"296" "fc7fea0d9baf1c94879d00615df50434" "A hierarchical method for detecting codeclone" "2011" "clone detection technique" +"297" "9ec94d043372f62532bce0f2b5ba169b" "Measuring Source Code Similarity by Finding Similar Subgraph with an Incremental Genetic Algorithm" "2016" "clone detection technique" +"298" "c1bd165c099594dfd8a264500eeea5c0" "Code Clone Detection Using Hybrid Approach" "2017" "clone detection technique" +"299" "8d3b5743f92f0d550e9870c145d59bf9" "Active clones: Source code clones at runtime" "2014" "clone detection technique" +"300" "272b8ca9c85653696079f8142e494454" "Wukong: A scalable and accurate two-phase approach to android app clone detection" "2015" "clone detection technique" +"301" "a8c208d24c5543de6047f1162c3a5cd9" "Improved plagiarism detection algorithm based on abstract syntax tree" "2013" "clone detection technique" +"302" "74d97fa345728688af8e5205012c8282" "Multi-Agent based Sequence Algorithm for Detecting Plagiarism and Clones in Java Source Code using Abstract Syntax Tree" "2014" "clone detection technique" +"303" "308206e8a6a98185ede659e0f6657536" "A Fuzzy R Code Similarity Detection Algorithm" "2014" "clone detection technique" +"304" "503c7ea4cac05675a5e3cfe3b88de57b" "Synthesis Algorithm of Homologous Detection Based on Analytic Hierarchy Process" "2011" "clone detection technique" +"305" "13ed524a14318d7ed407e4b97fd89620" "Functionally Equivalent Clone Detection Using IOT-Behavior Algorithm" "2013" "clone detection technique" +"306" "7db92276b2b9c3260a94dfed7ca102ac" "Scalable and accurate detection of code clones" "2016" "clone detection technique" +"307" "6c8320f66a01b0e279581d1986f6bd88" "Code clones detection using machine learning technique: Support vector machine" "2016" "clone detection technique" +"308" "6923c1a06a69876b4a37911d7d3c2239" "Type 2 clone detection on ASCET models" "2012" "clone detection technique" +"309" "10a99bc6c802913e2e5d3cac82fe70a4" "Incremental Code Clone Detection: A PDG-based Approach" "2011" "clone detection technique" +"310" "22328af856f8d74985fad32d04eaac0b" "One pass preprocessing for token-based source code clone detection" "2014" "clone detection technique" +"311" "d2a13538afc89d8a61eafb88c50a9735" "Intensification of Software Security using Secure Obfuscation with Injecting and Detecting Code Clones" "2019" "clone detection technique" +"312" "6d9ebd7b841f3ae75127cc917ba3d0bc" "Abstract Syntax Trees with Latent Semantic Indexing for Source Code Plagiarism Detection" "2012" "clone detection technique" +"313" "09749140a7e39da86991862107365c1c" "A Language Independent Approach for Method Level Clone Detection Using Fingerprinting." "2012" "clone detection technique" +"314" "2a2156b0cf5255a0da002e454cfb6d97" "DroidSD: An Efficient Indexed Based Android Applications Similarity Detection Tool" "2020" "clone detection technique" +"315" "8df2ad4748b631892809f630f5ece878" "Go-Clone: Graph-Embedding Based Clone Detector for Golang" "2019" "clone detection technique" +"316" "c058d9e733c9995a597aa74a4b1f0224" "Copy Detection among Programs Using Extreme Learning Machines" "2015" "clone detection technique" +"317" "5b171befbe9500015e079acf770ee61a" "Scaleable Code Clone Detection" "2014" "clone detection technique" +"318" "a1b6325d971f30b3ab71ed7381f04a39" "CBCD: Cloned buggy code detector" "2012" "clone detection technique" +"319" "5aae45b44e44483462b84a18472bc004" "CPDP: A robust technique for plagiarism detection in source code" "2013" "clone detection technique" +"320" "93709872d9ee2ba2e95fea5d381bd533" "Semantically Enhanced Code Clone Refinement Algorithm Based on Analysis of Multiple Detection Reports" "2011" "clone detection technique" +"321" "5ab308330a0449b486ef2e1b3246a01e" "Enhancing code clone detection using control flow graphs" "2019" "clone detection technique" +"322" "f29ed14825ec1bb490f534f3ed78dd1d" "Detecting refactorable clones by slicing program dependence graphs" "2014" "clone detection technique" +"323" "1f3b6e016507c4adf936a4d30030af45" "Structural Function Based Code Clone Detection Using a New Hybrid Technique" "2018" "clone detection technique" +"324" "f45656d599fb536705a436dae5ed95b1" "A function level Java code clone detection method" "2019" "clone detection technique" +"325" "f5e3018b4f9721870dc4b4c51d41de14" "A coding style-based plagiarism detection" "2012" "clone detection technique" +"326" "9857bc01e6b8520e13e7cada9b018c81" "Detecting semantic method clones in Java code using method ioe-behavior" "2013" "clone detection technique" +"327" "e19ab99de6fa61e8f2a92548cc7f6b63" "A Scalable and Accurate Approach Based on Count Matrix for Detecting Code Clones and Aspects" "2012" "clone detection technique" +"328" "7a04994a7d81f694abe5905f1e0f5195" "Oreo: detection of clones in the twilight zone" "2018" "clone detection technique" +"329" "fdfd8a380888b184874f778aa2ecf136" "EncCD: A framework for efficient detection of code clones" "2019" "clone detection technique" +"330" "b708f5f2d67715c5bcb13e38952ca7df" "Intelligent token-based code clone detection system for large scale source code" "2019" "clone detection technique" +"331" "28d3f1f6fec96fe31c5424c9f1eae2cc" "Big data clone detection using classical detectors: an exploratory study" "2015" "clone detection technique" +"332" "5254bd89b84de92f610ff257dad5ca05" "Efficient Code Clone Analysis to Detect Vulnerability in Dynamic Web Applications" "2016" "clone detection technique" +"333" "6ac08d5f4662538b0a4bcb0f3461bd64" "SCVD: A New Semantics-Based Approach for Cloned Vulnerable Code Detection" "2017" "clone detection technique" +"334" "e150343775a6bf6d688f2e715b3c1cbf" "A NOVEL CONSTRUCTION OF ONTOLOGY DESIGN FOR CODE CLOINING" "2017" "clone detection technique" +"335" "81c8a859949aa1ae8e0263c4a4a9805b" "Robust parsing of cloned token sequences" "2014" "clone detection technique" +"336" "95ccb8a7ebb5bcb7df8e6dada69465af" "Towards Semantic Clone Detection via Probabilistic Software Modeling" "2020" "clone detection technique" +"337" "105641c8f9290788842f570b3abe3eda" "CodeBlast: a two-stage algorithm for improved program similarity matching in large software repositories" "2013" "clone detection technique" +"338" "a0d347cae089fc89623db2eb97b1d3d5" "DT: an upgraded detection tool to automatically detect two kinds of code smell: duplicated code and feature envy" "2018" "clone detection technique" +"339" "427055872c3cf063aa5bcd4d9e27d520" "CloneTM: A Code Clone Detection Tool Based on Latent Dirichlet Allocation" "2019" "clone detection technique" +"340" "5d917cbd1461271350c387571ae2993b" "On the detection of code clones with sequence of method calls" "2016" "clone detection technique" +"341" "066e05132a2e0129843a70b56fcb6cda" "Enhanced Technique to Identify Higher Level Clones in Software" "2014" "clone detection technique" +"342" "a6b2c8f6403d24c4474964c6db88fbdc" "Large-scale inter-system clone detection using suffix trees" "2012" "clone detection technique" +"343" "29279871dfa56ab2d988f2b41ea5175a" "Clone Detection in Isabelle Theories" "2016" "clone detection technique" +"344" "ea533dda8307a68d2eccdad790965a28" "Siamese: scalable and incremental code clone search via multiple code representations" "2019" "clone detection technique" +"345" "1b68d3d102e092568e30afe91fd90374" "A Token Oriented Measurement Method of Source Code Similarity" "2014" "clone detection technique" +"346" "ed13bbfc007282075a02f80a50172ac5" "Detection of Code Clones" "2018" "clone detection technique" +"347" "8a2fd09d4185e922606aaf6a1db02278" "Syntax Trees and Information Retrieval to Improve Code Similarity Detection" "2020" "clone detection technique" +"348" "f901a462355316c49bf8dc60afd2fcb3" "Code similarity detection through control statement and program features" "2019" "clone detection technique" +"349" "4e026596b35a1cdec3a981006e4acc89" "A Review of Clone Detection in UML Models" "2015" "clone detection technique" +"350" "2bfbbc8f2e753abbfc5f227b529f0830" "Software Clone Detection Based on Context Information" "2017" "clone detection technique" +"351" "e4716d0b3ad8910c66ede680a3e81f85" "Clone Detection for Ecore Metamodels using N-grams." "2018" "clone detection technique" +"352" "fa711d7362fe8a2c290fb55552610364" "Method-level Code Clone Detection for Java through Hybrid Approach" "2017" "clone detection technique" +"353" "8cccfbceaa84b7418509ce3a21fa209c" "A Novel Approach to Detect Code Clone" "2020" "clone detection technique" +"354" "72e41869080073853b7cef985a003f82" "Detecting source code similarity using compression" "2019" "clone detection technique" +"355" "56f73b1650258fc8aa473704544d939d" "A conceptual framework for clone detection using machine learning" "2018" "clone detection technique" +"356" "ebc37cc4512fc51f19c9b19a214d0cd7" "A Clone Detection Approach for a Collection of Similar Large-Scale Software Products" "2012" "clone detection technique" +"357" "da5996428d0483cb199ac88b20cf33a9" "A detection framework for semantic code clones and obfuscated code" "2018" "clone detection technique" +"358" "573f571c0090d9cf3fdd856002c7c7e9" "Shuffling and randomization for scalable source code clone detection" "2012" "clone detection technique" +"359" "4cd5e16b7e9eb323e619ad5200e4faf8" "Dictionary based approach to detect cross language clones of c and Java language" "2018" "clone detection technique" +"360" "79de18057685f2a550f8b762c6689c00" "Cross language higher level clone detection-between two different object oriented programming language source codes" "2014" "clone detection technique" +"361" "e2c9cbd39e08d85554d69ee07e9510da" "ES‐Plag: Efficient and sensitive source code plagiarism detection tool for academic environment" "2019" "clone detection technique" +"362" "cb017cdca8721af89f0b25965abdaf2e" "Code clone detection using decentralized architecture and code reduction" "2015" "clone detection technique" +"363" "2e2727b400c011f41ba12b978882cca4" "CMCD: Count Matrix Based Code Clone Detection" "2011" "clone detection technique" +"364" "22124de0d5b196d65e6440bdd1c0644e" "TAPS: A MOSS extension for detecting software plagiarism at scale" "2016" "clone detection technique" +"365" "2f093db0c5809e13764801a00e08fc41" "Achieving accuracy and scalability simultaneously in detecting application clones on Android markets" "2014" "clone detection technique" +"366" "f369e028137a907d63580ec3f37d7a86" "MISIM: An End-to-End Neural Code Similarity System" "2020" "clone detection technique" +"367" "c01791b38035ea64deea4de2322f3ce7" "CAR: Dictionary based software forensics method" "2016" "clone detection technique" +"368" "827f78689d20dd7b7ca20dee5baea9dc" "A parallel and efficient approach to large scale clone detection" "2015" "clone detection technique" +"369" "0d286430d7aa291a52222f6c5bb8c1e1" "Source code representations for plagiarism detection" "2018" "clone detection technique" +"370" "916f106f8111accbd44cfb73bc701417" "Program logic based software plagiarism detection" "2014" "clone detection technique" +"371" "5ccdddb39b69e2a1cd9a2a5e8d4dd6ea" "Presenting an alternative source code plagiarism detection framework for improving the teaching and learning of programming" "2013" "clone detection technique" +"372" "74ca04852a4c8a8f2e7b889a90f61f8b" "Clone detection using rolling hashing, suffix trees and dagification: A case study" "2012" "clone detection technique" +"373" "40dcc75ffd5f3058117984eb0f06aeb2" "Program similarity detection with checksims" "2015" "clone detection technique" +"374" "0b5af669146df417da0ed4de710dbb03" "Clone Detection Using DIFF Algorithm For Aspect Mining" "2012" "clone detection technique" +"375" "3fdd2d8b94d7f95aa2f1dd9d424bdfe6" "Towards flexible code clone detection, management, and refactoring in IDE" "2011" "clone detection technique" +"376" "5b0aebbfa21d26f08f25673c2eb4a705" "Detecting approximate clones in process model repositories with apromore" "2012" "clone detection technique" +"377" "35b83e1522b63172747d3d687d2f8f29" "Code clone detection using object oriented metrics" "2020" "clone detection technique" +"378" "2ffd9eefe9f225b13030a9fabf7bbc65" "AuDeNTES: Automatic detection of teNtative plagiarism according to a rEference solution" "2012" "clone detection technique" +"379" "4e0c34572b71f9615f8e0c0b2775f90a" "Leveraging a corpus of natural language descriptions for program similarity" "2016" "clone detection technique" +"380" "85462c54cd1acf8c62ebcbd4b30c6295" "SOURCE CODE OPTIMIZER USING LOCAL OPTIMIZATION APPROACH FOR JAVA BASED GENERIC CODE CLONE DETECTION" "2019" "clone detection technique" +"381" "0b2e80f1d8a0e7de5f2c593980db3a4a" "Clone detection in Matlab Stateflow models" "2014" "clone detection technique" +"382" "3fc59210f3daaecf503cacaf96715266" "Source code plagiarism detection using a graph-based approach" "2011" "clone detection technique" +"383" "48b9049352f298a71c57643a00b33a07" "Efficient Weight Assignment Method for Detection of Clones in State Flow Diagrams" "2014" "clone detection technique" +"384" "26c3cf12bfe82042be21e768af52f8e5" "Assessing the Quality of Software Development Tutorials Available on the Web" "2019" "clone detection technique" +"385" "3e0cf0f86bec3bf0192398223c35fe7d" "Fast location of similar code fragments using semantic 'juice'" "2013" "clone detection technique" +"386" "3c9d280b7a43786e1a45bd2ba3606d89" "Code clones in program test sequence identification" "2011" "clone detection technique" +"387" "eeaacac9920095d482e7dfceed082f1f" "Efficient clustering-based source code plagiarism detection using PIY" "2015" "clone detection technique" +"388" "b7e62038182a507c7e498775afd1d3be" "A hybrid - token and textual based approach to find similar code segments" "2014" "clone detection technique" +"389" "cb006efbb22b67dba2788f018880da78" "XSCDF: Towards a Framework for Comprehensive Software Clone Detection and Visualization using Ontology" "2017" "clone detection technique" +"390" "0b0c571c6a971ae2f58bdf69239a2923" "Signature limits: an entire map of clone features and their discovery in nearly linear time" "2016" "clone detection technique" +"391" "4fd0fdf236cee53d704d939aa7da2915" "Modular heap abstractionion-based code clone detection for heap-manipulating programs" "2012" "clone detection technique" +"392" "340ec52ca24323502a39ec4ed921fc50" "Agec: An execution-semantic clone detection tool" "2013" "clone detection technique" +"393" "2ed398ab54b62a29fc3568f292313db9" "Reusability based program clone detection: case study on large scale healthcare software system" "2015" "clone detection technique" +"394" "13b9081e1be8af8ff0874771fde86403" "Structural similarity detection using structure of control statements" "2015" "clone detection technique" +"395" "89d2ef98733d0cd2d1506fad57915d75" "A hybrid-token and textual based approach to find similar code segments" "2013" "clone detection technique" +"396" "4bd793906b5028969111710d6e770f37" "Structural Code Clone Detection Methodology Using Software Metrics" "2016" "clone detection technique" +"397" "279751846fa6738bbf4d79d55fe35870" "Detecting clones in class diagrams using suffix array" "2014" "clone detection technique" +"398" "7f593819349fe75c85abe38979533a84" "A Code Plagiarism Detection System Based on Abstract Syntax Tree and a High Level Fuzzy Petri Net" "2016" "clone detection technique" +"399" "d453be94d50b4530214f2da3151fcb79" "An efficient software clone detection system based on the textual comparison of dynamic methods and metrics computation" "2014" "clone detection technique" +"400" "8a809b8f7d1fd20383d1b9596645d8cb" "Clone detection algorithm based on the Abstract Syntax Tree approach" "2014" "clone detection technique" +"401" "3e67e8f60235cade3bfae15a0817a0b6" "A Model-driven Approach for Token Based Code Clone Detection Techniques-An Introduction to UMLCCD" "2019" "clone detection technique" +"402" "6ace5a100312165b5f12ca64de80dabe" "Code relatives: detecting similarly behaving software" "2016" "clone detection technique" +"403" "b76bb33cac99c5591f979b428ad9ad7b" "Deep learning code fragments for code clone detection" "2016" "clone detection technique" +"404" "7fea846b7ab4153143da97c8fdf89fed" "Review Sharing via Deep Semi-Supervised Code Clone Detection" "2020" "clone detection technique" +"405" "b2d38216e77874f375b50b431547ec39" "Conte∗t clones or re-thinking clone on a call graph" "2012" "clone detection technique" +"406" "e8863e0ec398fd630cd5c0277b527d0d" "Software similarity analysis based on dynamic stack usage patterns" "2015" "clone detection technique" +"407" "1c469e53a088b5b12c4e128021b656ca" "Scalable semantics-based detection of similar android applications" "2013" "clone detection technique" +"408" "a2219250c551f1f10ba6085f299c0450" "Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree" "2020" "clone detection technique" +"409" "e5cadf8a129191acc1b28ca244f5c0e6" "Using compilation/decompilation to enhance clone detection" "2017" "clone detection technique" +"410" "39bc181554694f5527fe54bf30c07017" "Semantic Clone Detection Using Machine Learning" "2016" "clone detection technique" +"411" "b6c57e3210f0e2e55f454ccf037d9a9f" "Research on Code Plagiarism Detection Model Based on Random Forest and Gradient Boosting Decision Tree" "2019" "clone detection technique" +"412" "7df4e10f023b8f157a264bfa8d7d544f" "Detecting C source code clones in college students' homework" "2012" "clone detection technique" +"413" "b0db0ce05fe6201718d05f3d1d7cd348" "Jsctracker: A semantic clone detection tool for java code" "2012" "clone detection technique" +"414" "d216c9fb421da986469f06a3660740cc" "Plagiarism detection for multithreaded software based on thread-aware software birthmarks" "2014" "clone detection technique" +"415" "9776e414ddb98293e3043eea3a9ea52f" "Programming Similarity Checking System" "2017" "clone detection technique" +"416" "0d14ea3c4fc6997c23f4315e390d234e" "Source code similarity detection by using data mining methods" "2013" "clone detection technique" +"417" "6cf8499bc8d5eb87f605a21d096be427" "SourcererCC: Scaling Code Clone Detection to Big-Code" "2016" "clone detection technique" +"418" "86c8d7ed19e86e182ce691513dd5516d" "Deep Review Sharing" "2019" "clone detection technique" +"419" "8f96d2e6c270ba41ce0bc21e798fb5eb" "Clone detection in UML class models using class metrics" "2014" "clone detection technique" +"420" "5e0f48c68c2150fefbbcc135dfc478f7" "Graph matching networks for learning the similarity of graph structured objects" "2019" "clone detection technique" +"421" "790524d6ea15bc9af47ad1e961d8d513" "A Framework for Method Level Clone Breakthrough On Web Pages Using Metrics" "2013" "clone detection technique" +"422" "61b72ec44455456a4fb5b8f1f0080b6c" "Ctcompare: Code clone detection using hashed token sequences" "2012" "clone detection technique" +"423" "3d82b3e84b3a5c24c8f94d637401b04d" "Discovering plagiarism in entry level programming assignments" "2017" "clone detection technique" +"424" "e4b493c31edc6ca4b88a8250897e1bac" "Multilingual Detection of Code Clones Using ANTLR Grammar Definitions" "2018" "clone detection technique" +"425" "d72191473fe7f1bc16d524e600e2ae13" "AN IOT BASED FRAMEWORK FOR STUDENTS'INTERACTION AND PLAGIARISM DETECTION IN PROGRAMMING ASSIGNMENTS" "2019" "clone detection technique" +"426" "c0696a1a3dd3103b4fd63139d1aab8e9" "Specification clones: An empirical study of the structure of event-b specifications" "2017" "clone detection technique" +"427" "be63bf1245c777520337a6e62524259f" "A Code Clone Curation-Towards Scalable and Incremental Clone Detection-." "2019" "clone detection technique" +"428" "f6140a4140c5326f627cd72c47982a00" "Modular Tree Network for Source Code Representation Learning" "2018" "clone detection technique" +"429" "86557cfe0669e61a007a6edb233fec80" "Language independent code clone detection approach using JSON string parsing" "2016" "clone detection technique" +"430" "e6fa71b6b5334807ed78f8cbf2822681" "Normalizer: Augmenting Code Clone Detectors using Source Code Normalization" "2017" "clone detection technique" +"431" "d1e148e94846b57d0179b7cffabbaee4" "Detecting Similarity in Student Multi-procedure Programs using Program Structure" "2019" "clone detection technique" +"432" "0479416b4e46981c1ab3bad6fdcc8f20" "Surfacing code in the dark: an instant clone search approach" "2014" "clone detection technique" +"433" "2c9dfd306139236704d3a3c26f7b02af" "Clone Detection Techniques for JavaScript and Language Independence" "2020" "clone detection technique" +"434" "6cf9caaef57989a69fd0412fd1ef85bb" "A universal cross language software similarity detector for open source software categorization" "2020" "clone detection technique" +"435" "6fdc531be917dc0e3fe0c7c61460d310" "Viewing functions as token sequences to highlight similarities in source code" "2013" "clone detection technique" +"436" "3a37a5ad099afd856e0b3075df7c6309" "Interprocedural pdg-based code clone detection" "2016" "clone detection technique" +"437" "e07e897eb32fe3f46d202f83f19b8b80" "Token based clone detection using program slicing" "2014" "clone detection technique" +"438" "9bc9e09cfe2b2a71466bceadadb5ccc1" "Duplicate code detection algorithm" "2015" "clone detection technique" +"439" "7317100b74f5b7ffe0646928a186237e" "Plagiarism detection in source code" "2014" "clone detection technique" +"440" "c277545602acf5fce14df4fbdcb60f04" "Measuring Similarity Between Karel Programs Using Character and Word N-grams " "2017" "clone detection technique" +"441" "a2a696742e4b081e8825e3dd9ef4a114" "Analysis of industrial control system software to detect semantic clones" "2019" "clone detection technique" +"442" "b68b21ce979ac4b7880c461192aba1ea" "Clone detection in repositories or business process models" "2011" "clone detection technique" +"443" "2086c8604e290c07c779719aa08f1ef5" "Software Clone Detection Using Clustering Approach" "2015" "clone detection technique" +"444" "96f3eae6d8273b028731f8bfb90002e0" "Detecting plagiarism based on the creation process" "2018" "clone detection technique" +"445" "9b2add10764866799e90dd33700d2afc" "Incremental Clone Detection and Elimination for Erlang Programs" "2011" "clone detection technique" +"446" "12e2b80513a118f81331e67acaefa24e" "A research on plagiarism detecting method based on XML similarity and clustering" "2012" "clone detection technique" +"447" "26ecc405eb7cad5399c7e31a44afcb54" "CodeAliker'-Plagiarism Detection on the Cloud" "2012" "clone detection technique" +"448" "c050d71d16f2694d7a3af937296b7dc7" "A hybrid technique in pre-processing and transformation process for code clone detection" "2014" "clone detection technique" +"449" "ff76ef30a03a1a46f7faeee6ed2c5443" "Clonewise–Detecting Package-Level Clones Using Machine Learning" "2013" "clone detection technique" +"450" "403e83734ca83e89264630b41a64ec89" "An approach to clone detection in behavioral models" "2013" "clone detection technique" +"451" "6a438c0f1ebb6eee462d8aad5a388882" "Clone Detection for Graph-Based Model Transformation Languages" "2016" "clone detection technique" +"452" "5d69440db32ad7b25bc49960c4379c9a" "Code Clone Detection Technique Using Weighted Graph and CFG" "2014" "clone detection technique" +"453" "8aa11a307a4e46157e325e6ad492c7a9" "A Novel Method of Clone Detection by Neural Networks" "2019" "clone detection technique" +"454" "892036ca52b9064a7fc9ba9e5972f52b" "Improving source code plagiarism detection: Lessons learned" "2017" "clone detection technique" +"455" "be4b02c35b8a38922d88ffc372f69712" "Detecting source code similarity using code abstraction" "2013" "clone detection technique" +"456" "86c268f968cb78d3b19c5c7deaa81466" "LVMapper: A Large-Variance Clone Detector Using Sequencing Alignment Approach" "2020" "clone detection technique" +"457" "dcb768b473a4e1b1975cd7ce6af3512b" "Code clone cetector: a hybrid approach on Java Byte Code" "2013" "clone detection technique" +"458" "8accd2fb53062f7bc3d49cdbde83f6a3" "Development of a code clone search tool for open source repositories" "2012" "clone detection technique" +"459" "f4df746ebc3f842daa2757abcea384c4" "Toward a code-clone search through the entire lifecycle of a software product" "2014" "clone detection technique" +"460" "3ec5558cf489df51946980368bf3861d" "Performance Tuning of PDG-based Code Clone Detection" "2015" "clone detection technique" +"461" "f65391608e5d80d30af5f9877474ab4f" "IR-based technique for linearizing abstract method invocation in plagiarism-suspected source code pair" "2019" "clone detection technique" +"462" "638777fa912adc1ad530ace39eabc455" "Kitsune: Structurally-Aware and Adaptable Plagiarism Detection" "2020" "clone detection technique" +"463" "60e35baee7f9f58b6dc12282ba6da1cf" "Detecting High Level Similarities in Source Code and Beyond" "2015" "clone detection technique" +"464" "16514650655ca2b2ce9b470e21a7adb2" "Semantic code clone detection for Internet of Things applications using reaching definition and liveness analysis" "2018" "clone detection technique" +"465" "2ac130adc9e48172d678929901023aba" "The Reverse Engineering in Oriented Aspect “Detection of semantics clones”" "2012" "clone detection technique" +"466" "8ffaf001546f786e66bf194e046202ec" "On the Effect of Minimum Support and Maximum Gap for Code Clone Detection-An Approach Using Apriori-based Algorithm" "2017" "clone detection technique" +"467" "3fa5d18db7a6f06e42e296eea4bab0fa" "Enhanced pre-processing and parameterization process of generic code clone detection model for clones in Java applications" "2020" "clone detection technique" +"468" "364a6a1c98fe935925fa6c322d211f93" "Plagiarism Detection in Computer Programming Using Feature Extraction from Ultra-Fine-Grained Repositories" "2020" "clone detection technique" +"469" "8cb1fbf27df571a8b42794792e59c5b9" "Software code clone detection model using hybrid approach" "2012" "clone detection technique" +"470" "5b8478ee0162432a33d42e35ddc0ba70" "Scrutinize Source Code With The Intent to Target and Unmasking The Code Clones Using Automated Technique" "2017" "clone detection technique" +"471" "46463d66d9cf953ed4c7e82fc4644988" "Software Source Code Plagiarism and Direction Detection Based on PDG" "2013" "clone detection technique" +"472" "162bea9fa177caf5e8d9d9714d3042fb" "A hybrid clone detection technique for estimation of resource requirements of a job" "2013" "clone detection technique" +"473" "d4de7074a8c486052cdbe9cd241fba86" "Hawk Eye: a plagiarism detection system" "2015" "clone detection technique" +"474" "f348a593b43b922a90518d13986b9efc" "Learn2reason: Joint statistical and formal learning approach to improve the robustness and time-to-solution for software security" "2020" "clone detection technique" +"475" "93483f911636383dee042c611f5b0770" "Code Clone Detection System using hybrid technique along with optimal intelligence techniques" "2018" "clone detection technique" +"476" "a90b30edd4dd73dd13af5886d4001808" "Plagiarism detection for Java programs without source codes" "2014" "clone detection technique" +"477" "98ad970a4b554b08e108ce53f7288773" "Parallel code clone detection using MapReduce" "2012" "clone detection technique" +"478" "f23ca3b52f1a6a744ef4aebd6029f0bc" "SAGA: Efficient and Large-Scale Detection of Near-Miss Clones with GPU Acceleration" "2020" "clone detection technique" +"479" "bcb6866dbf102c45ab504c8d642f707c" "An efficient new multi-language clone detection approach from large source code" "2012" "clone detection technique" +"480" "52a446dd1787c7a88f307df3db03bf73" "Detecting test clones with static analysis" "2013" "clone detection technique" +"481" "64334827d3ffa55144c63ddbf53dad2b" "Software Clone Detection Using Cosine Distance Similarity" "2015" "clone detection technique" +"482" "33f48a7d98ff45eb7c8cd8137e20291c" "Clone Detection Using Abstract Syntax Trees" "2016" "clone detection technique" +"483" "0b65c3ba54a5166cf8abdb70f9c5a46e" "Sherlock N-Overlap: invasive normalization and overlap coefficient for the similarity analysis between source code" "2018" "clone detection technique" +"484" "1a2db0cc66c365a123179a2ed976d4ad" "Semantic-Enabled Clone Detection" "2013" "clone detection technique" +"485" "d49c9d0de0282d36c91e8945e04ac273" "CLONING DETECTION ON THE BASE OF TEXTUAL SIMILARITY USING NEURAL AS A CLASSIFIER" "2014" "clone detection technique" +"486" "62443224ad99e35a851c4b457879c612" "Design and Development of Software Tool for Code Clone Search, Detection, and Analysis" "2019" "clone detection technique" +"487" "bab4f13c352d66e6f90f82606de3f91a" "Adaptive Segmented Block based Clone Detection and Refactoring using Divide and Conquer Method." "2016" "clone detection technique" +"488" "f81578d6bf629024c1c576200fdd0fc1" "Defect detection technique based on similarity comparison of token" "2013" "clone detection technique" +"489" "7f3c35ef3fc5754b18705a3be104a52d" "Duplicate Source Code Detection using Adaptive and Progressive Approach" "2018" "clone detection technique" +"490" "2767b196458c932e465baf3dc5f4fe26" "CCDLC Detection Framework-Combining Clustering with Deep Learning Classification for Semantic Clones" "2018" "clone detection technique" +"491" "074429402d98ab0147541b392a1aad15" "Behavioral analysis for detecting code clones" "2018" "clone detection technique" +"492" "b7c015bd7cd315fb6d5af87f9b9145e2" "A Novel Approach for Code Clone Detection Using Hybrid Technique" "2016" "clone detection technique" +"493" "0901b3f5d66241ea2e8904dbb9288ca0" "Detecting Refactorable Clones Using PDG and Program Slicing" "2014" "clone detection technique" +"494" "d11fbbe03a1e50674b83a2a10feba8b8" "An Efficient Method Level Code Clone Detection Scheme Through Textual Analysis Using Metrics" "2012" "clone detection technique" +"495" "0a1e7f5971e0b524c82d2dec41197162" "Detection of Similar Code Fragments Using Adjacency Structures" "2012" "clone detection technique" +"496" "ce4ba6c7a5e0051487f935e75adb1054" "Improving similarity measure for Java programs based on optimal matching of control flow graphs" "2015" "clone detection technique" +"497" "e2305a68cd2b7cfdf67826074d275bf4" "Eliminating plagiarism in programming courses through assessment design" "2016" "clone detection technique" +"498" "0f0801f0dec5c43e41c51a9853078045" "Detecting plagiarisms in elementary programming courses" "2012" "clone detection technique" +"499" "5b42dbed81acda50c4674f65fe4ac1fc" "Measuring code similarity using word mover's distance for programming course" "2019" "clone detection technique" +"500" "2ab73f3b09b0945737354fbed91b9c78" "Folding Repeated Instructions for Improving Token-Based Code Clone Detection" "2012" "clone detection technique" +"501" "e913f6b3e9811b8bcd9d92f043c4e92a" "Towards Accurate and Scalable Clone Detection using Software Metrics" "2018" "clone detection technique" +"502" "67c2c7a0bd6d42f088bbbeb612f46be1" "CroLSim: Cross Language Software Similarity Detector using API documentation" "2018" "clone detection technique" +"503" "63cac9db490a8f995eda3e22fc1fd185" "FCCA: Hybrid Code Representation for Functional Clone Detection Using Attention Networks" "2020" "clone detection technique" +"504" "81f96767e6daa81a155b6ed7a9a8f6a6" "ENHANCING GENERIC CODE CLONE DETECTION MODEL THROUGH PROTECTED ACCESS MODIFIER RULE AND WEIGHTAGE" "2016" "clone detection technique" +"505" "3e6312265efad7c7f496d3c5b7187bee" "Source Code Plagiarism Detection using Machine Learning" "2017" "clone detection technique" +"506" "315bebc3450d3b9a378b41c278d60602" "Style Analysis for Source Code Plagiarism Detection – an Analysis of a Dataset of Student Coursework " "2017" "clone detection technique" +"507" "8daf957a1fcb47b0c4c7593ea1d39727" "Assembly code clone detection for malware binaries" "2013" "clone detection technique" +"508" "5231adbbee98c18aefb4a36a5e1b0881" "Detecting approximate clones in business process model repositories" "2015" "clone detection technique" +"509" "16cc014d70f0e75b59e1012ed73ee562" "Plagiarism detection system design for programming assignment in virtual classroom based on Moodle" "2012" "clone detection technique" +"510" "57a8a8f66906f15967be2beed942b331" "SPAPE: A semantic-preserving amorphous procedure extraction method for near-miss clones" "2013" "clone detection technique" +"511" "fc1f62c3ed26263c7ca6ccded4ffb446" "A cross-platform solution for software plagiarism detection" "2016" "clone detection technique" +"512" "bb266633bd009aedb0b1764a88384a60" "Tree-Pattern-Based Clone Detection with High Precision and Recall" "2018" "clone detection technique" +"513" "831cb0e8d9ebb294c468a8cc6af5ba21" "A fuzzy-based approach to programming language independent source-code plagiarism detection" "2015" "clone detection technique" +"514" "ee5b255a7ebf9797f558d311186c13e6" "Code Clone Detection with Convolutional Neural Networks." "2020" "clone detection technique" +"515" "87ec17d9a48ab03b3794531fba4b5769" "Detecting Source Code Plagiarism on. NET Programming Languages using Low-level Representation and Adaptive Local Alignment" "2017" "clone detection technique" +"516" "be5608786bc2dd072418ed99d24d3928" "Plagiarism detection by using Karp-Rabin and string matching algorithm together" "2015" "clone detection technique" +"517" "ad7ed4c1ad90d9dedcf76bf8485bd66d" "A Novel Metrics Based Technique for Code Clone Detection" "2016" "clone detection technique" +"518" "f924f2ab8ab45ce9a3150937a8bc4862" "An Efficient Architectural Framework for Non-obtrusive and Instantaneous Real-Time Identification of Clones During the Software Development Process in IDE" "2019" "clone detection technique" +"519" "bf66366b62f8d32a3a81e3ca3c07a8ca" "A Model-driven Approach for Token Based Code Clone Detection Techniques - An Introduction to UMLCCD" "2019" "clone detection technique" +"520" "21ac2b415f0e91029a07f5fdef6c5eab" "An Approach to Source Code Plagiarism Detection Based on Abstract Implementation Structure Diagram" "2018" "clone detection technique" +"521" "9a2ac1162f45738e7d897a147d9e2968" "Mining Logical Clones in Software: Revealing High-Level Business and Programming Rules" "2013" "clone detection technique" +"522" "46d26e7cf0838b4c786e605eb62a0728" "Measuring code behavioral similarity for programming and software engineering education" "2016" "clone detection technique" +"523" "43211d73deb73a8f5d429d899c89d8f4" "Implementing a 3-Way Approach of Clone Detection and Removal using Pattern and Clone Detector Tool" "2012" "clone detection technique" +"524" "c9280d938225dd82899f5aaae255a602" "Structural and nominal cross-language clone detection" "2019" "clone detection technique" +"525" "697a8c401adfa1e27402d431b1c24f28" "Ato Enhance The Code Clone Detection Algorthim by Using Hybrid Approach for Detection of Code Clones" "2017" "clone detection technique" +"526" "4d8bea6b0de50a6c1e9ba3d01e9b98b9" "Identifying Feature Clones in a Suite of Systems" "2018" "clone detection technique" +"527" "87b8acaae96dac028bc8dc8bed23b7e4" "Needle: Detecting code plagiarism on student submissions" "2018" "clone detection technique" +"528" "7ec61a366a0cfb11fd381c769dd2fcdd" "Software maintenance using effective code clones detection" "2014" "clone detection technique" +"529" "e9cc033772f2ccc22970933290aada9f" "Code clone detection using wavelets" "2015" "clone detection technique" +"530" "5a93d7550deff1a689e414ea20430bcf" "Hybrid approach for Detecting Code Clone by Metric and Token based comparison" "2016" "clone detection technique" +"531" "5d3e399a27cc4a48813c905e8444df25" "CATCHING PLAGIARISTS: DETECTING PLAGIARISM IN STUDENT SOURCE CODE ASSIGNMENTS IN A VIRTUAL LEARNING ENVIRONMENT." "2016" "clone detection technique" +"532" "52121630ded8637d07c62cbf0dfe98d4" "A Novel Neural Source Code Representation Based on Abstract Syntax Tree" "2019" "clone detection technique" +"533" "e04fb0d1e34ff47f427f211f05254175" "LLVM-based code clone detection framework" "2015" "clone detection technique" +"534" "898b1c99743c2b9426bad7716d45f6d2" "A novel approach to detect duplicate code blocks to reduce maintenance effort" "2016" "clone detection technique" +"535" "a22e3404f1bf70488c8f1dd9cdb8cf77" "Fast and Efficient Source Code Plagiarism Identification Based On Tokenization" "2017" "clone detection technique" +"536" "77a39b80a2c12365635732a2c669fe05" "Code Similarity Detection: Using Program Dependence Graphs" "2017" "clone detection technique" +"537" "85f30b870f55c24e6477361027e7208a" "Fast, scalable and user-guided clone detection" "2018" "clone detection technique" +"538" "3ffa15b5d7a00abe7f0f0977aef0aab4" "CD-Form: A clone detector based on formal methods" "2014" "clone detection technique" +"539" "b37964df866c408db060a10cff7a6349" "Approach for estimating similarity between procedures in differently compiled binaries" "2015" "clone detection technique" +"540" "e8a7384ca6a82f8610e50ccd25b62042" "Cloneless: Code Clone Detection via Program Dependence Graphs with Relaxed Constraints" "2019" "clone detection technique" +"541" "a68b165b0e5d982334512d51018dc8fd" "Effective and Accurate Binary Clone Detection" "2017" "clone detection technique" +"542" "92140aed3cb20701570de6443385b0d8" "An approach to source-code plagiarism detection and investigation using latent semantic analysis" "2012" "clone detection technique" +"543" "3ad590cbbe60784f61eaf6107426618c" "CLCMiner: Detecting Cross-Language Clones without Intermediates" "2017" "clone detection technique" +"544" "1175a015617806c9e47aac7364d7312c" "Educating Computer Programming Students about Plagiarism through Use of a Code Similarity Detection Tool" "2013" "clone detection technique" +"545" "d362e98b06f031f2d7411821a08fe3a4" "Fast Code Clone Detection Based on Weighted Recursive Autoencoders" "2019" "clone detection technique" +"546" "6db22d917d39b664378d825355db1a2d" "Mining and analysis of control structure variant clones" "2015" "clone detection technique" +"547" "e319dfd47a77def6d9fd1e5a33e258ff" "SUIDroid: An Efficient Hardening-Resilient Approach to Android App Clone Detection" "2016" "clone detection technique" +"548" "2e68d5c92930c45fefae74cc768d6f7b" "Identifying similar code fragments in Haskell" "2019" "clone detection technique" +"549" "c0e5c46108e703a1516aef0de0f5c38b" "Code Clone Detection based on Logical Similarity: A Review" "2017" "clone detection technique" +"550" "6dcfb9aa1f2655a62a7db24733b7aad2" "Source Code Comments: Overlooked in the Realm of Code Clone Detection" "2020" "clone detection technique" +"551" "cd000487606dd7e664eb09faf6e64bc3" "Software plagiarism detection in multiprogramming languages using machine learning approach" "2018" "clone detection technique" +"552" "92b258d933e8b36616cc58fb724d6a17" "Test-Based Clone Detection: an Initial Try on Semantically Equivalent Methods" "2018" "clone detection technique" +"553" "8bfa321950e7737f1c11cdde3c06939b" "SmartEmbed: A Tool for Clone and Bug Detection in Smart Contracts through Structural Code Embedding" "2019" "clone detection technique" +"554" "f16acc2170e364d669174e3436c28601" "A Novel Code Stylometry-based Code Clone Detection Strategy" "2020" "clone detection technique" +"555" "c5381c13482057390318ad695c2e7f15" "Dcu@fire-2014: an information retrieval approach for source code plagiarism detection" "2014" "clone detection technique" +"556" "048d2ab15a498e4821c63162f545dda0" "Examining the effectiveness of using concolic analysis to detect code clones" "2015" "clone detection technique" +"557" "f975944cc6ae469cf3cce4d5b673a2d0" "Normalization based Stop-Word approach to Source Code Plagiarism Detection." "2015" "clone detection technique" +"558" "2512b252c43f98c820280614dfce3840" "Towards the code clone analysis in heterogeneous software products" "2016" "clone detection technique" +"559" "c1f253c777846e0055ededd0d31ad844" "Model clone detection based on tree comparison" "2012" "clone detection technique" +"560" "71329b2ce3f2c94f5ea3a3aacd10f106" "Models are code too: Near-miss clone detection for Simulink models" "2012" "clone detection technique" +"561" "481443d5a5aed64e591432c73b98df79" "Metric level based code clone detection using optimized code manager" "2018" "clone detection technique" +"562" "e5d5a1a2032c7353e3cc81610142aa6e" "Constructing and Analysing Plagiarism in Student Programs Using Graphs" "2017" "clone detection technique" +"563" "4fb598d7e61515b062c19e108aaf7955" "Software plagiarism detection: a graph-based approach" "2013" "clone detection technique" +"564" "b98a9d314ec095638d40c4688410ad33" "Detecting Cross-Project Clones Using Frequent Pattern Mining" "2015" "clone detection technique" +"565" "b158019a3bee21772e45da090c4b1050" "A first step towards algorithm plagiarism detection" "2012" "clone detection technique" +"566" "de74d7e4dc2d95c660a09bf8b6da90a8" "Find Me if You Can: Deep Software Clone Detection by Exploiting the Contest between the Plagiarist and the Detector" "2019" "clone detection technique" +"567" "bcdcaa3e6341dafd4f7b1614e78a8b44" "An execution-semantic and content-and-context-based code-clone detection and analysis" "2015" "clone detection technique" +"568" "519e5b55d8f074d34e9acfe4b0412bd8" "Method-level code clone detection through LWH (Light Weight Hybrid) approach" "2014" "clone detection technique" +"569" "e08a7e3f55d13c084dfaeb509c858cef" "Java bytecode clone detection via relaxation on code fingerprint and semantic web reasoning" "2012" "clone detection technique" +"570" "3e20fe24b5af90d67bd36350b8df4e25" "Scalable and Accurate Detection of Function Clones in Software Using Multithreading" "2020" "clone detection technique" +"571" "250b808c9e0ea039a0fa3cab4ccf4882" "A picture is worth a thousand words: Code clone detection based on image similarity" "2018" "clone detection technique" +"572" "e7393d717e32e0ecbdef986365d3e113" "Mining revision histories to detect cross-language clones without intermediates" "2016" "clone detection technique" +"573" "e3cbd3f636e9e63a6ca5104899fb516e" "Program plagiarism detection with dynamic structure" "2018" "clone detection technique" +"574" "2df5094a6b5fe8d98f51e8f471cbe7bb" "Proposing and Evaluating Clone Detection Approaches with Preprocessing Input Source Files" "2015" "clone detection technique" +"575" "d5bdb964a90db2a4a57243405ab27c1c" "Semantic code clone detection for enterprise applications" "2020" "clone detection technique" +"576" "3c0cf22113e8bac93e1d6ecb1ba0cfa5" "Clone Detection Using Scope Trees" "2018" "clone detection technique" +"577" "c225a48f3c7e261453e437a406896a67" "Instant Clone Finder: Detecting Clones During Software Development" "2015" "clone detection technique" +"578" "956d0d254377a823204a75487ee90307" "SeClone - A Hybrid Approach to Internet-Scale Real-Time Code Clone Search" "2011" "clone detection technique" +"579" "db386f495e3abca1b6b88cebdc67f33e" "A technique for identifying and testing structural clones in large scale systems" "2011" "clone detection technique" +"580" "6e58687b8d01d9961e34dd16f72c3baa" "Detecting Clones in Android Applications through Analyzing User Interfaces" "2015" "clone detection technique" +"581" "862a9c78fdd20c88315be58f3841ae14" "Software refactoring technique for code clone detection of static and dynamic website" "2014" "clone detection technique" +"582" "7c5479f9bb310310afbf1fa5a2e5f931" "Scalable clone detection using description logic" "2011" "clone detection technique" +"583" "bc27bc517eb300133cde14ca25f222c4" "Fast and flexible large - scale clone detection with cloneworks" "2017" "clone detection technique" +"584" "13fb5660f53032d0058435a203809ab1" "Scalable Detection of Semantically Similar Mobile Applications." "2012" "clone detection technique" +"585" "ffc874101b78181a73cd0511fa220a89" "CCDLC Detection Framework: Combining Clustering with Deep Learning Classification for Semantic Clones" "2018" "clone detection technique" +"586" "b8c89201b3ead9a96dd6fb1fcea4baf2" "MeCC: memory comparison-based clone detector" "2011" "clone detection technique" +"587" "3a68cb13f02b7d799b322ab40d6b6c81" "Integrating an online compiler and a plagiarism detection tool into the Moodle distance education system for easy assessment of programming assignments" "2015" "clone detection technique" +"588" "4a40771932e92d68068d245ec896bafa" "ENHANCING A HYBRID PRE-PROCESSING AND TRANSFORMATION PROCESS FOR CODE CLONE DETECTION IN. NET APPLICATION" "2015" "clone detection technique" +"589" "a60485d3739d8e090f0ee76201d144c1" "Incremental Detection of Parameterized Code Clones" "2013" "clone detection technique" +"590" "f90bc7a2049e8c91169f52ee1ad06d07" "CLCDSA: Cross Language Code Clone Detection using Syntactical Features and API Documentation" "2019" "clone detection technique" +"591" "a21657088725615589968a4e0a6f3541" "Software Similarity Detection With Checksims Improvements to Algorithmic Comparisons and Usability" "2015" "clone detection technique" +"592" "73910e9fcda150174ce49e0973bca6d4" "Source Code Similarity and Clone Search" "2013" "clone detection technique" +"593" "84332d4b2ed21d28658546dd727b617e" "Kam1n0: Mapreduce-based assembly clone search for reverse engineering" "2016" "clone detection technique" +"594" "2f6d7835c56d8c11fcf2ec063f7f0e9f" "Clones in logic programs and how to detect them" "2012" "clone detection technique" +"595" "e3927a227b84b6c7f00347c62a36ded8" "Analysis of programming code similarity by using intermediate language" "2011" "clone detection technique" +"596" "56919d7d174339fd2b23cfd72624c14e" "Tree Slicing: Finding Intertwined and Gapped Clones in One Simple Step" "2013" "clone detection technique" +"597" "0668eb233656292f192262e4722c6ca3" "Code Similarity Detection using AST and Textual Information" "2019" "clone detection technique" +"598" "4ede95b26e7a1cf038d006ced3087112" "Mining of Source Code Concepts and Idioms" "2013" "clone detection technique" +"599" "9aa3c0cfc9873d2d53c3cbb36f9c607e" "Clone detection meets Semantic Web-based transitive closure computation" "2012" "clone detection technique" +"600" "c188af8b5a8f26ae0ec78adbb8793d83" "Dealing with clones in software: A practical approach from detection towards management" "2014" "clone detection technique" +"601" "b660c868ad5198c7c6d5b0ea8e7b612e" "Implementing a 3-way approach of clone detection and removal using PC Detector tool" "2014" "clone detection technique" +"602" "6c8981fd62d115e32fa2264e5a6cf349" "Non-trivial software clone detection using program dependency graph" "2017" "clone detection technique" +"603" "8891ad216f455a423485482e9c7af2df" "A source code plagiarism detecting method using alignment with abstract syntax tree elements" "2014" "clone detection technique" +"604" "ec38bccd1aa8c5b209bf81b7f9a3c739" "STVsm: Similar Structural Code Detection Based on AST and VSM" "2012" "clone detection technique" +"605" "30284c000bd0913b2a8e6116b084648a" "Code Clone Detection on Specialized PDGs with Heuristics" "2011" "clone detection technique" +"606" "c5bca60e90c25bb4732cfb73a8dae123" "Source code plagiarism detection and performance analysis using fingerprint based distance measure method" "2012" "clone detection technique" +"607" "b3b2e5e38bcc646b92e884e00aaeb67a" "Source code plagiarism detection: The Unix way" "2017" "clone detection technique" +"608" "3d1f217938d03d3494ca0c94a7b3bc69" "An enhanced generic pipeline model for code clone detection" "2011" "clone detection technique" +"609" "92b94e9536a7d8fc7ac0b9acad034f91" "Cclearner: A deep learning - based clone detection approach" "2017" "clone detection technique" +"610" "a794656618f34d06944ef1e3aec515ab" "Clone detection in software source code using operational similarity of statements" "2014" "clone detection technique" +"611" "a7a7250e08953c71a57f498d35ea11e7" "Measuring similarity of android applications via reversing and k-gram birthmarking" "2013" "clone detection technique" +"612" "a242fc1e2f434be87bfe9dcf00afc795" "Program Dependence Graph Generation and Analysis for Source Code Plagiarism Detection" "2012" "clone detection technique" +"613" "15396ca53424068e16d8919c2f625308" "A Large-Gap Clone Detection Approach Using Sequence Alignment via Dynamic Parameter Optimization" "2019" "clone detection technique" +"614" "6f6e6fd01679290aa43ddbe7bf26e8e3" "Scaling classical clone detection tools for ultra-large datasets: An exploratory study" "2013" "clone detection technique" +"615" "32cbb528b9e26b1b8019a8d207c892a9" "High Level Features for Detecting Source Code Plagiarism across Programming Languages." "2015" "clone detection technique" +"616" "2b9b0aff7f81dd2c7d09620723d1a632" "Detecting design similarity patterns using program execution traces" "2014" "clone detection technique" +"617" "22835b66c6ecb3dbac42c629a5caeb45" "Algorithm to Detect Non-Contiguous Clones with High Precision" "2015" "clone detection technique" +"618" "701518f9a67564db63a4c335d6da8a97" "Code Clone Detection Technique of Android Layout Codes Using View Attribute Filtering" "2016" "clone detection technique" +"619" "551f140df7d563c3fdbecfd9e70e0b62" "Code clone discovery based on concolic analysis" "2013" "clone detection technique" +"620" "2137a060fe04c48be8b5d58e63e16d46" "A scalable and accurate approach based on count matrix for detecting code clones" "2012" "clone detection technique" +"621" "2482bde5ee673fd05e54a89d51244abc" "A Semantics-Based Hybrid Approach on Binary Code Similarity Comparison" "2019" "clone detection technique" +"622" "2a56d20dad0015c537fe3b408a56fd0c" "Duplicate Code Detection using Control Statements" "2015" "clone detection technique" +"623" "d7fc9f39cf4a5dace45252532a5d75bf" "Sebyte: A semantic clone detection tool for intermediate languages" "2012" "clone detection technique" +"624" "eae8ff437e9c24febcd43cd8682d2a31" "Code Cloning using Abstract Syntax Tree" "2019" "clone detection technique" +"625" "99985300a03eaafc0342a45e038255f0" "Detecting Java Code Clones with Multi-granularities Based on Bytecode" "2017" "clone detection technique" +"626" "6984acf38e2f222334e376c301a3dc72" "Defending against the attack of the micro-clones" "2016" "clone detection technique" +"627" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "2013" "clone detection technique" +"628" "e01ec573e7a6b1c9cd96ff66a9162169" "AST-based multi-language plagiarism detection method" "2013" "clone detection technique" +"629" "6907827c3dd021cbbc1b1ba8747f3e74" "Code Similarity Detection by Program Dependence Graph" "2016" "clone detection technique" +"630" "a018e1f07950f7b73144f91d3b22d07f" "DETECTION OF CROSS-PROJECT BENEFICIAL CLONES" "2014" "clone detection technique" +"631" "dec8f169af28a133c881c1fb769bd72c" "Online detection of source-code plagiarism in undergraduate programming courses" "2013" "clone detection technique" +"632" "0dcae58a301e001281893841c55fd349" "IBFET: Index‐based features extraction technique for scalable code clone detection at file level granularity" "2020" "clone detection technique" +"633" "86f838723dc357fb7340e4e1a882802c" "Code clone detection method based on the combination of tree-based and token-based methods" "2017" "clone detection technique" +"634" "69c42c6e7117ee9103b4cbec33a0f4bc" "Plagiarism detection in Sinhala language: A software approach" "2017" "clone detection technique" +"635" "bf689290a9387bb661a4931603cfab09" "Source code plagiarism detection method using Protégé built ontologies" "2013" "clone detection technique" +"636" "472a81fd1200f727f59d668a1bb0ad76" "Source Code Plagiarism Detection for PHP Language" "2017" "clone detection technique" +"637" "f38186093633769fd755e96b57749113" "Automatic Detection for Reused Open Source Codes Based on Similarity Identification of Software Networks" "2020" "clone detection technique" +"638" "55ac711604a8a9506a65e9b241ba5746" "Enhancing the Code Clone Detection Algorithm by using Biological Technique" "2015" "clone detection technique" +"639" "1cc33e48f1720dbe4e9059ffbbf3241a" "JSCTracker: A Tool and Algorithm for Semantic Method Clone Detection" "2012" "clone detection technique" +"640" "63b60331ffecd8032180f1cd080f004d" "AnDarwin: Scalable Detection of Android Application Clones Based on Semantics" "2015" "clone detection technique" +"641" "7ae2d0fc2e9643f3db3832f0c66c19c5" "CCSharp: An Efficient Three-Phase Code Clone Detector Using Modified PDGs" "2017" "clone detection technique" +"642" "aeb2553510f247117c837b5ef336406e" "IDE-based real-time focused search for near-miss clones" "2012" "clone detection technique" +"643" "b371e222f56ab81867260fd13f988723" "CCCD: Concolic code clone detection" "2013" "clone detection technique" +"644" "024f14a1758ba2d88c5dc49c901a60c0" "Fast and flexible large-scale clone detection with cloneworks" "2017" "clone detection technique" +"645" "f27d88fadf3f8981636d7ae6fc6d4461" "A Deep Neural Network-Based Approach to Finding Similar Code Segments" "2020" "clone detection technique" +"646" "0cfd3aab3d4929103fe1cdb52a21dccb" "To enhance the code clone detection algorithm by using hybrid approach for detection of code clones" "2017" "clone detection technique" +"647" "4a9f5d5d5e0d502892668360bdb758c0" "Detecting source code plagiarism on.NET programming languages using low-level representation and adaptive local alignment" "2017" "clone detection technique" +"648" "f0ca684811084cb399e5edbb7d4790fa" "Cross-Language Clone Detection by Learning Over Abstract Syntax Trees" "2019" "clone detection technique" +"649" "3c32420fd22436dccc654412e3646f0f" "A novel approach based on formal methods for clone detection" "2012" "clone detection technique" +"650" "9f3ad5f906b584cb1f3f3c56bf40caae" "Detection And Analysis Of Software Clones" "2017" "clone detection technique" +"651" "e26360465a8d5edd77b82d5a9c145d45" "Plagiarism detection of C program using assembly language" "2017" "clone detection technique" +"652" "98f0f4322993995216c9afa01a692a0e" "Detecting plagiarized mobile apps using API birthmarks" "2016" "clone detection technique" +"653" "f6b92f252f5163fdb0238ac838da929d" "Index-based model clone detection" "2011" "clone detection technique" +"654" "5c3452dea5909b7687baab42cc9fd67d" "Plagiarism Detection tool for Programs" "2015" "clone detection technique" +"655" "2072c5c1be1ee6c83e1d82c97db9c12c" "Detecting source code similarity using low-level languages" "2011" "clone detection technique" +"656" "3e65d28f018c7bd21120616d11c4a2f8" "A Clone Code Detection Method Based on Software Complex Network" "2019" "clone detection technique" +"657" "0e5a1daa8501f224aa3481f64945590f" "A technique to detect multi-grained code clones" "2017" "clone detection technique" +"658" "5e20d816a2198e5de64693ffe295cfb3" "Design and Analysis of a Levenshtein Distance Based Code Clones Detection Algorithm" "2016" "clone detection technique" +"659" "4103dd2e02320063325ebc921cf744f2" "Preventing and detecting plagiarism in programming course" "2013" "clone detection technique" +"660" "c0dc1251eaca3db3b20eefba0ca44bce" "Detecting functionally similar code within the same project" "2018" "clone detection technique" +"661" "4032d98d7d341fcec21e3a008787c693" "Language-agnostic Incremental Code Clone Detection" "2020" "clone detection technique" +"662" "c25fd3b547092c6b15030cea9ee64ba2" "Implementation of Analytical Hierarchy Process in Detecting Structural Code Clones" "2017" "clone detection technique" +"663" "41357d4bc529f5ef5976c6aa2b223f7c" "Software similarity and classification" "2013" "clone detection technique" +"664" "7eb8cc5ab8dc3a7a9f814127668f4355" "Automation of duplicate code detection and refactoring" "2020" "clone detection technique" +"665" "271682427a7c0da26a53e4f828c16142" "Development of a software on distance education applications for compilation and plagiarism detection of C programming language assignments" "2011" "clone detection technique" +"666" "f9347505ddc957e44c40c26f41da9f2f" "Detecting similar programs via the Weisfeiler-Leman graph kernel" "2016" "clone detection technique" +"667" "64311a5205f98bb3ff35cfff88e42822" "To enhance type 4 clone detection in clone testing" "2016" "clone detection technique" +"668" "11b44e2fcde77a2d4c38aff5b47c5f06" "Software Similarity Detection with Checksims-Canvas Support and Other Improvements to Usability" "2018" "clone detection technique" +"669" "f4464b707b0c8a74c37603acbc3c873e" "FSquaDRA: Fast Detection of Repackaged Applications" "2014" "clone detection technique" +"670" "746e4599f4b9f9f36111410562ce4f4e" "Binary Code Clone Detection across Architectures and Compiling Configurations" "2017" "clone detection technique" +"671" "5a14976e18fd92adeb1f42e86875e164" "Software Plagiarism Detection Using N-grams" "2019" "clone detection technique" +"672" "b104eda57b4b2f6a5eb0f48768afd4d4" "An efficient code clone detection model on Java byte code using hybrid approach" "2013" "clone detection technique" +"673" "a326f5fe898707adc2e414750a40719e" "A topic modeling approach for code clone detection" "2018" "clone detection technique" +"674" "accaebb534ae7a65be4396e2562f08d6" "Semantics-based obfuscation-resilient binary code similarity comparison with applications to software plagiarism detection" "2014" "clone detection technique" +"675" "f63f55150f3e00e80a1bce30c009344f" "Code clone detection based on order and content of control statements" "2016" "clone detection technique" +"676" "04d0b1d48ff0079276aef9d61a0b1c7b" "Plagiarism detection in programming assignments using deep features" "2017" "clone detection technique" +"677" "c5f26ee8c08ed1cf4b5499748af74dc0" "Hypermodelling live OLAP for code clone recommendation" "2012" "clone detection technique" +"678" "e83a962e36d9be46da0a2874b00832d9" "Plagiarism detection algorithm for source code in computer science education" "2015" "clone detection technique" +"679" "15ec3f119ded9595316f77203bd774d8" "Deviation-based obfuscation-resilient program equivalence checking with application to software plagiarism detection" "2016" "clone detection technique" +"680" "2dab285ab51ae61f1de627121ab3be9a" "SimCad: An extensible and faster clone detection tool for large scale software systems" "2013" "clone detection technique" +"681" "0e396b9a36a386bcb2203a595d35aef7" "Clone-Slicer: Detecting Domain Specific Binary Code Clones through Program Slicing" "2018" "clone detection technique" +"682" "2138c9514ba9f7f72728ea4c9c7340de" "srcClone: Detecting Code Clones via Decompositional Slicing" "2020" "clone detection technique" +"683" "2e37ff958ff290c9e099ce8e86599bdd" "Detecting Code Clones with Graph Neural Networkand Flow-Augmented Abstract Syntax Tree" "2020" "clone detection technique" +"684" "16e438cbb6f4d0bc3398d62d7a563f0d" "From Local to Global Semantic Clone Detection" "2020" "clone detection technique" +"685" "60d35d6001ba78e63082aafcb31e5139" "On how often code is cloned across repositories" "2012" "clone detection technique" +"686" "0b617d052afdabd6b0e942da2ba3a199" "Improving plagiarism detection in coding assignments by dynamic removal of common ground" "2016" "clone detection technique" +"687" "0a74af954d0bb04ebb91cb899793d946" "A metric space based software clone detection approach" "2011" "clone detection technique" +"688" "6bfa6b5bc54715136e968c01d74ab212" "Semantic code clone detection using parse trees and grammar recovery" "2013" "clone detection technique" +"689" "5503abf74ec74df4ec812b40a1710cea" "Towards flexible code clone detection , management , and refactoring in IDE" "2011" "clone detection technique" +"690" "5735cca09d75fd1e25387afd857ca7d3" "A deep learning approach to program similarity" "2018" "clone detection technique" +"691" "302f96b261779c0f9066a7354a8d99e2" "Detecting similarity in multi-procedure student programs using only static code structure" "2019" "clone detection technique" +"692" "f5ef52d0715e91b5661bc9e9b7bd657f" "Code clone detection using sequential pattern mining" "2013" "clone detection technique" +"693" "2ecea27e3d6b1528728eb3b9147d7180" "Hybrid technique for object oriented software clone detection" "2011" "clone detection technique" +"694" "c1c95640740157d2c7086ab232aeb699" "Threshold-free code clone detection for a large-scale heterogeneous Java repository" "2015" "clone detection technique" +"695" "3de366ab05cd50661798f259981502dd" "Instructor-centric source code plagiarism detection and plagiarism corpus" "2012" "clone detection technique" +"696" "44e77a282df942ad93c824df5c1a5cb9" "A similarity detection platform for programming learning" "2015" "clone detection technique" +"697" "1865fcc281caa5d6e45879bdcebb82c0" "Retrieving and classifying instances of source code plagiarism" "2017" "clone detection technique" +"698" "1c9434a611abd6e9baf74b5eba5a9d68" "Plagiarism detection in students' programming assignments based on semantics: multimedia e-learning based smart assessment methodology" "2020" "clone detection technique" +"699" "9d13e75aacfcbe0306691b80137bc226" "Token-based Code Clone Detection Technique in a Student's Programming Exercise" "2012" "clone detection technique" +"700" "ec40b96e637867a763e70f317989ab10" "Simseer and bugwise: web services for binary-level software similarity and defect detection" "2013" "clone detection technique" +"701" "2d38b0c15324939b594ec84f8fcbfb26" "Sampling code clones from program dependence graphs with GRAPLE" "2016" "clone detection technique" +"702" "1b9daaa8c59e20235bb83ca990fd09ef" "Kamino: Dynamic approach to semantic code clone detection" "2014" "clone detection technique" +"703" "80d63358db4d8067498b478135234f6c" "DCCD: An Efficient and Scalable Distributed Code Clone Detection Technique for Big Code." "2018" "clone detection technique" +"704" "5cc614172efda1dd666fdc9f0c10c1f4" "Detecting source code plagiarism on introductory programming course assignments using a bytecode approach" "2016" "clone detection technique" +"705" "89ec6f826a07ec8dbdfb15b23dcab29c" "An AST-based code plagiarism detection algorithm" "2015" "clone detection technique" +"706" "e89f3974365f2a1c67de515dfe241946" "MoCoP: Towards a Model Clone Portal" "2019" "clone detection technique" +"707" "e94342aeef95d3adc533a828e9e7e97c" "Code similarity detection by computing block level feature metrics" "2018" "clone detection technique" +"708" "c5fda2f87ecc8f6df7f8d11da36cda84" "Software plagiarism detection with birthmarks based on dynamic key instruction sequences" "2015" "clone detection technique" +"709" "fe252389824ed95b51baa9f6fa526778" "Detecting clones across microsoft. net programming languages" "2012" "clone detection technique" +"710" "aae5d93b7108e7bfabfb13b99084923f" "Plagiarism detection in Haskell programs using call graph matching" "2011" "clone detection technique" +"711" "138bcc2529fb2fb2f41059caaee46195" "Hybrid Technique for software code clone detection" "2012" "clone detection technique" +"712" "0953b0fb9603127f91fa1c96ebae7490" "Clone Detection for Student Programming Exercises" "2011" "clone detection technique" +"713" "066be2482615e5e71a519a340d088ca9" "Identifying functionally similar code in complex codebases" "2016" "clone detection technique" +"714" "726cd82e5138731085528b8ea1feb33d" "CPLAG: Efficient plagiarism detection using bitwise operations" "2017" "clone detection technique" +"715" "8a3fc9c69c91c3a8b267670eb7bec419" "A Duplicate Code Checking Algorithm for the Programming Experiment" "2015" "clone detection technique" +"716" "2a80159ef22a1e734416dc89549e17a5" "TECCD: A Tree Embedding Approach for Code Clone Detection" "2019" "clone detection technique" +"717" "89b05419263487ca72269c47668b66b2" "Hybrid approach for efficient software clone detection" "2013" "clone detection technique" +"718" "6f3431b3ab6cc807ea33d73f8ca263b7" "A Refactoring Support for Form Template Method using PDG-based Code Clone Detection" "2012" "clone detection technique" +"719" "3d547b684c898ecb2a0ef7ebe078e2ba" "Automata-aided estimation of similarity in novice programs" "2017" "clone detection technique" +"720" "1500934bb07514b71c77a32cc38fe8ed" "AUTOMATIC TUNING AND SEMANTIC BASED CLONE DETECTION OF ANDROID APPLICATIONS" "2017" "clone detection technique" +"721" "0e1a813bb1f280c0eab500346ba7df6d" "Scalable Source Code Similarity Detection in Large Code Repositories" "2019" "clone detection technique" +"722" "8e845ee98a45282890d0aec437f39328" "Machine Learning for Source-code Plagiarism Detection" "2018" "clone detection technique" +"723" "2ec9f481359b9ff21e428eb0fe1541fb" "Software Code Clone Detection Model" "2012" "clone detection technique" +"724" "ba0e6f16a8f06b2b3ff69fe584700556" "Plagiarism detection among source codes using adaptive methods" "2012" "clone detection technique" +"725" "e81546943197953a67a383f7b6928b1b" "Semantic clone detection for model-based development of embedded systems" "2011" "clone detection technique" +"726" "59aacbae4871aad2dc50422028069305" "A Combined Weighted Approach to Detect Code Cloning" "2014" "clone detection technique" +"727" "851c87f4b1a86b6540e9620f47d26c34" "Detecting similarity of R functions via a fusion of multiple heuristic methods" "2015" "clone detection technique" +"728" "89f5ebc80b364e7c6137947ebff1dc52" "A low-level structure-based approach for detecting source code plagiarism" "2017" "clone detection technique" +"729" "d96b37af26f31197ef10f8342edcb0ce" "Source code plagiarism detection with low-level structural representation and information retrieval" "2019" "clone detection technique" +"730" "c990832804d3b06ba3251f3dae6afed4" "Semantic code clones in logic programs" "2013" "clone detection technique" +"731" "92bd574cbe51f3f94dfeb713b3252992" "A source code plagiarism detecting method using alignment syntax tree elements" "2014" "clone detection technique" +"732" "b9159ee18e2c48917c73a8ee44dae5bb" "A Similarity Ranking of Python Programs" "2015" "clone detection technique" +"733" "e7351ba0a44cfb6ef68620b14b3d295a" "CCFinderSW: Clone Detection Tool with Flexible Multilingual Tokenization" "2018" "clone detection technique" +"734" "93a5ce920c165f8c6749de672bb9b670" "Code Clone Detection on Specialized PDGs with Heuristic" "2011" "clone detection technique" +"735" "2b2c161ad9ce9fdcaae69ac49db603dd" "Inter-project functional clone detection toward building libraries-an empirical study on 13,000 projects" "2012" "clone detection technique" +"736" "300184ebae9a8f25a84b2cb1df5583a5" "Automated plagiarism detection for computer programming exercises based on patterns of resubmission" "2018" "clone detection technique" +"737" "934ebbc280b866ad6864ff0498031615" "Fast detection of exact clones in business process model repositories" "2013" "clone detection technique" +"738" "7e9c6d44e88eff980ff595c3daf8cec7" "Type-2 software cone detection using directed acyclic graph" "2017" "clone detection technique" +"739" "074c99450e2833ce2cc0a2defb7dc523" "ES-Plag: Efficient and sensitive source code plagiarism detection tool for academic environment" "2019" "clone detection technique" +"740" "06fd25c5efe78c22c02de1da08b4b5ad" "Improving Clone Detection Precision Using Machine Learning Techniques" "2019" "clone detection technique" +"741" "b8c530d29641ab13a267d9828e2f911f" "Efficient clustering-based plagiarism detection using IPPDC" "2013" "clone detection technique" +"742" "7f67ecedb232491a67a9cf0ec1d910e7" "A study of machine learning approaches to cross-language code clone detection" "2018" "clone detection technique" +"743" "de8a0d1bb48005752b6c8f663ed81dce" "Binary semantic Similarity Comparison based on software gene" "2019" "clone detection technique" +"744" "2395c899749bc943990edf301f0ca867" "JUST SIMPLIFY: Clone Detection for Simulink Controller Models" "2016" "clone detection technique" +"745" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "2014" "clone detection technique" +"746" "400d0676e2baac1644988396af453b96" "A Source Code Similarity System for Plagiarism Detection" "2013" "clone detection technique" +"747" "f9ccab593e4282aa64f7686f5c0265ef" "Revisiting capability of pdg-based clone detection" "2013" "clone detection technique" +"748" "6b9cb2a79c3e54ea8211be8689f80d61" "Maximal frequent sequence mining for finding software clones" "2016" "clone detection technique" +"749" "efa1206b8db419733f1f164c5dc30621" "Scalable code clone detection and search based on adaptive prefix filtering" "2018" "clone detection technique" +"750" "459271f9bd417c9efb07bf16c7d5dce5" "An IoT based framework for students’ interaction and plagiarism detection in programming assignments" "2019" "clone detection technique" +"751" "cd2e026b094e471498e062cc6fe7d7f8" "Code Clones Detection in Websites using Hybrid Approach" "2012" "clone detection technique" +"752" "f79d7a230bfec33001278a27e2b3c69b" "Efficient metric vector-based code clone detection using function-calling tree" "2015" "clone detection technique" +"753" "e4bf1ab9a73f5029d1154945a92c8834" "Detection of code clone based on source fragment alignment" "2017" "clone detection technique" +"754" "4476a8065226849968a461c27b3a47c2" "An abstract method linearization for detecting source code plagiarism in object-oriented environment" "2017" "clone detection technique" +"755" "ff2c0ec7cd4e15f933270f33964446b1" "A Diversified Feature Extraction Approach for Program Similarity Analysis" "2019" "clone detection technique" +"756" "1b07b738be0b91cc56d45d92af2f9a9a" "A source code plagiarism detecting method using sequence alignment with abstract syntax tree elements" "2015" "clone detection technique" +"757" "30116b70007a7a2f145501f95a003c52" "EPlag: A two layer source code plagiarism detection system" "2013" "clone detection technique" +"758" "15ad5142e67ecca8adbb77def5e72b5a" "Detection of file level clone for high level cloning" "2015" "clone detection technique" +"759" "d0729efb086dd5961ef791c655519801" "AST-based code plagiarism detection method" "2011" "clone detection technique" +"760" "0bafaba1034d2298a7eec16ddca4c073" "A clustering method for pruning false positive of clonde code detection" "2013" "clone detection technique" +"761" "5e0264724a59728467249657d3c8119b" "Method-level incremental code clone detection using hybrid approach" "2016" "clone detection technique" +"762" "7968eb5134bab2841d03533ac10d281f" "Detecting Java Code Clones Based on Bytecode Sequence Alignment" "2019" "clone detection technique" +"763" "1d923d5022cc4070f0293d9ce6b95875" "Identification of Similar Source Codes based on Longest Common Substrings" "2014" "clone detection technique" +"764" "94db1e65c0f79bdcc75b7cea5c44c70f" "Enabling clone detection for ethereum via smart contract birthmarks" "2019" "clone detection technique" +"765" "c14a177c066d64dcb4b2202307b543b2" "SMP-Based clone detection" "2014" "clone detection technique" +"766" "29012430c22fa4017729dfa6a04bc1f3" "Design and development of an efficient software clone detection technique" "2015" "clone detection technique" +"767" "6a23847d4f0c4b58318282c4434bf2f1" "Abstract Syntax Tree Analysis for Plagiarism Detection" "2012" "clone detection technique" +"768" "629f4c48ebba52752c866183d920246a" "A Novel Weight Assignment Approach for Detection of Clones in Simulink Diagrams" "2015" "clone detection technique" +"769" "e7601a6622bd5b989f8432cbe3b5f1a0" "Plagiarism Detection for Haskell with Holmes" "2013" "clone detection technique" +"770" "eca78bf53a285b21bc533b9f23a1e834" "Implementation of discoverable digital clone library for knowledge transfer and improved productivity." "2013" "clone detection technique" +"771" "19865c0c1b5870f8b06e119cead1a9b8" "Similarity detection method based on assembly language and string matching" "2012" "clone detection technique" +"772" "d4f37231ffde4a7dcaa38f15971d0d98" "Clone Detection in Model-Based Development Using Formal Methods to Enhance Performance in Software Development" "2018" "clone detection technique" +"773" "43a9d90e3d2bd65f74adbf817b68d9a7" "Improving Syntactical Clone Detection Methods through the Use of an Intermediate Representation" "2020" "clone detection technique" +"774" "336823e5d1660def572057e5c5725855" "Program Similarity Detection Tool" "2016" "clone detection technique" +"775" "a72f46183014dd0d5bb59f458628642e" "On the Structural Code Clone Detection Problem: A Survey and Software Metric Based Approach" "2014" "clone detection technique" +"776" "4c4749d48e3a44c23382929f02a18b48" "Detect functionally equivalent code fragments via k-nearest neighbor algorithm" "2012" "clone detection technique" +"777" "73e4577e40e7a7e1e0adbd65a6fee918" "Novel Code Plagiarism Detection Based on Abstract Syntax Tree and Fuzzy Petri Nets" "2019" "clone detection technique" +"778" "8d19ae7bbeedf792b2aec86bfd9717f3" "An empirical study on retrieving structural clones using sequence pattern mining algorithms" "2014" "clone detection technique" +"779" "84cb299c25185acdd0a30aacc20d0ce8" "An Effective Approach Using Dissimilarity Measures To Estimate Software Code Clone" "2015" "clone detection technique" +"780" "fcac507fe2614fd04cdfc47643977436" "Studying clone evolution using incremental clone detection" "2013" "clone detection technique" +"781" "d47d66ea2ed3ee97fd9f2bf800e51720" "CSPlag: a source code plagiarism detection using syntax trees and intermediate language" "2017" "clone detection technique" +"782" "35748e9bdb4a40087c995109b772aca1" "Similarity assessment of program samples based on theory of fuzzy" "2013" "clone detection technique" +"783" "beba0a41016628dffe28dc843747ac63" "Detection of Behavioural Clone" "2014" "clone detection technique" +"784" "684331393b385d29eb8fd6eb759fb596" "Development Of A Light-Weight Hybrid (Lwh) Approach For Method-Level Code Clone Detection And Maintenance" "2015" "clone detection technique" +"785" "323835578c3ad4202395e188383b546c" "Reasoning about global clones: Scalable semantic clone detection" "2011" "clone detection technique" +"786" "672280d14993142d4d2dcb3e800baa1a" "Code Plagiarism Detection Method Based on Code Similarity and Student Behavior Characteristics" "2020" "clone detection technique" +"787" "9f3e532745d46b7920c41fadf835b2f5" "Large-scale clone detection and benchmarking" "2018" "clone detection technique" +"788" "766a1e399086bef9373a61f6b3c8fe4e" "An approach to clone detection in sequence diagrams and its application to security analysis" "2018" "clone detection technique" +"789" "549a2963ed5326fef31905595b4232a1" "Overview of Source Code Plagiarism in Programming Courses" "2015" "clone detection technique" +"790" "4d5dee3e927cbdb352cb7aa2755b6043" "Proposal of Evaluating C Language Programs by Using Original Syntax Tree" "2016" "clone detection technique" +"791" "5d19a7148e379267fa4f8a66994c0942" "An Approach of Suspected Code Plagiarism Detection Based on XGBoost Incremental Learning" "2019" "clone detection technique" +"792" "0e42ccb80ea47f2cec3fac538f18be19" "Hcdetector: A Hybrid Approach to Detect Code Clones in Java Programs" "2014" "clone detection technique" +"793" "e7e1628619c560dcd0227abb1df4ee57" "Code clone discovery based on functional behavior" "2012" "clone detection technique" +"794" "448e5bd3089dbb5fb734991dc67c84a5" "A unified approach to automate the usage of plagiarism detection tools in programming courses" "2017" "clone detection technique" +"795" "a29e2e7325012482a7a776a0be71333b" "Large-scale code clone detection" "2016" "clone detection technique" +"796" "ea82a46c3af5194a54aa78b54c081a74" "Program characterization using runtime values and its application to software plagiarism detection" "2015" "clone detection technique" +"797" "a8cfd4a42ec30539f63953ac08d0bb50" "An improved plagiarism detection scheme based on semantic role labeling" "2012" "clone detection technique" +"798" "4f67eef8639a19797bebcfc6d11f8e57" "Improving Plagiarism Detection Using Genetic Algorithm" "2019" "clone detection technique" +"799" "23b4cf60263b20dd1d3ff04be995fc96" "Particle swarm optimisation-based source code plagiarism detection approach using non-negative matrix factorisation algorithm" "2020" "clone detection technique" +"800" "116b1b4c8824892a03d05edcc413a321" "On the effectiveness of vector-based approach for supporting simultaneous editing of software clones" "2016" "clone detection technique" +"801" "050a7d1252e0db42a77a77416b58e352" "CCAligner: a token based large-gap clone detector" "2018" "clone detection technique" +"802" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "2015" "clone detection technique" +"803" "5c3e9e0b9cd01b9c6031b4296ec62413" "Boreas: an accurate and scalable token-based approach to code clone detection" "2012" "clone detection technique" +"804" "3625c6d4f4974fa8add7b3ae98fcbf8a" "LICCA: A tool for cross-language clone detection" "2018" "clone detection technique" +"805" "94ec7aa391067e0f584783be2bd60b76" "Haskell clone detection using pattern comparing algorithm" "2015" "clone detection technique" +"806" "c2fa9fddb43d46b2c80c8ef96f7c0967" "Clonewise–Automatically Detecting Package Clones and Inferring Security Vulnerabilities" "2012" "clone detection technique" +"807" "14a77bcee79a5e69bd72db5c5d4b310f" "Scalable and accurate clones detection based on metrics for dependence graph" "2014" "clone detection technique" +"808" "beccbbe867ce7506328c5b3df8563f8e" "A Graph clustering algorithm for the homology detection" "2011" "clone detection technique" +"809" "daae1101c87ef9df7d762c25c8d38f6b" "Sourcerercc and sourcerercc-i: tools to detect clones in batch mode and during software development" "2016" "clone detection technique" +"810" "fb18ee56fe5dc52a080ee8bdf5fee8a6" "Low RAM footprint algorithm for small scale plagiarism detection projects" "2012" "clone detection technique" +"811" "34701cf3dfe4a190892d877eb9459669" "Content clones or re-thinking clone on a call graph" "2012" "clone detection technique" +"812" "2357db4d0c467e831d07635af2af94c8" "Improving the Unification of Software Clones using Tree and Graph Matching Algorithms" "2014" "clone detection technique" +"813" "22579c2cfdb7462dab251989908b53fe" "Parallel and distributed code clone detection using sequential pattern mining" "2013" "clone detection technique" +"814" "7d85c60c24831ce3ec2ba5f3170fbf3a" "Measuring whitespace pattern sequences as an indication of Plagiarism" "2012" "clone detection technique" +"815" "aaa26746c33b3ed862c369610b32668a" "αDiff: cross-version binary code similarity detection with DNN" "2018" "clone detection technique" +"816" "0c804e9afd8e9bcd9e9bcb34ed85f5e4" "A Lightweight Cross-Version Binary Code Similarity Detection Based on Similarity and Correlation Coefficient Features" "2020" "clone detection technique" +"817" "231aaed8a102046ae3c43ef8ced9c0d1" "Functional code clone detection with syntax and semantics fusion learning" "2020" "clone detection technique" +"818" "85fc090f09a5a53d1acf37b29066552b" "Enhancing Notation-based Code Cloning Method With An External-based Identifier Model" "2020" "clone detection technique" +"819" "3541b3e6051644b7fa4f17f262f6bb03" "Statement-level AST-based Clone Detection in Java using Resolved Symbols." "2019" "clone detection technique" +"820" "8d3090e9378935a1c9c26406c737e604" "Supervised deep features for Software functional clone detection by exploiting lexical and syntactical information in source code" "2017" "clone detection technique" +"821" "29649207f921c0b589a76e9e12cca70f" "Student research abstract: On computing similarity of android executables using text mining" "2017" "clone detection technique" +"822" "611fe7c1184ffbe32e2a34c9cead12a6" "Modular Heap Abstraction-Based Code Clone Detection for Heap-Manipulating Programs" "2012" "clone detection technique" +"823" "ffce08286274528b830c3fd19a444f6f" "Twin-Finder: Integrated Reasoning Engine for Pointer-Related Code Clone Detection" "2020" "clone detection technique" +"824" "2ac8c7c086ecc0bf452a378d0eebda9d" "Towards slice-based semantic clone detection" "2018" "clone detection technique" +"825" "4a7cdec3ed3d33cf58760dd915a5d282" "An Empirical Study of a Hybrid Code Clone Detection Approach on Java Byte Code." "2017" "clone detection technique" +"826" "904dbc797f92c0cf713fe73a68764717" "SPPlagiarise: A Tool for Generating Simulated Semantics-Preserving Plagiarism of Java Source Code" "2019" "clone detection technique" +"827" "d5aa80599c0064bbc35837064f623c41" "A novel detection approach for statement clones" "2013" "clone detection technique" +"828" "622956520144c9006e95eeafef371bac" "A Novel Technique to Detect Semantic Clones" "2015" "clone detection technique" +"829" "94b0702b739354af16c57e04e6b00eda" "Generic code Cloning method for detection of Clone code in software Development" "2016" "clone detection technique" +"830" "44d60f1e38b19714136891df5943f3e0" "Eclone: ​​Detect semantic clones in ethereum via symbolic transaction sketch" "2018" "clone detection technique" +"831" "a3fa411c382924c24d737bc33532a94d" "Discovering Functionally Similar Code with Taint Analysis" "2016" "clone detection technique" +"832" "770c361c70402a3f8a66217a88bec910" "Search Engine Refactoring tool for Code Clone Detection of Static and Dynamic WebPages" "2015" "clone detection technique" +"833" "17878b728952dc049d651d9aac1ac661" "Detection of near-miss clones using metrics and Abstract Syntax Trees" "2017" "clone detection technique" +"834" "bd07fabd0b9265243181d4cc6ad22030" "Detection and evolution analysis of code clones for efficient management of large-scale software systems" "2015" "clone detection technique" +"835" "2c5f0d80e2b3abfe44827abdc51c269d" "Gapped code clone detection with lightweight source code analysis" "2013" "clone detection technique" +"836" "9d524ba896c24efa87ad2a488992768c" "Interface Driven Code Clone Detection" "2017" "clone detection technique" +"837" "4b358e4250a2ed152c9655c44f62aa96" "Semantics-Based Obfuscation-Resilient Binary Code Similarity Comparison with Applications to Software and Algorithm Plagiarism Detection" "2017" "clone detection technique" +"838" "31ec211d38839c3ef307aa6b146a72de" "A search of Verilog code plagiarism detection method" "2018" "clone detection technique" +"839" "bba887ae0fcf259fb23cdff2bf834d05" "Accelerating text-based plagiarism detection using gpus" "2015" "clone detection technique" +"840" "53d5f0d0c2a0c72203855c7a82d67935" "Deep Learning Similarities from Different Representations of Source Code" "2018" "clone detection technique" +"841" "7f2188ebb50bb2f36fef5e9cc41325ee" "Effective and efficient model clone detection" "2015" "clone detection technique" +"842" "c44edffca9033d33937bd83170a9ee0e" "XIAO: tuning code clones at hands of engineers in practice" "2012" "clone detection technique" +"843" "c113f03ac5dab8dc0a74a6016f1deab6" "Efficient similarity measurement by the combination of distance algorithms to identify the duplication relativity" "2018" "clone detection technique" +"844" "15df5796952a2f9655860513835efce6" "Seclone-a hybrid approach to internet-scale real-time code clone search" "2011" "clone detection technique" +"845" "d006149c686cbc0b9355b0abdc4759f8" "Fast and Precise Token-Based Code Clone Detection" "2016" "clone detection technique" +"846" "18cf354e0f1ea66b1727fb4372c35677" "Design Code Clone Detection System uses Optimal and Intelligence Technique based on Software Engineering" "2017" "clone detection technique" +"847" "752d8a98bd2c2be596de0e74a540efcb" "DroidCC: A Scalable Clone Detection Approach for Android Applications to Detect Similarity at Source Code Level" "2018" "clone detection technique" +"848" "c93aa07ddd1959c746f0ead70d3eb52e" "The study of plagiarism detection for object-oriented programming" "2012" "clone detection technique" +"849" "2bee533ec76df65c3a1d9871f63ad37f" "Plagiarism recognizer in PHP source code" "2015" "clone detection technique" +"850" "0b04abee8952bfbd70494528a030ae3e" "Semantic clone detection using method Ioe-behavior" "2012" "clone detection technique" +"851" "1d71e97a5c21b8499cbca15ecd44ce1e" "Parallel Clone Code Detector in MapReduce." "2014" "clone detection technique" +"852" "0cbda8a8551510d995530d0e87566838" "Cloning in DSLs: Experiments with OCL" "2012" "clone detection technique" +"853" "2c79056323c3ccf39fb91f8e130027cf" "Clone detection through process algebras and Java bytecode" "2011" "clone detection technique" +"854" "363e31518b5712db04c60641fd9c8c4e" "Learning-Based Recursive Aggregation of Abstract Syntax Trees for Code Clone Detection" "2019" "clone detection technique" +"855" "5f49d25582eae62ca8d13565ef29bbd6" "Clone Detection in R" "2017" "clone detection technique" +"856" "bed914131fcf82d275d373a6e6e9459a" "Detecting model clones using design metrics" "2018" "clone detection technique" +"857" "ce81c8a3d6cf4d53ba643e309fdc2e7d" "CodEX: Source Code Plagiarism Detection Based on Abstract Syntax Tree." "2018" "clone detection technique" +"858" "e3908621dd1b5158e6c3507f74e5e47d" "Detection of code clones in software generators" "2014" "clone detection technique" +"859" "666da4ef2c96233283d27943aaeeee74" "Measuring Similarity Between Data Structures for Detecting Plagiarized Source Codes" "2019" "clone detection technique" +"860" "d75252bba6ca8b189628de72f3cca9c5" "Clone detection using time series and dynamic time warping techniques" "2016" "clone detection technique" +"861" "932ccc83691c19d7475ad909665b684a" "Evaluating plagiarism detection software for introductory programming assignments" "2016" "clone detection technique" +"862" "8949d5999374ff79d4f95dc8907cac0f" "Towards detection and analysis of interlanguage clones for multilingual web applications" "2016" "clone detection technique" +"863" "3dfce3915558774f5fabeab0e2acbf13" "ReDeBug: Finding Unpatched Code Clones in Entire OS Distributions" "2012" "clone detection technique" +"864" "2a23c96755268186dd32ef61cf851c7b" "Rethinking dependence clones" "2017" "clone detection technique" +"865" "cb1c6207a8feef50204ff470c3a3e7c7" "Code clone studies in JavaScript applications" "2013" "clone detection technique" +"866" "168c231fb20f7b018fcae33bdeaab5a4" "Development nature matters: An empirical study of code clones in JavaScript applications" "2016" "clone detection technique" +"867" "84804d5033bb1f32e65612d540d0f83e" "Current trends in source code analysis, plagiarism detection and issues of analysis big datasets" "2017" "clone detection technique" +"868" "0074bc822d4b3ffef3f8a9bca70d70e7" "Research on Algorithm of Program Code Similarity Detection" "2017" "clone detection technique" +"869" "5eee35fa4ce9a772d853544664caffee" "Review of source-code plagiarism detection in academia" "2016" "clone detection technique" +"870" "5f1bce15e8cb584727f910d207bef727" "Various possibilities of Clone Detection in Software's: A Review" "2015" "clone detection technique" +"871" "0d5f1c6c564f9a5dc7f4090c2b139166" "Analysis on Identification Technologies of Program Code Similarity" "2011" "clone detection technique" +"872" "7f33a3d9d05093e8f75685304fee89bd" "Using concepts of text based plagiarism detection in source code plagiarism analysis" "2017" "clone detection technique" +"873" "5f832c19448ac2b59c0eb283003b291a" "Code clone detection and analysis using software metrics and neural network-a literature review" "2015" "clone detection technique" +"874" "23b1a2aabe20f33376dffc7d2ab046a7" "Source Code Plagiarism Detection'SCPDet': A Review" "2014" "clone detection technique" +"875" "db1dab9bf9797be331d5694b69bf8f89" "Code Cloning: The Analysis, Detection and Removal" "2013" "clone detection technique" +"876" "2ec0aa212832c5ddfcb0040b5e6551ec" "A comprehensive study of finding copy-and-paste clones from program source codes" "2014" "clone detection technique" +"877" "964674c22bb81c679f9fc71a3280865d" "A Survey on Software Code Clone Detection to Improve the Maintenance Effort and Maintenance Cost of the Software" "2018" "clone detection technique" +"878" "1766d13afbf4644f0e0f295960d37f19" "A Literature Survey on Software Clone Testing" "2015" "clone detection technique" +"879" "388ccf5494c79babb31105d818077606" "Study on various Software clone types and Detection mechanism in forked software project" "2016" "clone detection technique" +"880" "a382598146a6f12461ccd9ce11b10335" "The Survey of the Code Clone Detection Techniques and Process with Types (I, II, III and IV)" "2018" "clone detection technique" +"881" "426a6af85cce23ed5d04fdd95439b19f" "A Review on Code Clone Analysis and Code Clone Detection" "2013" "clone detection technique" +"882" "a1411d3772b086fe15f4fecda4ba3cbc" "Similarity Detection Techniques for Academic Source Code Plagiarism and Collusion: A Review" "2019" "clone detection technique" +"883" "a34ab9187d8a112fa7bad514f04d9bf2" "A Review on Software Code Clones and Tools and Techniques Available to Handle Them" "2019" "clone detection technique" +"884" "8d4c08ca95db63011678f0be563ba7ad" "A survey of software clone detection techniques" "2016" "clone detection technique" +"885" "ec12cd986055d184133d90153c02e1c1" "Comparative study of software clone detection techniques" "2016" "clone detection technique" +"886" "177875e0cf1a207e4b434c6df190951e" "Large-scale copy detection" "2011" "clone detection technique" +"887" "e914c09eac61888b7cb3bd023f1b9dec" "Review of plagiarism detection technique in source code" "2019" "clone detection technique" +"888" "087975be160ad6b7ec455760ac3a63cc" "Review of Review of Code Clone Detection Clone Detection Clone Detection" "2014" "clone detection technique" +"889" "415c40950573978bfadb85b1db40c82c" "Plagiarism detection: A tool survey and comparison" "2014" "clone detection technique" +"890" "54e3f920aba74068012fcf7a74617e2d" "A Comprehensive Review of Code Clone Detection Techniques" "2015" "clone detection technique" +"891" "8d43b957a2d47bf6c01da876b3a6f663" "A Comparative Study of Clone Detection Approaches" "2019" "clone detection technique" +"892" "b39c4a7ed8b86e3e454b562438114058" "Style analysis for source code plagiarism detection" "2018" "clone detection technique" +"893" "a341e4d353380fcb637b1080ea64811b" "Code Clone Detection with Refactoring support Through Textual analysis" "2011" "clone detection technique" +"894" "fb5e19aa18164b3e6dee1d74ad9220d9" "Evaluation of duplicated code detection tools in cross-project context" "2015" "clone detection technique" +"895" "13c5c46ae83f684e7bf07c10190ca935" "Literature Survey of Software Clones" "2016" "clone detection technique" +"896" "3400a979779b5f54826b244ccf5395f4" "A Review on Code Clones Detection Techniques for Software Systems" "2015" "clone detection technique" +"897" "4450ce6389c3a3281eb4d274a9c9a088" "Comprehending code fragment in code clones: A literature-based perspective" "2020" "clone detection technique" +"898" "f55e9c6e34c74514e99f9f63075a11f4" "Insight to model clone’s differentiation, classification, and visualization" "2020" "clone detection technique" +"899" "eb83c945f7860e60d0af7b7411eb9b43" "A Novel Composite Approach for Software Clone Detection" "2015" "clone detection technique" +"900" "617ab423922a0c6e4a7c8c009aa09f48" "Software Cloning Detection Techniques: Comparison Criteria" "2012" "clone detection technique" +"901" "d8e1b850fbca80a364246764257d6201" "Review on various code clone detection Techniques" "2015" "clone detection technique" +"902" "254273f180f46bbbb834a883f5e3cd12" "Comparison of clone detection techniques" "2012" "clone detection technique" +"903" "64e2e957f26e54828d167fcff012ca46" "Software source code plagiarism detection: a survey" "2016" "clone detection technique" +"904" "6fb6b06fd0d9fc546bd42ea484d73534" "A Survey on Code Clone, Its Behavior and Applications" "2018" "clone detection technique" +"905" "0a79e008301503f6df3e37cd3b1a6640" "Detecting Code Clones: A review" "2016" "clone detection technique" +"906" "405d046830374a69bb6740eddc7ff520" "Code Clones: Detection and Management" "2018" "clone detection technique" +"907" "b727d37cd11ef5aedc127a4b5a43cdfc" "A literature review of code clone analysis to improve software maintenance process" "2012" "clone detection technique" +"908" "ce0761ae2b2c6cecfb1b35f183bd26ba" "Software clone detection: A review" "2016" "clone detection technique" +"909" "e21166a163639b8c029bd5b495ac28dd" "Literature survey of clone detection techniques" "2014" "clone detection technique" +"910" "ce3866816ca0a33e6724e6903b53bd8f" "Survey on Software Clone Detection Research" "2019" "clone detection technique" +"911" "2d6bc4c1a52466b47f8ff1554aae91fe" "A state of art on source code plagiarism detection" "2016" "clone detection technique" +"912" "3e80588598f609a8edc805508f8744bc" "A survey on code clone and detecting techniques" "2015" "clone detection technique" +"913" "f7591c2caa7d71b7e024f463cd86ae48" "Overview and Comparison of Plagiarism Detection Tools." "2011" "clone detection technique" +"914" "0823ddcebf8f9c09c5f7bfb41b256db9" "Software Cloning: Types and Detection Techniques" "2014" "clone detection technique" +"915" "8b1f10bc3a25c19fcb8387e34c2d1ea9" "Study of Clone Code Detection Method" "2019" "clone detection technique" +"916" "38629eef5a230d0c82d1c07c6798296d" "Insight to Model Clone's Differentiation, Classification, and Visualization" "2020" "clone detection technique" +"917" "0cbc2d2c463e7c7b20bcc01a09e02174" "Various Code Clone Detection Techniques and Tools: A Comprehensive Survey" "2016" "clone detection technique" +"918" "fdd61262d1561ab1b1b6142b0c2e397a" "Implementation of Model Cloning in Software Models using UML diagrams" "2016" "clone detection technique" +"919" "8db1301086c065817ea716289ff17837" "Code Clone Detection Using Various Approaches" "2014" "clone detection technique" +"920" "7cdbc77d19a268da8e0234007de76c12" "A Review of Clone Detection Techniques using Model Semantics" "2013" "clone detection technique" +"921" "f165ec6e18311cd873303e90aa6c3ae6" "Systematic Mapping Study of Metrics based Clone Detection Techniques" "2016" "clone detection technique" +"922" "06ba4635c3b8e4bacb1133666ac54290" "Recent Advancements in Code Clone Detection–Techniques and Tools" "2019" "clone detection technique" +"923" "59bdcc8430af322e4954a49d99662d25" "A systematic literature review of code clone prevention approaches" "2014" "clone detection technique" +"924" "ef3c28520034640ff6aee7065df64e85" "Software clone detection: A systematic review" "2013" "clone detection technique" +"925" "c23c908c09fb3ce40dae616f200356f5" "State-of-the-Art Report on Clone Detection" "2017" "clone detection technique" +"926" "c50856e5d8e347716871ddf73f1b5775" "Do Concern Metrics Support Code Clone Detection?" "2014" "clone detection technique" +"927" "aa11e4a55aa25b78e563ee5bf11fcbd7" "A Systematic Review on Code Clone Detection" "2019" "clone detection technique" +"928" "e5e10c5555808eef69499543a253f411" "A mapping study of software code cloning" "2012" "clone detection technique" +"929" "ff755b6b6c167c76cb0d3f73657c6464" "Similarity-based analyses on software applications: A systematic literature review" "2020" "clone detection technique" +"930" "53fed231d31612fd65ef73bd80249983" "Accurate and Scalable Cross-Architecture Cross-OS Binary Code Search with Emulation" "2019" "clone detection technique" +"931" "5e795b5b4a0a39bf2fc2bedce0da47bd" "保持语义不变的 C 克隆代码预处理方法" "2017" "clone detection technique" +"932" "8137a94f80da6722efac2be0a0622f05" "Hybrid algorithm of similarity detection for assembly language programs" "2011" "clone detection technique" +"934" "bf2750d422c79a638829445c1539f39d" "克隆代码分析方法研究" "2017" "clone detection technique" +"935" "6b5a53beb5a6a1a9d8a4b70f3944dd64" "一种基于特征矩阵的软件脆弱性代码克隆检测方法" "2015" "clone detection technique" +"937" "0290081909213bd67f48e5f72f54af96" "基于程序向量树的代码克隆检测" "2020" "clone detection technique" +"938" "e8fc0d22fcef314c7fba632dcfe51d30" "The Method to Eliminate False Positives of Clone Code Detection with Hash Value and Identifier Conflict Ratio" "2013" "clone detection technique" +"939" "8caf106791f08805c9e2ab9dda46bab6" "软件抄袭检测研究综述" "2016" "clone detection technique" +"942" "7ac8828f8fe346695e614dcac4c8c23e" "Software vulnerability code clone detection method based on characteristic metrics" "2015" "clone detection technique" +"947" "3bd3957390b3b5a976bc59dd59a1e2be" "基于特征矩阵的Python克隆代码漏洞检测方法" "2019" "clone detection technique" +"950" "f44bf4e2e94b3a2365989a5235c69fd9" "Similar code detection algorithm based on sequence clustering" "2013" "clone detection technique" +"951" "d4ba48878e10978c0ff87a2f3e9e5020" "Program clone analysis and approximate solution method based on program dependence graph" "2013" "clone detection technique" +"953" "68005be507a5cc5b6c70236ca4db0bfc" "A Source Code Similarity Approach Based on Improved Convolutional Neural Networks" "2019" "clone detection technique" +"954" "a9e960242f9c330ce9d08dfbc9ab3fa1" "基于 Token 编辑距离检测克隆代码" "2015" "clone detection technique" +"955" "bd24a615e15d22eafaa6176b6eb0fe58" "基于分组的代码克隆增量检测方法" "2014" "clone detection technique" +"956" "6891a6c0eaf82534c58ed42d8555a2ec" "大规模代码克隆的检测方法" "2014" "clone detection technique" +"959" "4a6e4acf2db46a4d748219ec16a1f8b0" "A New Method of Detecting the Structural Clone" "2011" "clone detection technique" +"960" "73eb367fe3addeb6bf74bffa4e20f680" "Clone group mapping method based on topic Modeling" "2015" "clone detection technique" +"961" "272d19236e1aede60c11df8aeec10ed4" "Program Similarity Detection Based on Syntax Tree" "2014" "clone detection technique" +"962" "a98f73260b9f3a58f0126f55f003958d" "Research on Similarity Measure for AST-Based Program Codes" "2015" "clone detection technique" +"963" "0cfa6aea593876da87f232748cb32e71" "AST-based plagiarism detection method" "2012" "clone detection technique" +"965" "25cd89f3d4ca38085f22aea312bd0c46" "Cloned Buggy Code Detection in Practice Using Normalized Compression Distance" "2018" "buggy clone detection" +"966" "d2c74bd62e74bed8140fe3156bef982c" "Lascad: Language-agnostic software categorization and similar application detection" "2018" "software similarity detection method" +"967" "ac0781d5f1a6909fd74d680641978e94" "Clone Wrapper Detection Technique: Clones Family Tree Ontology" "2012" "ontology representation of clone" +"968" "873ce4275a6eeff0520ba3ebe66cb56b" "Discoverable Digital Clone Repository for Improved Knowledge Transfer and Productivity" "2013" "ontology representation of clone" +"969" "993cb2539ce8c280fb46d5359f7e7e0c" "Pattern mining of cloned codes in software systems" "2014" "pattern mining" +"970" "eb099111915e00bcb9a796108b71f325" "FORMALIZATION AND DETECTION OF COLLABORATIVE PATTERNS IN SOFTWARE" "2015" "collaborative pattern detection" +"971" "1060451f3e17f2c0efd7758f54135a15" "Selecting a set of appropriate metrics for detecting code clones" "2014" "metrics selection for clone" +"972" "d2c74bd62e74bed8140fe3156bef982c" "Lascad: Language-agnostic software categorization and similar application detection" "2018" "software classification" +"973" "569a3e41a4054c946591efbe354fa0c6" "Searching for better configurations: A rigorous approach to clone evaluation" "2013" "optimize clone technique configuration" +"974" "aa835da8a1ee1a1654ad15646136b41a" "Searching for configurations in clone evaluation–a replication study" "2016" "optimize clone technique configuration" +"975" "625e898660e28c7d25180102d7412b92" "Evaluating the performance of LSA for source code plagiarism detection" "2012" "optimize clone technique configuration" +"976" "6ace5a100312165b5f12ca64de80dabe" "Code relatives: detecting similarly behaving software" "2016" "code relative detection" +"977" "431201814f189fe81717a6c6e20f4407" "Selection of Code Segments for Exclusion from Code Similarity Detection" "2020" "code removal for clone detection" +"978" "99da5206f03778b2a3bebe504b55b288" "Why and how to control cloning in software artifacts" "2011" "clone detection workbench" +"979" "490cf33c5d7c1b61123aebb200afd36a" "Comprehensible presentation of clone detection results" "2015" "clone clustering for optimizing clone detection results" +"980" "c667efec2ddb1db8c5850a59f4da956d" "A measurement of similarity to identify identical code clones" "2015" "clone clustering for optimizing clone detection results" +"981" "bdc4c1e06013d6d073cd42684b7e76f1" "基于改进向量空间模型的克隆群映射方法" "2016" "clone clustering for optimizing clone detection results" +"982" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "2013" "clone clustering" +"983" "b9d1c050832c81c039fdfe3dadf4b7f1" "Classification model for code clones based on machine learning" "2015" "clone filtering" +"984" "87fe8194f52fb655a2a0dd8c2fd50680" "Bigcloneeval: A clone detection tool evaluation framework with bigclonebench" "2016" "clone evaluation" +"985" "d2a13538afc89d8a61eafb88c50a9735" "Intensification of Software Security using Secure Obfuscation with Injecting and Detecting Code Clones" "2019" "clone evaluation" +"986" "b144bb9e947b29977f478815b2a86a6a" "A mutation analysis based benchmarking framework for clone detectors" "2013" "clone evaluation" +"987" "5b35be0a89f987fca2d7aac8ca7b0e78" "On the Use of Machine Learning Techniques Towards the Design of Cloud Based Automatic Code Clone Validation Tools" "2018" "clone evaluation" +"988" "5da9a6dab4570ebcdd7caa218cc2cc14" "Model Clone Detector Evaluation Using Mutation Analysis" "2014" "clone evaluation" +"989" "1a4a1c2ba514edd99d1be41fd653f6c4" "Forksim: Generating software forks for evaluating cross-project similarity analysis tools" "2013" "clone evaluation" +"990" "77ea5130bca6c494ad417ca13f316409" "Leveraging Historical Code Changes to Support Clone Management Activities" "2015" "clone evaluation" +"991" "4322711c8ff76c7d54b3aca01e3d0fa3" "Source code reuse evaluation by using real/potential copy and paste" "2015" "clone evaluation" +"992" "7a360103d898be2b0e0aee77ca71ae50" "Dolly or Shaun? A Survey to Verify Code Clones Detected using Similar Sequences of Method Calls" "2016" "clone evaluation" +"993" "05ecff8a9ac7e1ceca89d064aa0ec9ad" "A mutation analysis based model clone detector evaluation framework" "2014" "clone evaluation" +"994" "50c1bd3919caadab64c638ae39cd93e9" "Evaluating clone detection tools with bigclonebench" "2015" "clone evaluation" +"995" "1a39132fbc764c3550e9bec703844416" "A Machine Learning Based Approach for Evaluating Clone Detection Tools for a Generalized and Accurate Precision" "2016" "clone evaluation" +"996" "56c55baec94c89a608fd050dcb1d1c5f" "CloneCognition: machine learning based code clone validation tool" "2019" "clone evaluation" +"997" "668a28d2d476f3b97dc4a2ee77e50413" "The Mutation and Injection Framework: Evaluating Clone Detection Tools with Mutation Analysis" "2019" "clone evaluation" +"998" "2967dbdfefe9050895e3fab097986f9a" "COAT: Code Obfuscation Tool to Evaluate the Performance of Code Plagiarism Detection Tools" "2017" "clone evaluation" +"999" "063a14baf58b7b6713c5288c69642b45" "On Precision of Code Clone Detection Tools" "2019" "clone evaluation" +"1000" "224a36d397bdffb4c7e77c6f4c28e9ca" "Evaluating modern clone detection tools" "2014" "clone evaluation" +"1001" "9f3d9e7ca967a61ac19ab168d8bdeaeb" "Efficiently Measuring an Accurate and Generalized Clone Detection Precision using Clone Clustering" "2016" "clone evaluation" +"1002" "df349c87080cff71d300a5c8c65ec3dc" "Towards Automating Precision Studies of Clone Detectors" "2019" "clone evaluation" +"1003" "16f235b15dddbd7d56db48daa3060294" "A Mutation Operator-Based Scenario for Evaluating Software Clone Detection Tools and Techniques" "2019" "clone evaluation" +"1004" "259ea4a112109a053571bf6009ac6e0c" "Using mutation analysis for a model-clone detector comparison framework" "2013" "clone evaluation" +"1005" "b9338cb6f6f5a2c626e1849ce3ab77e1" "MuMonDE: A framework for evaluating model clone detectors using model mutation analysis" "2018" "clone evaluation" +"1006" "9213eea0cacc0318bc30c67877e46fca" "A machine learning based framework for code clone validation" "2020" "clone evaluation" +"1007" "286043573283268aea50cdd0fa2e2c05" "Smelling out code clones: Clone detection tool evaluation and corresponding challenges" "2015" "clone evaluation" +"1008" "fc306ceba9ae46e1b75b377c917f5665" "A Survey on the Evaluation of Clone Detection Performance and Benchmarking" "2020" "clone evaluation" +"1010" "64f8db69ce01a9e9598a203af8669c82" "About metrics for clone detection" "2014" "clone detection metrics" +"1011" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "2015" "clone detection metrics" +"1012" "6cfffc89f1b64372d8efb7103bb2e851" "The prediction of code clone quality based on bayesian network" "2016" "code clone quality prediction" +"1013" "52d0d1900a7b9f121181ab7637910f80" "CloneAyz: An Approach for Clone Representation and Analysis" "2016" "clone evolution" +"1014" "246809cf79ae84000374eecd8fb625cc" "Evolution of near-miss clones" "2012" "clone evolution" +"1015" "22ebbf26039b497ca51dc1a4a81d97a0" "GCad: A near-miss clone genealogy extractor to support clone evolution analysis" "2013" "clone evolution" +"1016" "150152a367380be23282167fd3923733" "Analyzing Clone Evolution for Identifying the Important Clones for Management" "2017" "clone evolution" +"1017" "380254728acd7dc52e2a0b890e3a1c46" "Where does this code come from and where does it go?—Integrated code history tracker for open source systems" "2012" "clone evolution" +"1018" "da4f6b5b187045128e2fa816e7de6810" "Tracking the Evolution of Code Clones" "2011" "clone evolution" +"1019" "5dabb2c14f1ca37fb89c755f67b70d0a" "Studying Late Propagations in code clone evolution using software repository mining" "2014" "clone evolution" +"1020" "2cbc32864db81d7ebd8da3a71b2544b9" "The Prediction of Code Clone Quality by Extracting Fast and Precise Clone Genealogies in Complex Code Bases" "2017" "clone evolution" +"1021" "dbd0e09c50bff10a53c4528193dae48c" "An empirical study on bug propagation through code cloning" "2019" "clone evolution" +"1022" "f49cd9c70906858265f73899c103b3f3" "Industrial application of clone change management system" "2012" "clone evolution" +"1023" "01a2171d5b3570a69d68910d0e409b0f" "An empirical study on the fault-proneness of clone migration in clone genealogies" "2014" "clone evolution" +"1024" "bd81cd8112624624fa30ee5b19e72ad7" "Code Clone Tracer (CCT): A Tracking Tool for Analyzing Human and Social Factors in Creating and Reusing Code Clones" "2019" "clone evolution" +"1025" "8fc6b52bc97c754996507beb39e14b9d" "Co-evolution of Simulink Models in a Model-Based Product Line" "2020" "clone evolution" +"1026" "4840797a6eca06a9f3f0b67de97d51e8" "An Empirical Study on Similar Changes in Evolving Software" "2018" "clone evolution" +"1027" "1f5b1d5291ccccdfe295234064df4aef" "Predicting change consistency in a clone group" "2017" "clone evolution" +"1028" "61fa27a4c130c46758d4016b2be4bb7a" "A clone management framework to improve code quality of FOSS projects" "2017" "clone evolution" +"1029" "befdb4098ed7913fa2ba2ed3c22da0ec" "Late Propagation in near-miss clones: An empirical study" "2014" "clone evolution" +"1030" "5e53089c69db18d9f48cb319068270da" "Inconsistency detection in software component source code using ant colony optimization and neural network algorithm" "2016" "clone evolution" +"1031" "e7fdbdad46d3cf18f432c12f3730c409" "Understanding the evolution of type-3 clones: an exploratory study" "2013" "clone evolution" +"1032" "0ac2acf4c26b0a56ea44fe2547448d6d" "An Empirical Study of Clone Removals" "2013" "clone evolution" +"1033" "66f60f848c5841124151135b1c1744c3" "Revealing missing bug-fixes in code clones in large-scale code bases" "2013" "clone evolution" +"1034" "5f554906c6e504c85e22ef2b52ade9c6" "An empirical study of the fault-proneness of clone mutation and clone migration" "2013" "clone evolution" +"1035" "6a539264a3df352ef10e2044deb5224c" "Analyzing repetitiveness in big code to support software maintenance and evolution" "2015" "clone evolution" +"1036" "b1c6bac257658d228beb6dd0d3d687b8" "Toward Improved Understanding and Management of Software Clones" "2012" "clone evolution" +"1037" "e05ae757e0e9ed0eefaf9a1c7ca15430" "Analyzing and Forecasting Near-Miss Clones in Evolving Software: An Empirical Study" "2011" "clone evolution" +"1038" "4a011526cb5b4abdff6651f77ccd39c4" "Late propagation of Type-3 Clones" "2012" "clone evolution" +"1039" "28f455baf68450bfc220902fcc817f02" "A Study of Cloning in the Linux SCSI Drivers" "2011" "clone evolution" +"1040" "3df9918d3a58589221ea3c7f7de5ed93" "Visualization and analysis of software clones" "2012" "clone evolution" +"1041" "dd46856f28003deac0143d10fd1a6694" "Towards visualizing large scale evolving clones" "2019" "clone evolution" +"1042" "5fb7118b31d897bf1f2e0014053d3a89" "Identifying Code Clones Having High Possibilities of Containing Bugs" "2017" "clone evolution" +"1043" "8fb85db3baa46168e5645b862ae7ab03" "Evolution of component relationships between framework and application" "2012" "clone evolution" +"1044" "885017d2e132702cd3d4e51e7998ccc5" "CLource: Visualising the Evolution of Code Clones" "2019" "clone evolution" +"1045" "38eb8895b74543c52360d876b465a786" "Identifying clone removal opportunities based on co-evolution analysis" "2013" "clone evolution" +"1046" "6817a7bc47a733362d60e3301599e062" "An empirical study of faults in late propagation clone genealogies" "2013" "clone evolution" +"1047" "9d7274e37550573c14aaac6518c8cb19" "Evolution of Code Clone Ratios throughout Development History of Open-Source C and C plus plus Programs" "2017" "clone evolution" +"1048" "0f0bfb48b167841abd031e8ed8ba3105" "Predicting Consistency-Maintenance Requirement of Code Clones at Copy-and-Paste Time" "2014" "clone evolution" +"1049" "2ecae0b0446334f573c9812b33e705c8" "Evaluating the effect of code duplications on software maintainability" "2013" "clone evolution" +"1050" "655f75369ee4b1ae21fb6bba6ee40448" "Code clone genealogy detection on e-health system using Hadoop" "2017" "clone evolution" +"1051" "2884c424d2ed825d5341415e5bd04094" "ClonEvol: Visualizing software evolution with code clones" "2013" "clone evolution" +"1052" "77fe218628efbbb9ac639f5d44c5535f" "Analyzing and forecasting near‐miss clones in evolving software: an empirical study" "2011" "clone evolution" +"1053" "e913f6b3e9811b8bcd9d92f043c4e92a" "Towards Accurate and Scalable Clone Detection using Software Metrics" "2018" "clone evolution" +"1054" "f6ca1b6cdf922ab5a8d2336ed8b10e5a" "An Investigation into the Characteristics of Merged Code Clones during Software Evolution" "2014" "clone evolution" +"1055" "e88ebe1ccc0c32a819c4684336f508ac" "Is cloned code older than non-cloned code?" "2011" "clone evolution" +"1056" "0e6ef222c17d47a28ebdbf367c29eab6" "Code clones in Rhino: A case study" "2012" "clone evolution" +"1057" "215516bf465c404d543d0ed4ef099a76" "Empirical studies of code clone genealogies" "2012" "clone evolution" +"1058" "da013c61539122510e3913fc4922a917" "SPCP-Miner: A tool for mining code clones that are important for refactoring or tracking" "2015" "clone evolution" +"1059" "3b39ca832c71c40981d31a4bdd079cae" "Automatic Extract Clone Genealogy to Analysis Software Evolution Process" "2017" "clone evolution" +"1060" "50e1fdd77e482bc7f5180c469a0e8a02" "A New Clone Group Mapping Algorithm for Extracting Clone Genealogy on Multi-version Software" "2013" "clone evolution" +"1061" "4c6313b27ac21aa42f9bcd3bcf51963d" "Structural clones: An evolution perspective" "2018" "clone evolution" +"1062" "05397103a78051f3281fb589334f3079" "Frequency and risks of changes to clones" "2011" "clone evolution" +"1063" "0f914cc8afac75bcf72f7b3e25ee3d06" "Automatic ranking of clones for refactoring through mining association rules" "2014" "clone evolution" +"1064" "c96c0bc3474123c0f36314b7985a03d1" "Machine-learning aided analysis of clone evolution" "2017" "clone evolution" +"1065" "1358bd71e2f528498e08df9de94ac75a" "An Empirical Study of Code Clone Clustering Based on Clone Evolution" "2017" "clone evolution" +"1066" "69052e5c03d1b20747db48e09ad647e8" "Bug Propagation through Code Cloning: An Empirical Study" "2017" "clone evolution" +"1067" "c188af8b5a8f26ae0ec78adbb8793d83" "Dealing with clones in software: A practical approach from detection towards management" "2014" "clone evolution" +"1068" "da2257b53bc4201bb4f72f3262a06233" "Evolution of code clone ratios throughout development history of open-source C and C++ programs" "2017" "clone evolution" +"1069" "8c129f4d1a9caa1ea6ee302d32261766" "Evolutionary Perspective of Structural Clones in Software" "2019" "clone evolution" +"1070" "2d1146420b567585f61e8a049a21faca" "On the stability of software clones: A genealogy-based empirical study" "2013" "clone evolution" +"1071" "df56f2a4a4c1bb8685e398c9e3ce3812" "How multiple developers affect the evolution of code clones" "2013" "clone evolution" +"1072" "5616b50d1243f031b111ca62f5d97f50" "Change Impact Analysis of Code Clones" "2018" "clone evolution" +"1073" "cca3f376f2f152b9a164d1b762bfbdca" "A fine-grained analysis on the evolutionary coupling of cloned code" "2014" "clone evolution" +"1074" "cd03cd9de757a5aa85e796fc39d7c3c3" "An empirical study on inconsistent changes to code clones at the release level" "2012" "clone evolution" +"1075" "303be6e46f6706bd291cc579f69eeef9" "Identifying feature clones: an industrial case study" "2019" "clone evolution" +"1076" "03ef9c1eae03d7844d432aa12c12abe8" "The relationship of software quality characteristics to code clones" "2013" "clone evolution" +"1077" "4aaa92a189f9131f3cc09ff3d3f1a6d6" "CCEvovis: A Clone Evolution Visualization System for Software Maintenance" "2019" "clone evolution" +"1078" "269197967eeb85d68a9df057129fea95" "A comparative study on the intensity and harmfulness of late propagation in near-miss code clones" "2016" "clone evolution" +"1079" "e9c7b7fc31248103aa4dbd9d95f337bb" "Clone Management for Evolving Software" "2012" "clone evolution" +"1080" "dbc06b6ef691ef9088afdeb9a43098d4" "An empirical study of clone density evolution and developer cloning tendency" "2017" "clone evolution" +"1081" "273e4bf9f2fe3f357d07ea44abc8a5ae" "An Improved Code Clone Tracking Approach in Evolving Software." "2016" "clone evolution" +"1082" "e614800fb80c350ade647ff77e94af2a" "Studying the Effects of Code Clone Size on Clone Evolution" "2012" "clone evolution" +"1083" "2d3e86032e3b5865fa94ea482dce2a11" "Genealogical insights into the facts and fictions of clone removal" "2013" "clone evolution" +"1084" "79ad58bba9b525a0a1ecd2ccbdd0b271" "An empirical study of long-lived code clones" "2011" "clone evolution" +"1085" "c28163cd00d7ae36a67ed0e4d9bfd1ed" "Associating Code Clones with Association Rules for Change Impact Analysis" "2020" "clone evolution" +"1086" "e45cdc2938b83b377d82274a9eb555f7" "Enhancement of CRD-based clone tracking" "2013" "clone evolution" +"1087" "89da5ebfe0a17d45e073ee1364cedfaa" "Detection and analysis of near-miss clone genealogies" "2011" "clone evolution" +"1088" "d6d222fb758047fc54e8bc2683b72811" "Evaluating the E ect of Code Duplications on Software Maintainability" "2012" "clone evolution" +"1089" "72c43f63fe241b0e654320996514b582" "Visualizing Software Evolution with Code Clones" "2014" "clone evolution" +"1090" "c60a41e32b49784e2991b06982ef5f55" "Machine learning strategies for temporal analysis of software clone evolution using software metrics" "2017" "clone evolution" +"1091" "f8080551fa38bae28e037b118d83728c" "A Novel Approach for Clone Group Mapping by using Topic Modeling" "2015" "clone evolution" +"1092" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "2014" "clone evolution" +"1093" "006dfa69d79c1ec65b5f014a9cc59105" "Automatic Identification of Important Clones for Refactoring and Tracking" "2014" "clone evolution" +"1094" "5d24eb7e27283a30d2f12802167a2e29" "Evaluating the conventional wisdom in clone removal: a genealogy-based empirical study" "2013" "clone evolution" +"1095" "eb9e742b71db5ba2de90b481c230e3a3" "Extract Function Clone Genealogies across Multiple Versions" "2015" "clone evolution" +"1096" "4da49ceee5f627c45b75404c0608d776" "Analysis of Code Clone Ratios over Version Evolution in Open-Source Projects Written in C and C+" "2016" "clone evolution" +"1097" "fcac507fe2614fd04cdfc47643977436" "Studying clone evolution using incremental clone detection" "2013" "clone evolution" +"1098" "1f100b1d65e86833c3f20a353bb4dd7d" "Will this clone be short-lived? Towards a better understanding of the characteristics of short-lived clones" "2019" "clone evolution" +"1099" "3301bf3b0e79662292d142feb9375365" "Refactoring patterns study in code clones during software evolution" "2017" "clone evolution" +"1100" "0250c8a6c23a7c8e4a3b0a890f5f1908" "An Empirical Study on Clone Evolution by Analyzing Clone Lifetime" "2019" "clone evolution" +"1101" "d53fd0484b967c1633e551c76a6ab9c3" "A Comparison Among ARIMA, BP-NN, and MOGA-NN for Software Clone Evolution Prediction" "2017" "clone evolution" +"1102" "75a6206f2dd6630d39355cf4c6568a59" "An automatic framework for extracting and classifying near-miss clone genealogies" "2011" "clone evolution" +"1103" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "2015" "clone evolution" +"1104" "0b1a4a36f7ac79e6a90d85fee89e9050" "Investigating intentional clone refactoring" "2014" "clone evolution" +"1105" "d0efb869cdf73d5fda770555a5b5dbd8" "Extracting Clone Genealogies for Tracking Code Clone Changes" "2016" "clone evolution" +"1106" "7afeed3feb1304fdfc526abf7141dabd" "Late propagation in software clones" "2011" "clone evolution" +"1107" "05882d6deaf76b19ddcfc467e567ce6a" "Bug-proneness and late propagation tendency of code clones: A Comparative study on different clone types" "2018" "clone evolution" +"1108" "98042f499d2266a60ebfe26222e16cee" "Visualizing the evolution of code clones" "2011" "clone evolution" +"1109" "cfabb55a08c52e85c3a61980c91af042" "Micro-clones in evolving software" "2018" "clone evolution" +"1110" "7783f259f52ef32989c7f46be0f5277d" "ANovel APPROACH BASED ON TOPIC MODELING FOR CLONE GROUP MAPPING" "2015" "clone evolution" +"1111" "f5ba6240c217e23f24d85f838eea4df6" "CloneMap: A Clone-Aware Code Inspection Tool in Evolving Software" "2018" "clone evolution" +"1112" "cfe2a083b18ff0c5e291ea36c72073d8" "Understanding the Evolution of Code Clones in Software Systems" "2013" "clone evolution" +"1113" "0f25b22cc57ba5b84061342857041b02" "Clones: Underlying Patterns throughout the Software Lifecycle." "2012" "clone evolution" +"1114" "3a7cca4f74fe1560482f6a6dafd67005" "Clone evolution: a systematic review" "2013" "clone evolution" +"1115" "1ba6149c330d4d6c8ebc24657b4d1050" "A study on code clone evolution analysis" "2017" "clone evolution" +"1116" "72a06fee051f1c2c5069113870b00ffd" "Software Code Cloning Detection and Future Scope Development-Latest Short Review" "2014" "clone evolution" +"1117" "71d28493f19f57fccf941c71d781b619" "A survey on clone refactoring and tracking" "2020" "clone evolution" +"1118" "0ec0cde9479154ff4cc48c9f1e6b2293" "Clone genealogies extraction based on software evolution over multiple versions" "2015" "clone evolution" +"1119" "bfa8f3e755cd0552c32c6d1f884aa952" "Clone genealogy extraction method based on software code evolution information" "2016" "clone evolution" +"1120" "8870180f90225880bf33c142fee718f1" "LAC: Locating and Applying Consistent and Repetitive Changes" "2019" "code change inconsistency" +"1121" "bfbbc57240dd76076d35884ba0d7f9a7" "A Novel Approach for Predicting the Probability of Inconsistent Changes to Code Clones Based LDA" "2014" "code change inconsistency" +"1122" "b22857c70aa1b1775340a2bfddc1ca6b" "How often do unintended inconsistencies happen? Deriving modification patterns and detecting overlooked code fragments" "2012" "code change inconsistency" +"1123" "384272d7a811f7f02c2fb71a37f379e7" "An empirical study of the factors affecting co-change frequency of cloned code" "2013" "code change inconsistency" +"1124" "6c08b6442b325d843713b752993fcef3" "A Feature Analysis of Co-changed Code Clone by Using Clone Metrics" "2012" "code change inconsistency" +"1125" "b7ccda796ab3f956922b554808ae065e" "On the Relationship of Inconsistent Software Clones and Faults: An Empirical Study" "2016" "code change inconsistency" +"1126" "cd03cd9de757a5aa85e796fc39d7c3c3" "An empirical study on inconsistent changes to code clones at the release level" "2012" "code change inconsistency" +"1127" "f41efb5aab3e03b7f23b0ef353b35917" "Clone refactoring inspection by summarizing clone refactorings and detecting inconsistent changes during software evolution" "2018" "code change inconsistency" +"1128" "33f14fedf9a228357cdd53adb4dee8d0" "基于克隆谱系的克隆代码一致性维护研究" "2017" "code change inconsistency" +"1129" "16976dcef4c0292e9ae5a2f1853ea39b" "Predicting inconsistent change probability of code clone based on latent Dirichlet allocation model" "2014" "code change inconsistency" +"1130" "0f0bfb48b167841abd031e8ed8ba3105" "Predicting Consistency-Maintenance Requirement of Code Clones at Copy-and-Paste Time" "2014" "predict consistency maintenance" +"1131" "80be370446f5e36df5c698d92c3015ee" "Improving Maintenance-Consistency Prediction During Code Clone Creation" "2020" "predict consistency maintenance" +"1132" "f3e6f99a9c7e6e2880b7926726292fb7" "Prediction and ranking of co-change candidates for clones" "2014" "predict consistency maintenance" +"1133" "30987dbcfb08f0689dbd6a54d6abe22a" "Predicting Consistent Clone Change" "2016" "predict consistency maintenance" +"1134" "3fbb79198fe75b08c243e0dd39b16728" "Cross-Project Code Clone Consistency Prediction" "2019" "predict consistency maintenance" +"1135" "3235707a19073e67e1acba0f712f4df6" "Predicting Consistency-Maintenance Requirement of Code Clonesat Copy-and-Paste Time" "2014" "predict consistency maintenance" +"1136" "a5c9c7531d860df241c21c8910bccd9d" "An empirical study on clone stability" "2012" "clone stability" +"1137" "b0c7ea5e25ce0e121e3f6d9ca71d2858" "A change-type based empirical study on the stability of cloned code" "2014" "clone stability" +"1138" "77ea5130bca6c494ad417ca13f316409" "Leveraging Historical Code Changes to Support Clone Management Activities" "2015" "clone stability" +"1139" "c52a883f924b0784aa99b064f13b92fc" "Clone Stability" "2011" "clone stability" +"1140" "7b314fb953eb9566f2a1f5f653d9ed4f" "Comparative stability of cloned and non-cloned code: an empirical study" "2012" "clone stability" +"1141" "2d1146420b567585f61e8a049a21faca" "On the stability of software clones: A genealogy-based empirical study" "2013" "clone stability" +"1142" "5616b50d1243f031b111ca62f5d97f50" "Change Impact Analysis of Code Clones" "2018" "clone stability" +"1143" "6166a29f738c5640af059978d7b465b1" "Is cloned code really stable?" "2018" "clone stability" +"1144" "988f54c946bdd80ada21340f8bb869ab" "Cloned code: stable code" "2013" "clone stability" +"1145" "ae8cb0af2e6ba92bd376d94a4ec3f134" "Stability evaluation of clone codes based on software vulnerability" "2018" "clone stability" +"1146" "c1a426b9b1ddb5695822c219bd32f3cf" "Clone code stability assessment method based on bugs" "2017" "clone stability" +"1147" "385f8c92320d7ff95e3c2800318688bf" "Predicting risky clones based on machine learning" "2014" "bug clone prediction" +"1148" "ff8a0e8a519f9e12001e2d5cd3c32e9b" "Can I clone this piece of code here?" "2012" "harmfulness prediction" +"1149" "ce509cbf6c5c4c10b0caed500132fdca" "克隆代码有害性预测中分类不平衡问题的解决方法" "2016" "harmfulness prediction" +"1150" "c6f2ce4e5631c5d2b804c39e0c166158" "Feature selection model for harmfulness prediction of clone code" "2017" "harmfulness prediction" +"1151" "9287c3280006b4cbb054fd71c6d7717f" "Code clone harmfulness evaluation based on support vectors machine" "2016" "harmfulness prediction" +"1152" "f5a6ebb51c7a9ac581d738982856469f" "An empirical study on optimization of training dataset in harmfulness prediction of code clone using ensemble feature selection model" "2018" "optimize training dataset of harmfulness clone prediction" +"1153" "0e9392cedf0cb27c5568c84f47a442ee" "Evaluating Performance of Clone Detection Tools in Detecting Cloned Cochange Candidates" "2020" "evaluate clone detection tools's performance for co-change clone detection" +"1154" "554e7fa4d134c979025a648ebe52a949" "Investigating Context Adaptation Bugs in Code Clones" "2019" "context bug analysis" +"1155" "375ed20714548542b75fddc4f7ca31d3" "Hot clones: Combining search-driven development, clone management, and code provenance" "2012" "clone provenance" +"1156" "c4f0fb33cb2097c1c431e362a0b6651e" "Code Clone Authorship—A First Look" "2012" "clone provenance" +"1157" "7b56cffe4a2821eacc3c1b04bc2869ba" "Enhancement or CRD-based clone tracking" "2013" "clone provenance" +"1158" "cf968bcf31a74781b935f23b2af60a93" "Determining the provenance of software artifacts" "2011" "clone provenance" +"1159" "40eeeae176531f9905950e154ede476f" "Hot Clones: A Shotgun Marriage of Search-Driven Development and Clone Management" "2012" "link of clone" +"1160" "694e3b049182d7fba448ee7c0ffff3d0" "Towards Implementation of an Integrated Clone Management Infrastructure" "2016" "clone management" +"1161" "61fa27a4c130c46758d4016b2be4bb7a" "A clone management framework to improve code quality of FOSS projects" "2017" "clone management" +"1162" "ca1b171cfd8828ab900b8d014c25e071" "The vision of software clone management: Past, present, and future " "2014" "clone management" +"1163" "acb441ec15ceacf9e91117dcf743d0ca" "Flexible Code Clone Detection and Management in IDE" "2011" "clone management" +"1164" "1854554ae83f2420e487b946802f8b5f" "Analysis and management of code clones" "2011" "clone management" +"1165" "716168315e3b041aaddafe2c7aca85f7" "Proactively managing clones inside an IDE: a systematic literature review" "2020" "clone management" +"1166" "4c8ba1027a61f4c19fd93b0fd380985f" "面向管理的克隆代码研究综述" "2018" "clone management" +"1167" "e482cc8df428dd3cb7773c382b6d9a44" "A framework for managing cloned product variants" "2013" "clone variant management" +"1168" "1458843634889eef3442ea3f60ac7726" "Tool support for managing method clones" "2015" "clone representation to manage clones" +"1169" "eb099111915e00bcb9a796108b71f325" "FORMALIZATION AND DETECTION OF COLLABORATIVE PATTERNS IN SOFTWARE" "2015" "clone representation to manage clones" +"1170" "fb87f70fb60f373ceaa8bc890f2bf587" "Handling clone mutations in simulink models with VCL" "2014" "clone mutation management mechanism" +"1171" "a9faf99a07545e487e3ab212ca689f4e" "The limits of clone model standardization" "2013" "clone model standardization" +"1172" "5d06fd51321950ddf704a6f4d556a050" "Towards A Novel Conceptual Framework for Analyzing Code Clones to Assist in Software Development and Software Reuse" "2020" "conceptual framework for clone analysis" +"1173" "911ace8b30030ca9f8c0b54229686b99" "A common conceptual model for clone detection results" "2012" "common conceptual model based on user cases" +"1174" "2be19f7725f283d52a562426ef621f75" "Aspectualization of code clones—an algorithmic approach" "2014" "clone refactoring" +"1175" "18b539701eda2fbfd6b1bd2d3c426140" "Automatic clone recommendation for refactoring based on the present and the past" "2018" "clone refactoring" +"1176" "15d367a24d2a84c1809113e2d7a3e2e5" "Impact of Clones Refactoring on External Quality Attributes of Open Source Softwares" "2017" "clone refactoring" +"1177" "7593b7ed914e354ae45826217d925b25" "Towards an approach to recommend and rank clones for refactoring" "2020" "clone refactoring" +"1178" "18cf5e7f325343e59703200f43842ac2" "Clonepedia: Summarizing Code Clones by Common Syntactic Context for Software Maintenance" "2014" "clone refactoring" +"1179" "94afc092cd0449cf12894975c8b4c57c" "Variant-preserving refactorings for migrating cloned products to a product line" "2017" "clone refactoring" +"1180" "233a30151d61b13852b9ef317e60fc08" "Generating refactoring proposals to remove clones from automated system tests" "2015" "clone refactoring" +"1181" "8261ff82d5a7a6a049873406e31c010e" "A Qualitative Approach for Refactoring of Code Clone Opportunities Using Graph and Tree methods" "2016" "clone refactoring" +"1182" "1c00b4c082af0a7c72ae16433e4cac32" "Reusing and converting code clones to aspects-An algorithmic approach" "2012" "clone refactoring" +"1183" "1c8dbb0d78082308364a5e9b13416dd6" "Enhancing Code Clone Management by Prioritizing Code Clones" "2014" "clone refactoring" +"1184" "e9099ad1a2edb8be8d1dc0eff1fec98f" "Recommending Clones for Refactoring Using Design, Context, and History" "2014" "clone refactoring" +"1185" "9f73f3af133597c62d345ec23221be17" "Conflict-Aware Optimal Scheduling of Code Clone Refactoring: A Constraint Programming Approach" "2011" "clone refactoring" +"1186" "e1f4dfac28261affcf9bbac98748e2ae" "Software clone detection and refactoring" "2013" "clone refactoring" +"1187" "8bdb82f74f913c77c30fc4a696c16386" "Method-Level Code Clone Modification Environment Using CloneManager" "2014" "clone refactoring" +"1188" "32c353284ee4f041340a45aff26374c7" "Classifying obstructive and nonobstructive code clones of type I using simplified classification scheme: a case study" "2015" "clone refactoring" +"1189" "962560ea3e0fd44c0f7cb511edabc88b" "No clones, no trouble?" "2013" "clone refactoring" +"1190" "162258b569b1dc356d245c137f7c0c7f" "Detecting refactored clones" "2013" "clone refactoring" +"1191" "91c9b5682fdc369edbfcb06787011a5c" "Method-Level code clone modification using refactoring techniques for clone maintenance" "2013" "clone refactoring" +"1192" "d06eb61693398f3c83dcbd7033613bf8" "Reusing and converting code clones to aspects - An algorithmic approach" "2012" "clone refactoring" +"1193" "aa991eabb3c23925541700942cde498c" "AUTOMATIC DETECTING AND REMOVAL DUPLICATE CODES CLONES" "2016" "clone refactoring" +"1194" "520dbe73c8ab2516ebb64696fbc241c3" "Removing Code Clones from Industrial Systems Using Compiler Directives" "2017" "clone refactoring" +"1195" "9ea6a1c1ecc2f6c1000060035d2aa67c" "Conflict-aware optimal scheduling or prioritized code clone refactoring" "2016" "clone refactoring" +"1196" "874dcae10f5b6340af5a830950910c44" "Clone-hunter: accelerated bound checks elimination via binary code clone detection" "2018" "clone refactoring" +"1197" "946f1a9787d9ebf01e1562abe23d1b54" "Unification and refactoring of clones" "2014" "clone refactoring" +"1198" "a7e5d23e9ea8eaf47dddc8f26d1f0514" "Copy and Paste Redeemed" "2015" "clone refactoring" +"1199" "ac1ed401f8247beb02b21929fc253a57" "Generic roles: reducing code replication" "2013" "clone refactoring" +"1200" "fe568db612fdc4c56f69c4ec32e9b41d" "Finding code clones for refactoring with clone metrics: A case study of open source software" "2011" "clone refactoring" +"1201" "c7e603e1b504f52ec1d5ce8aad3b8689" "Software Refactorability through software clones" "2016" "clone refactoring" +"1202" "443e92cfa7385e6e5f8ee768af9decab" "Increasing clone maintenance support by unifying clone detection and refactoring activities" "2012" "clone refactoring" +"1203" "567826ef15a8ec6565d0d9b32898c882" "A Study on the Nature of Code Clone Occurrence Predominantly in Feature Oriented Programming and the Prospects of Refactoring" "2016" "clone refactoring" +"1204" "f45c166691e25fd79ccc09656d9af5d3" "Detecting differences across multiple instances of code clones" "2014" "clone refactoring" +"1205" "85ca7f088b45189d307c0a75ee180c06" "A review on quality models to analyse the impact of refactored code on maintainability with reference to software product line" "2016" "clone refactoring" +"1206" "b1c6bac257658d228beb6dd0d3d687b8" "Toward Improved Understanding and Management of Software Clones" "2012" "clone refactoring" +"1207" "d2c22a0651504d9b464564b55fb1e6b7" "Feature model recovery from product variants based on a cloning technique." "2014" "clone refactoring" +"1208" "4cd52ff80492924d027ffb9c36e6c7b9" "Clone-based and interactive recommendation for modifying pasted code" "2015" "clone refactoring" +"1209" "9b2add10764866799e90dd33700d2afc" "Incremental Clone Detection and Elimination for Erlang Programs" "2011" "clone refactoring" +"1210" "38eb8895b74543c52360d876b465a786" "Identifying clone removal opportunities based on co-evolution analysis" "2013" "clone refactoring" +"1211" "1bcb23ae691411c5bc05526a99afc368" "Unifying clone analysis and refactoring activity advancement towards C# applications" "2013" "clone refactoring" +"1212" "2f874f4820eea79ff6484ddd5e735350" "Applying clone change notification system into an industrial development process" "2013" "clone refactoring" +"1213" "18192809af05959a229f3d5f5b5b665d" "Stereo: Editing clones refactored as code generators" "2018" "clone refactoring" +"1214" "de1d4a204324adb0c082fbbf4bd9bc7e" "Aspectualization of code clones-an algorithmic approach" "2014" "clone refactoring" +"1215" "c89a6b416a2ad88f59f809f1a625f76c" "Conflict-aware optimal scheduling of prioritised code clone refactoring" "2013" "clone refactoring" +"1216" "6ee1f62567f2b74ef3227a6df8d4a4e9" "Unifying clone analysis and refactoring activity advancement towards C # applications" "2013" "clone refactoring" +"1217" "bab4f13c352d66e6f90f82606de3f91a" "Adaptive Segmented Block based Clone Detection and Refactoring using Divide and Conquer Method." "2016" "clone refactoring" +"1218" "88ace33ccb6bdd433d2618606a249a0b" "Function clone removal using refactoring techniques" "2020" "clone refactoring" +"1219" "0901b3f5d66241ea2e8904dbb9288ca0" "Detecting Refactorable Clones Using PDG and Program Slicing" "2014" "clone refactoring" +"1220" "9133dc1a0de6e76fdb151a434eb3af2e" "Identifying, tailoring, and suggesting Form Template Method refactoring opportunities with program dependence graph" "2012" "clone refactoring" +"1221" "1044c11b187b584e465bda58f08dbbe0" "Research on the Model of Legacy Software Reuse Based on Code Clone Detection" "2013" "clone refactoring" +"1222" "43211d73deb73a8f5d429d899c89d8f4" "Implementing a 3-Way Approach of Clone Detection and Removal using Pattern and Clone Detector Tool" "2012" "clone refactoring" +"1223" "9fde5efff9c8048d81d03a73d6188056" "Clone Detection & Cataloging Method (CDCM) Towards an automatic approach for bootstrapping reuse efforts in an organization" "2012" "clone refactoring" +"1224" "1de2977f90bddec6758828153b8f0f82" "Safe clone-based refactoring through stereotype identification and iso-generation" "2012" "clone refactoring" +"1225" "da013c61539122510e3913fc4922a917" "SPCP-Miner: A tool for mining code clones that are important for refactoring or tracking" "2015" "clone refactoring" +"1226" "6db22d917d39b664378d825355db1a2d" "Mining and analysis of control structure variant clones" "2015" "clone refactoring" +"1227" "68cbf3dc283ed85c36bbf9869e21a670" "Clone Removal V/S Clone Avoidance" "2014" "clone refactoring" +"1228" "0f914cc8afac75bcf72f7b3e25ee3d06" "Automatic ranking of clones for refactoring through mining association rules" "2014" "clone refactoring" +"1229" "7b4a6d4cfca810de381f25eb59c74846" "Local independence transformation and its application to removing nonduplicate statements in code clones" "2011" "clone refactoring" +"1230" "1b9618b1fe7fccb68fbe661bcbdacf10" "Clone Refactoring with Lambda Expressions" "2017" "clone refactoring" +"1231" "63265272a4a22b1657cb81cc94068169" "Identifying refactoring opportunities for removing code clones with a metrics-based approach" "2011" "clone refactoring" +"1232" "2cc67c45b97bfe1dff6fd465affc120f" "How Slim Will My System Be? Estimating Refactored Code Size by Merging Clones" "2018" "clone refactoring" +"1233" "3f57e3d53cdd1bc637299afc4bc9d9db" "Clone merge - An eclipse plugin to abstract near-clone C++ methods" "2016" "clone refactoring" +"1234" "ed19ce6061239e9dde259e02d1df4d45" "Conflict-aware optimal scheduling or code clone refactoring: A constraint programming approach" "2013" "clone refactoring" +"1235" "f9162768ef102eac2abbe9f73758fed7" "An Efficient Merging Method for Code Clones and Gapped Code Clones Using Software Metrics" "2018" "clone refactoring" +"1236" "e2ff203b62bfc7da3369ab03d95fd329" "A Refactoring Suggestion Tool for Removing Clones in Java Code" "2014" "clone refactoring" +"1237" "16262a086e317120f23b203b14e510b5" "An approach to rank code clones for efficient clone management" "2014" "clone refactoring" +"1238" "4ac3c91310c904c6b7e445d3597e8ca3" "An Improvement Method for Program Structure Using Code Clone Detection, Impact Analysis, and Refactoring Formats" "2017" "clone refactoring" +"1239" "32548da9b26192b586e67bb896e896e1" "Using Self Organized Mapping to Seek Refactorable Code Clone" "2014" "clone refactoring" +"1240" "6984acf38e2f222334e376c301a3dc72" "Defending against the attack of the micro-clones" "2016" "clone refactoring" +"1241" "82d7aa0733bca40fb97e3821fafa9d25" "Duplication for the removal of duplication" "2016" "clone refactoring" +"1242" "e7b06f096f5bdf93f593fe3b3f0d2e70" "Functionally Equivalent C Code Clone Refactoring by Combining Static Analysis with Dynamic Testing" "2014" "clone refactoring" +"1243" "976dad61a5a238ffa2fb3ead7b87d3fd" "A Constraint Programming Approach to Conflict-Aware Optimal Scheduling of Prioritized Code Clone Refactoring" "2011" "clone refactoring" +"1244" "5f873731052567ac551195a8ffa3b277" "Program Inspection and Testing Techniques for Code Clones and Refactorings in Evolving Software" "2017" "clone refactoring" +"1245" "2bed766e90e214e14f2d540aaf7567f5" "Efficient refactoring in industrial projects" "2020" "clone refactoring" +"1246" "7eb8cc5ab8dc3a7a9f814127668f4355" "Automation of duplicate code detection and refactoring" "2020" "clone refactoring" +"1247" "457bb45b593eedbe0a617fb87127e203" "Refactoring Code Clone Detection" "2019" "clone refactoring" +"1248" "f29662fb8f659d5a38ff2876d374574e" "Assessing the Refactorability of Software Clones" "2015" "clone refactoring" +"1249" "2d2e780567f78c45840ef0d1b40afdf2" "How Compact Will My System Be? A Fully-Automated Way to Calculate LoC Reduced by Clone Refactoring" "2019" "clone refactoring" +"1250" "53ac3fbe9cdd9f7068f5f9bcfaa0ea6b" "Implication of clone detection and refactoring techniques using delayed duplicate detection refactoring" "2014" "clone refactoring" +"1251" "a54f76904c3a4e3acb70059365e4dba1" "Refactoring clones: A new perspective" "2013" "clone refactoring" +"1252" "3a94f6bef28cedab89f3318750fc8eea" "A Model-Based Approach to Type-3 Clone Elimination" "2012" "clone refactoring" +"1253" "6f3431b3ab6cc807ea33d73f8ca263b7" "A Refactoring Support for Form Template Method using PDG-based Code Clone Detection" "2012" "clone refactoring" +"1254" "4a114411eb00a2cd5f7e9cd772455f5e" "Analysis and Removal of Code Clones in Software Product Lines" "2013" "clone refactoring" +"1255" "879d0f72c27dc743075579e7aac1bed1" "Cleaning up copy-paste clones with interactive merging" "2018" "clone refactoring" +"1256" "ab0c28c073a3af15302621376d2a06ad" "Extracting code clones for refactoring using combinations of clone metrics" "2011" "clone refactoring" +"1257" "1611312ba09c3af0c642fd45e4fb1bc6" "A method of program refactoring based on code clone detection and impact analysis" "2016" "clone refactoring" +"1258" "772fd3b90140947920526f4710619113" "Towards automated refactoring of code clones in object-oriented programming languages" "2019" "clone refactoring" +"1259" "bcf8a3ea7c255741b30db4d1f55afdc0" "A Refactoring Technique for Large Groups of Software Clones" "2017" "clone refactoring" +"1260" "88e5bd308d32dce63c0839334d5dbf58" "Refactoring model of legacy software in smart grid based on cloned codes detection" "2013" "clone refactoring" +"1261" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "2014" "clone refactoring" +"1262" "5d24eb7e27283a30d2f12802167a2e29" "Evaluating the conventional wisdom in clone removal: a genealogy-based empirical study" "2013" "clone refactoring" +"1263" "5b1e411e65bf99546b438fc49b3bce7f" "A duplicated code refactoring advisor" "2015" "clone refactoring" +"1264" "684331393b385d29eb8fd6eb759fb596" "Development Of A Light-Weight Hybrid (Lwh) Approach For Method-Level Code Clone Detection And Maintenance" "2015" "clone refactoring" +"1265" "3301bf3b0e79662292d142feb9375365" "Refactoring patterns study in code clones during software evolution" "2017" "clone refactoring" +"1266" "f41efb5aab3e03b7f23b0ef353b35917" "Clone refactoring inspection by summarizing clone refactorings and detecting inconsistent changes during software evolution" "2018" "clone refactoring" +"1267" "a0deec5d818d35822e9682829fdaecbe" "Effects of cloned code on software maintainability: A replicated developer study" "2013" "clone refactoring" +"1268" "f67b07e834704f02e32754efbca85aea" "Rule-directed code clone synchronization" "2016" "clone refactoring" +"1269" "0b1a4a36f7ac79e6a90d85fee89e9050" "Investigating intentional clone refactoring" "2014" "clone refactoring" +"1270" "3ba32e49c46568e1350f027dc9e6ed66" "Proactive Clone Recommendation System for Extract Method Refactoring" "2019" "clone refactoring" +"1271" "d017d66399944b28abaf370184565259" "A Proposal of Refactoring Method for Existing Program Using Code Clone Detection and Impact Analysis Method" "2016" "clone refactoring" +"1272" "770c361c70402a3f8a66217a88bec910" "Search Engine Refactoring tool for Code Clone Detection of Static and Dynamic WebPages" "2015" "clone refactoring" +"1273" "bd07fabd0b9265243181d4cc6ad22030" "Detection and evolution analysis of code clones for efficient management of large-scale software systems" "2015" "clone refactoring" +"1274" "35c989085378352ab7505981a1ef8b32" "Composing classes: Roles vs traits" "2013" "clone refactoring" +"1275" "abf45e039617a110f6a401d9a033b9fd" "Software cloning in extreme programming environment" "2014" "clone refactoring" +"1276" "a31dba91b505191de8cfac078bd3aa38" "Active support for clone refactoring: A perspective" "2013" "clone refactoring" +"1277" "71d28493f19f57fccf941c71d781b619" "A survey on clone refactoring and tracking" "2020" "clone refactoring" +"1278" "3d5add0fb847343f788169943b139e9f" "Code clone restructuring of c programs via K-nearest neighbor algorithm" "2011" "clone refactoring" +"1279" "f67fc7776ece46aab096d23c840b8402" "软件克隆代码可重构性分析研究" "2018" "clone refactoring" +"1281" "bfe5ec54ce93a41d2aa5c18f256d04c7" "A semantics-preserving amorphous procedure extraction method for c clone code" "2013" "clone refactoring" +"1282" "41797719639b3ea58ede7ba216943a7c" "Measuring the effect of clone refactoring on the size of unit test cases in object-oriented software: an empirical study" "2019" "clone refactoring's influence on unit test case size" +"1283" "463c6a3849638cc66c2b98f02dd3bb20" "Prioritizing code clone detection results for clone management" "2013" "clone prioritization" +"1284" "088f9366f31676b1b52ac43b3330f759" "Which Code Changes Should You Review First?: A Code Review Tool to Summarize and Prioritize Important Software Changes" "2017" "clone prioritization" +"1285" "ba0c68631428eb82495537b2a1088213" "Logging statements' prediction based on source code clones" "2020" "logging statement prediction" +"1286" "70154228320cbee5fbe3b12f039da8fb" "Towards a Structural Clone Based Recommender System" "2016" "code recommendation" +"1287" "c6d9738d9943be18956870948386770b" "Duplication removal for a search-based recommendation system" "2012" "code recommendation" +"1288" "4971502f365978e35059739c321b3d62" "SLAMPA: Recommending code snippets with statistical language model" "2018" "code recommendation" +"1289" "f5b177b90d79784c940a94de91417fdc" "Codeease: harnessing method clone structures for reuse" "2017" "code recommendation" +"1290" "c5f26ee8c08ed1cf4b5499748af74dc0" "Hypermodelling live OLAP for code clone recommendation" "2012" "code recommendation" +"1291" "5f6b1ac8726d685c41cbdbbe2fc5953a" "Opportunities for clone detection in test case recommendation" "2013" "code recommendation" +"1292" "1f7b5173ecc3701e219f2035d0aaf255" "Extensions of Component Rank Model by Taking into Account for Clone Relations" "2016" "component ranking" +"1293" "8968ff3a67d8f7dca5e55753bd0155c1" "Changes of Evaluation Values on Component Rank Model by Taking Code Clones into Consideration" "2018" "component ranking" +"1294" "bb5d76b946aca5227af2860adb8c4a32" "Frankencode: Creating diverse programs using code clones" "2016" "cyber attack detection" +"1295" "b6ecafb21c1c34db75b4a3c7be62fa60" "Code Similarity in TouchDevelop: Harnessing Clones" "2011" "application ranking" +"1296" "5254bd89b84de92f610ff257dad5ca05" "Efficient Code Clone Analysis to Detect Vulnerability in Dynamic Web Applications" "2016" "vulnerability detection" +"1297" "6ac08d5f4662538b0a4bcb0f3461bd64" "SCVD: A New Semantics-Based Approach for Cloned Vulnerable Code Detection" "2017" "vulnerability detection" +"1298" "bc058547ea08bceec8c9d817302f7aca" "VUDDY: A Scalable Approach for Vulnerable Code Clone Discovery" "2017" "vulnerability detection" +"1299" "a6ef58c5d4b3590e25d02983954a204a" "A comparative study on vulnerabilities in categories of clones and non-cloned code" "2016" "vulnerability detection" +"1300" "ad5feef0905145070041d48ed68785d1" "CLORIFI: software vulnerability discovery using code clone verification" "2016" "vulnerability detection" +"1301" "9d68d001594c60a92f6267e1e41825b7" "VFDETECT: A vulnerable code clone detection system based on vulnerability fingerprint" "2017" "vulnerability detection" +"1302" "7da0f42a7cca470d5ba231f6bf6e4f9f" "Vulnerable Code Clone Detection for Operating System Through Correlation-Induced Learning" "2019" "vulnerability detection" +"1303" "89d81781f9ca155658b23fa4a3342aad" "Software systems at risk: An empirical study of cloned vulnerabilities in practice" "2018" "vulnerability detection" +"1304" "c2fa9fddb43d46b2c80c8ef96f7c0967" "Clonewise–Automatically Detecting Package Clones and Inferring Security Vulnerabilities" "2012" "vulnerability detection" +"1305" "efd54d90a72b5593212dcab29924a09c" "Staged Method of Code Similarity Analysis for Firmware Vulnerability Detection" "2019" "vulnerability detection" +"1306" "854af54ea96a8c8272e54426a6983062" "A qualitative analysis of code clones and object oriented runtime complexity based on method access points" "2014" "runtime complexity measurement" +"1307" "81025ddbd41fd1321e96f12aa7c17347" "Extending Bug Localization Using Information Retrieval and Code Clone Location Techniques" "2011" "bug localization" +"1308" "29d02b04a5e97956d49b442fe70de5da" "Mining Question and Answer Sites for Automatic Comment Generation" "2014" "automatic comment generation" +"1309" "32f2903b5081834a8dba116fa93a52e5" "Analyzing web service similarity using contextual clones" "2011" "web service similarity detection" +"1310" "72c217f348608aa482fab8ac65560879" "An Empirical Study to Evaluate Structural Similarity for Source Code Translation" "2019" "evaluation of code translation" +"1311" "22b05aab24a39349593b2285d99b540e" "CAR:Dictionary based software forensics method" "2015" "software authorship" +"1312" "6b2afbcec87f61ab9f69d87869913445" "Detection of Malware of Code Clone using String Pattern Back Propagation Neural Network Algorithm" "2016" "malware detection" +"1313" "7c8c090436156d4f803d55f792a2ae0d" "Clone search for malicious code correlation" "2012" "malware detection" +"1314" "7b4800b4729e72e82da79dc37eb47513" "Using clone detection to find malware in Acrobat files" "2013" "malware detection" +"1315" "da5996428d0483cb199ac88b20cf33a9" "A detection framework for semantic code clones and obfuscated code" "2018" "malware detection" +"1316" "518482ff37ede8bfcd83eb3e053b203f" "Scalable code clone search for malware analysis" "2015" "malware detection" +"1317" "8daf957a1fcb47b0c4c7593ea1d39727" "Assembly code clone detection for malware binaries" "2013" "malware detection" +"1318" "4f6942dd13fa484cab7a4e6d2b0f11c6" "DroidClone: Detecting android malware variants by exposing code clones" "2016" "malware detection" +"1319" "a2a05a5d4e9c2120c57f5e5e7bc90c71" "Detecting android malware using clone detection" "2015" "malware detection" +"1320" "c6de912444e37c80bb63f56c96a72976" "BinClone: ​​Detecting Code Clones in Malware" "2014" "malware detection" +"1321" "5d5308e300aeafcd699c19ce0148528f" "Detecting PDF Javascript Malware Using Clone Detection" "2013" "malware detection" +"1322" "41357d4bc529f5ef5976c6aa2b223f7c" "Software similarity and classification" "2013" "malware detection" +"1323" "a5a062bee66674862072e6b2e29f55e8" "BinClone: Detecting Code Clones in Malware" "2014" "malware detection" +"1324" "9fe7aee72e0fa8b60cc3f9b6a891ab83" "Simple substitution distance and metamorphic detection" "2013" "malware detection" +"1325" "508c23b1ac907fc77df8b14b45e1562e" "Use of Source Code Similarity Metrics in Software Defect Prediction" "2018" "software defect prediction" +"1326" "1b1182a9a7c005660695d7b58fdb0b7b" "A Software quality evaluation method using the change of source code metrics" "2012" "software quality evaluation" +"1327" "4a0f546d8b623bd6d95cf74ed4f759c2" "Guilty or not guilty: Using clone metrics to determine open source licensing violations" "2011" "license violation detection" +"1328" "aecb68a4d9c7c63002d1526d193bbdf6" "Finding software license violations through binary code clone detection" "2011" "license violation detection" +"1329" "9c77cce9aa9c061c12df60a55589f321" "Identifying instances of model design patterns and antipatterns using model clone detection" "2015" "model pattern and anti-pattern detection" +"1330" "18fddd8010450425727d0ebc953bb785" "Estimating Code Size After a Complete Code-Clone Merge" "2016" "code size estimation" +"1331" "ac3f24f8deee248cc853564d0b3952bb" "Sorting and transforming program repair ingredients via deep learning code similarities" "2017" "program repair ingredients ranking" +"1332" "9be9f1199803f69a277ec4b31502c94e" "Utilizing Clone Detection For Domain Analysis of Simulation Systems" "2012" "domain analysis" +"1333" "53fed231d31612fd65ef73bd80249983" "Accurate and Scalable Cross-Architecture Cross-OS Binary Code Search with Emulation" "2019" "code search" +"1334" "600cf8acc3776a3eebf67fa796b71571" "Code similarity and clone search in large-scale source code data" "2018" "code search" +"1335" "8c18335ba8f27a97a9f38a6e6fec2642" "SeByte: Scalable clone and similarity search for bytecode" "2014" "code search" +"1336" "9e9e25f872f455b3f210f7436b4c14f4" "Measuring Code Similarity in Large-Scaled Code Corpora" "2016" "code search" +"1337" "4971502f365978e35059739c321b3d62" "SLAMPA: Recommending code snippets with statistical language model" "2018" "code search" +"1338" "fed2f40276cd12f8c5ba40fb652167da" "Code Clone Matching: A Practical and Effective Approach to Find Code Snippets" "2020" "code search" +"1339" "53a4119511ab1849a8e3af2810822295" "Reusing reused code" "2013" "code search" +"1340" "105641c8f9290788842f570b3abe3eda" "CodeBlast: a two-stage algorithm for improved program similarity matching in large software repositories" "2013" "code search" +"1341" "b6ecafb21c1c34db75b4a3c7be62fa60" "Code Similarity in TouchDevelop: Harnessing Clones" "2011" "code search" +"1342" "a6b2c8f6403d24c4474964c6db88fbdc" "Large-scale inter-system clone detection using suffix trees" "2012" "code search" +"1343" "ea533dda8307a68d2eccdad790965a28" "Siamese: scalable and incremental code clone search via multiple code representations" "2019" "code search" +"1344" "518482ff37ede8bfcd83eb3e053b203f" "Scalable code clone search for malware analysis" "2015" "code search" +"1345" "d904b44671f41e9f08002dddd587154f" "Leveraging clone detection for Internet-scale source code search" "2012" "code search" +"1346" "0f3e797b738936803d879043b1031938" "Reordering results of keyword-based code search tool by code clone and logical coupling" "2016" "code search" +"1347" "6d6b5efbe05461167b2b7d58c0a4175d" "Source code retrieval using sequence based similarity" "2013" "code search" +"1348" "12458ac04c73df12136fe7c3fdb5c3cc" "Code-to-Code Search Based on Deep Neural Network and Code Mutation" "2019" "code search" +"1349" "228155983d99d8b18a0de39c79542266" "Towards Source Code Clone Search via Information Retrieval" "2014" "code search" +"1350" "ff610581ab23e3c696ee142d78919feb" "Similarity search plug-in: Clone detection meets internet-scale code search" "2012" "code search" +"1351" "b6956473f3922bca1aaa0f619468bbec" "Architectural clones: toward tactical code reuse" "2016" "code search" +"1352" "a2b562710e549617cddca48d78c3c263" "An Empirical Study of Fault Prediction with Code Clone Metrics" "2011" "fault prediction" +"1353" "45a28bef1d70051fd8beb59ed9b94e11" "Assessing the Differences of Clone Detection Methods Used in the Fault-Prone Module Prediction" "2016" "fault prediction" +"1354" "d4406a64c7880fcd89b94bd3486940bf" "Measuring Structural Code Quality Using Metrics" "2015" "code quality" +"1355" "8e72ef03ce1f00267e9de334f3183716" "Comparing quality metrics for cloned and non cloned java methods: A large scale empirical study" "2016" "code quality" +"1356" "8bfa321950e7737f1c11cdde3c06939b" "SmartEmbed: A Tool for Clone and Bug Detection in Smart Contracts through Structural Code Embedding" "2019" "clone based bug detection" +"1357" "ba27812a2b21a55366a3c9b5fdbb5039" "Active refinement of clone anomaly reports" "2012" "clone based bug detection" +"1358" "30e6f26ff5375187910b2713e713b5e6" "Light-weight ontology alignment using best-match clone detection" "2013" "ontology alignment" +"1359" "5e40baec7de1e4027ecf8b0a2941b7e8" "Identification of Simulink model antipattern instances using model clone detection" "2015" "model anti-pattern detection" +"1360" "0bf3ec42c27e4acda9c48fa4a262ef07" "Combining clone detection and latent semantic indexing to detect re-implementations,” in Software Analysis" "2016" "re-implementation detection" +"1361" "86e854425b059f832ac433125ccc194a" "Reverse engineering variability in source code using clone detection: A case study for linux variants of consumer electronic devices" "2012" "variability of mainstream and subsystems" +"1362" "0d006a7b8ef3893704d63a8abad3f1d3" "A characterization study of repeated bug fixes" "2017" "repeat bug fix analysis based on clone detection" +"1363" "8ce5d44225f3c090628e4d2ebd9ac586" "Model-driven evaluation of software architecture quality using model clone detection" "2016" "software architecture quality evaluation" +"1365" "65051cd82f013dde408fa1bdb30de369" "A software framework for code security using M-COT-METRICS based code obfuscation technique" "2016" "code obfuscation technique" +"1366" "fba59369ba822c6a7e12b5da7cb296bf" "Leveraging Software Clones for Software Comprehension: Techniques and Practice" "2015" "infer repository file structure modification history based on clone technique" +"1367" "67c2a65dba0fdb3f370c4912785ac6f0" "Inferring repository file structure modifications using nearest-neighbor clone detection" "2012" "infer repository file structure modification history based on clone technique" +"1368" "2dede015543d4462de243e04c8983229" "Using fuzzy code search to link code fragments in discussions to source code" "2012" "link between discussion and code" +"1369" "1e596fd0a4e89ea52a350bc148b365a7" "Leveraging code clone detection for the incremental migration of cloned product variants to a software product line: An explorative study" "2015" "clone and own" +"1370" "89e1c09ff97676c538c367ba017eb6ce" "Enhancing clone-and-own with systematic reuse for developing software variants" "2014" "clone and own" +"1371" "4ee61779e5fafcad4f03b2a91eb79fe0" "Poster: Grafter: Transplantation and differential testing for clones" "2018" "code transplantation" +"1372" "d15cee8fd75af3a37835810984aa9d03" "Automated Transplantation and Differential Testing for Clones" "2017" "code transplantation" +"1373" "2955c27d2308ed32c461b6c98fdb280a" "KLONOS: Similarity‐based planning tool support for porting scientific applications" "2012" "application porting" +"1374" "1044c11b187b584e465bda58f08dbbe0" "Research on the Model of Legacy Software Reuse Based on Code Clone Detection" "2013" "legacy software reuse" +"1375" "6f3ee8724545ac256daf1dbde34a5888" "A method for proactive moderation of code clones in IDEs" "2012" "clone avoidance" +"1376" "a4b8ba191213b30ff59a14bf4422457a" "Discussing Technology for Avoiding Code Duplication in C++ Programming" "2017" "clone avoidance" +"1377" "e9f4889f5d660a425a5e1d840fab8241" "Detecting repackaged Android applications based on code clone detection technique" "2014" "repackage application detection" +"1378" "67af130c0c4a841c060b6fc784add274" "The WSNs reprogramming method based on code clone detection technology" "2013" "reprogramming based on code clone" +"1380" "4450ce6389c3a3281eb4d274a9c9a088" "Comprehending code fragment in code clones: A literature-based perspective" "2020" "technical report" +"1381" "0d5f1c6c564f9a5dc7f4090c2b139166" "Analysis on Identification Technologies of Program Code Similarity" "2011" "technical report" +"1382" "388ccf5494c79babb31105d818077606" "Study on various Software clone types and Detection mechanism in forked software project" "2016" "technical report" +"1383" "7f33a3d9d05093e8f75685304fee89bd" "Using concepts of text based plagiarism detection in source code plagiarism analysis" "2017" "technical report" +"1384" "5f1bce15e8cb584727f910d207bef727" "Various possibilities of Clone Detection in Software's: A Review" "2015" "technical report" +"1385" "db1dab9bf9797be331d5694b69bf8f89" "Code Cloning: The Analysis, Detection and Removal" "2013" "technical report" +"1386" "f55e9c6e34c74514e99f9f63075a11f4" "Insight to model clone’s differentiation, classification, and visualization" "2020" "technical report" +"1387" "ce0761ae2b2c6cecfb1b35f183bd26ba" "Software clone detection: A review" "2016" "technical report" +"1388" "54e3f920aba74068012fcf7a74617e2d" "A Comprehensive Review of Code Clone Detection Techniques" "2015" "technical report" +"1389" "abf45e039617a110f6a401d9a033b9fd" "Software cloning in extreme programming environment" "2014" "technical report" +"1390" "415c40950573978bfadb85b1db40c82c" "Plagiarism detection: A tool survey and comparison" "2014" "technical report" +"1391" "8db1301086c065817ea716289ff17837" "Code Clone Detection Using Various Approaches" "2014" "technical report" +"1392" "0074bc822d4b3ffef3f8a9bca70d70e7" "Research on Algorithm of Program Code Similarity Detection" "2017" "technical report" +"1393" "5eee35fa4ce9a772d853544664caffee" "Review of source-code plagiarism detection in academia" "2016" "technical report" +"1394" "cf2fb431ad1a94c52b4127580692c35b" "Code clone benchmarks overview" "2018" "technical report" +"1395" "254273f180f46bbbb834a883f5e3cd12" "Comparison of clone detection techniques" "2012" "technical report" +"1396" "6fb6b06fd0d9fc546bd42ea484d73534" "A Survey on Code Clone, Its Behavior and Applications" "2018" "technical report" +"1397" "ce3866816ca0a33e6724e6903b53bd8f" "Survey on Software Clone Detection Research" "2019" "technical report" +"1398" "f7591c2caa7d71b7e024f463cd86ae48" "Overview and Comparison of Plagiarism Detection Tools." "2011" "technical report" +"1399" "8b1f10bc3a25c19fcb8387e34c2d1ea9" "Study of Clone Code Detection Method" "2019" "technical report" +"1400" "0cbc2d2c463e7c7b20bcc01a09e02174" "Various Code Clone Detection Techniques and Tools: A Comprehensive Survey" "2016" "technical report" +"1401" "84804d5033bb1f32e65612d540d0f83e" "Current trends in source code analysis, plagiarism detection and issues of analysis big datasets" "2017" "technical report" +"1402" "0a79e008301503f6df3e37cd3b1a6640" "Detecting Code Clones: A review" "2016" "technical report" +"1403" "286043573283268aea50cdd0fa2e2c05" "Smelling out code clones: Clone detection tool evaluation and corresponding challenges" "2015" "technical report" +"1404" "fdd61262d1561ab1b1b6142b0c2e397a" "Implementation of Model Cloning in Software Models using UML diagrams" "2016" "technical report" +"1405" "617ab423922a0c6e4a7c8c009aa09f48" "Software Cloning Detection Techniques: Comparison Criteria" "2012" "technical report" +"1406" "a341e4d353380fcb637b1080ea64811b" "Code Clone Detection with Refactoring support Through Textual analysis" "2011" "technical report" +"1407" "3e80588598f609a8edc805508f8744bc" "A survey on code clone and detecting techniques" "2015" "technical report" +"1408" "7cdbc77d19a268da8e0234007de76c12" "A Review of Clone Detection Techniques using Model Semantics" "2013" "technical report" +"1409" "38629eef5a230d0c82d1c07c6798296d" "Insight to Model Clone's Differentiation, Classification, and Visualization" "2020" "technical report" +"1410" "3400a979779b5f54826b244ccf5395f4" "A Review on Code Clones Detection Techniques for Software Systems" "2015" "technical report" +"1411" "a31dba91b505191de8cfac078bd3aa38" "Active support for clone refactoring: A perspective" "2013" "technical report" +"1412" "0823ddcebf8f9c09c5f7bfb41b256db9" "Software Cloning: Types and Detection Techniques" "2014" "technical report" +"1413" "fb5e19aa18164b3e6dee1d74ad9220d9" "Evaluation of duplicated code detection tools in cross-project context" "2015" "technical report" +"1414" "d8e1b850fbca80a364246764257d6201" "Review on various code clone detection Techniques" "2015" "technical report" +"1415" "177875e0cf1a207e4b434c6df190951e" "Large-scale copy detection" "2011" "technical report" +"1416" "426a6af85cce23ed5d04fdd95439b19f" "A Review on Code Clone Analysis and Code Clone Detection" "2013" "technical report" +"1417" "f449219182c5ad521545832e66845afc" "A survey on goal-oriented visualization of clone data" "2015" "technical report" +"1418" "405d046830374a69bb6740eddc7ff520" "Code Clones: Detection and Management" "2018" "technical report" +"1419" "2d6bc4c1a52466b47f8ff1554aae91fe" "A state of art on source code plagiarism detection" "2016" "technical report" +"1420" "d92465aac820a9e66d55f92a679ba714" "SOFTWARE CODE CLONES-A SURVEY" "2019" "technical report" +"1421" "eb83c945f7860e60d0af7b7411eb9b43" "A Novel Composite Approach for Software Clone Detection" "2015" "technical report" +"1422" "34a60685cede0113dc17014073af126c" "Code Clone v/s Model Clones: Pros and Cons" "2014" "technical report" +"1423" "64e2e957f26e54828d167fcff012ca46" "Software source code plagiarism detection: a survey" "2016" "technical report" +"1424" "8d4c08ca95db63011678f0be563ba7ad" "A survey of software clone detection techniques" "2016" "technical report" +"1425" "8caf106791f08805c9e2ab9dda46bab6" "软件抄袭检测研究综述" "2016" "technical report" +"1426" "c8aaaed03b6ceda157ed14fcba636238" "Research on software clone detection" "2012" "technical report" +"1427" "7d6734e6663c5980c5ad1532a948efbf" "Survey of research on code clone technique" "2013" "technical report" +"1428" "e914c09eac61888b7cb3bd023f1b9dec" "Review of plagiarism detection technique in source code" "2019" "paper review" +"1429" "1766d13afbf4644f0e0f295960d37f19" "A Literature Survey on Software Clone Testing" "2015" "paper review" +"1430" "23b1a2aabe20f33376dffc7d2ab046a7" "Source Code Plagiarism Detection'SCPDet': A Review" "2014" "paper review" +"1431" "e873b6f0f69a8d66e38345455e9f0e8f" "Effects of Code Clone on Software Quality" "2019" "paper review" +"1432" "a1411d3772b086fe15f4fecda4ba3cbc" "Similarity Detection Techniques for Academic Source Code Plagiarism and Collusion: A Review" "2019" "paper review" +"1433" "2273d24b19e3353539bce54202318adf" "Visualization of Software Code Clones-A review" "2016" "paper review" +"1434" "0d674db7140899180b6af3b322c23ffa" "Benchmarks for software clone detection: A ten-year retrospective" "2018" "paper review" +"1435" "8d43b957a2d47bf6c01da876b3a6f663" "A Comparative Study of Clone Detection Approaches" "2019" "paper review" +"1436" "087975be160ad6b7ec455760ac3a63cc" "Review of Review of Code Clone Detection Clone Detection Clone Detection" "2014" "paper review" +"1437" "5f832c19448ac2b59c0eb283003b291a" "Code clone detection and analysis using software metrics and neural network-a literature review" "2015" "paper review" +"1438" "ec12cd986055d184133d90153c02e1c1" "Comparative study of software clone detection techniques" "2016" "paper review" +"1439" "a34ab9187d8a112fa7bad514f04d9bf2" "A Review on Software Code Clones and Tools and Techniques Available to Handle Them" "2019" "paper review" +"1440" "e21166a163639b8c029bd5b495ac28dd" "Literature survey of clone detection techniques" "2014" "paper review" +"1441" "b727d37cd11ef5aedc127a4b5a43cdfc" "A literature review of code clone analysis to improve software maintenance process" "2012" "paper review" +"1442" "964674c22bb81c679f9fc71a3280865d" "A Survey on Software Code Clone Detection to Improve the Maintenance Effort and Maintenance Cost of the Software" "2018" "paper review" +"1443" "a382598146a6f12461ccd9ce11b10335" "The Survey of the Code Clone Detection Techniques and Process with Types (I, II, III and IV)" "2018" "paper review" +"1444" "13c5c46ae83f684e7bf07c10190ca935" "Literature Survey of Software Clones" "2016" "paper review" +"1445" "b39c4a7ed8b86e3e454b562438114058" "Style analysis for source code plagiarism detection" "2018" "paper review" +"1446" "2ec0aa212832c5ddfcb0040b5e6551ec" "A comprehensive study of finding copy-and-paste clones from program source codes" "2014" "paper review" +"1447" "ff755b6b6c167c76cb0d3f73657c6464" "Similarity-based analyses on software applications: A systematic literature review" "2020" "literature review" +"1448" "3a7cca4f74fe1560482f6a6dafd67005" "Clone evolution: a systematic review" "2013" "literature review" +"1449" "ef3c28520034640ff6aee7065df64e85" "Software clone detection: A systematic review" "2013" "literature review" +"1450" "59bdcc8430af322e4954a49d99662d25" "A systematic literature review of code clone prevention approaches" "2014" "literature review" +"1451" "06ba4635c3b8e4bacb1133666ac54290" "Recent Advancements in Code Clone Detection–Techniques and Tools" "2019" "literature review" +"1452" "1ba6149c330d4d6c8ebc24657b4d1050" "A study on code clone evolution analysis" "2017" "literature review" +"1453" "f165ec6e18311cd873303e90aa6c3ae6" "Systematic Mapping Study of Metrics based Clone Detection Techniques" "2016" "literature review" +"1454" "72a06fee051f1c2c5069113870b00ffd" "Software Code Cloning Detection and Future Scope Development-Latest Short Review" "2014" "literature review" +"1455" "fc306ceba9ae46e1b75b377c917f5665" "A Survey on the Evaluation of Clone Detection Performance and Benchmarking" "2020" "literature review" +"1456" "c23c908c09fb3ce40dae616f200356f5" "State-of-the-Art Report on Clone Detection" "2017" "literature review" +"1457" "c50856e5d8e347716871ddf73f1b5775" "Do Concern Metrics Support Code Clone Detection?" "2014" "literature review" +"1458" "67e84938d4ed4f8585f554b9494b0842" "A systematic mapping study of clone visualization" "2020" "literature review" +"1459" "9d285518c3752ae8f47e6d7500402216" "The road to software clone management: A survey" "2012" "literature review" +"1460" "5a14976e18fd92adeb1f42e86875e164" "Software Plagiarism Detection Using N-grams" "2019" "literature review" +"1461" "716168315e3b041aaddafe2c7aca85f7" "Proactively managing clones inside an IDE: a systematic literature review" "2020" "literature review" +"1462" "e5e10c5555808eef69499543a253f411" "A mapping study of software code cloning" "2012" "literature review" +"1463" "aa11e4a55aa25b78e563ee5bf11fcbd7" "A Systematic Review on Code Clone Detection" "2019" "literature review" +"1464" "71d28493f19f57fccf941c71d781b619" "A survey on clone refactoring and tracking" "2020" "literature review" +"1465" "dceb2b9cca00b83bd002da9f86fc9f68" "Empirical investigation of causes and effects of code clones" "2014" "literature review" +"1466" "4c8ba1027a61f4c19fd93b0fd380985f" "面向管理的克隆代码研究综述" "2018" "literature review" +"1467" "8395c96e22df46d877782b0e7893d67a" "Analysis of multi-dimensional code couplings" "2013" "clone visualization" +"1468" "c5bb1f3d2f9a043663fa286202192e82" "ClonePacker: A tool for clone set visualization" "2015" "clone visualization" +"1469" "1258fa5effe54c5740b56e72604b4b8a" "A New approach for fixing bugs in Code Clones: Fix It There Too (FITT)" "2014" "clone visualization" +"1470" "8bdebb681c07d4331b2804be7e060aa8" "Comparison and Visualization of Code Clone Detection Results" "2020" "clone visualization" +"1471" "61fa27a4c130c46758d4016b2be4bb7a" "A clone management framework to improve code quality of FOSS projects" "2017" "clone visualization" +"1472" "8870180f90225880bf33c142fee718f1" "LAC: Locating and Applying Consistent and Repetitive Changes" "2019" "clone visualization" +"1473" "119dda87525e2003c1ac9a7f1678b3d9" "How to Make the Hidden Visible–Code Clone Presentation Revisited" "2012" "clone visualization" +"1474" "8d17a61e35f050d3f336836b275f4ddc" "CloneCompass: visualizations for code clone analysis" "2020" "clone visualization" +"1475" "b069dd2c1cfb3d3ad8084c98c72af1c8" "Analysis and visualization for clone refactoring" "2015" "clone visualization" +"1476" "82a2bef8c31bceb9114e676996e11c20" "Towards convenient management of software clone codes in practice: an integrated approach" "2015" "clone visualization" +"1477" "443e92cfa7385e6e5f8ee768af9decab" "Increasing clone maintenance support by unifying clone detection and refactoring activities" "2012" "clone visualization" +"1478" "60b7a29e67a060f24fe0ba1522d9b213" "CoMoTo: the collaboration modeling toolkit" "2011" "clone visualization" +"1479" "cb006efbb22b67dba2788f018880da78" "XSCDF: Towards a Framework for Comprehensive Software Clone Detection and Visualization using Ontology" "2017" "clone visualization" +"1480" "f45c166691e25fd79ccc09656d9af5d3" "Detecting differences across multiple instances of code clones" "2014" "clone visualization" +"1481" "08eb45e949811b2b33efffe073c597ac" "Clone Swarm: A Cloud Based Code-Clone Analysis Tool" "2020" "clone visualization" +"1482" "b09bf71f99d4d13e013debc5e2c06e43" "Using edge bundle views for clone visualization" "2012" "clone visualization" +"1483" "3df9918d3a58589221ea3c7f7de5ed93" "Visualization and analysis of software clones" "2012" "clone visualization" +"1484" "dd46856f28003deac0143d10fd1a6694" "Towards visualizing large scale evolving clones" "2019" "clone visualization" +"1485" "6ac3544706d968b83618047908f2ff69" "EgyCD Visualization for Code Clones" "2016" "clone visualization" +"1486" "885017d2e132702cd3d4e51e7998ccc5" "CLource: Visualising the Evolution of Code Clones" "2019" "clone visualization" +"1487" "3433bad926c2eb43c2fb0225476d86d9" "Clone Notifier: Developing and Improving the System to Notify Changes of Code Clones" "2020" "clone visualization" +"1488" "b582b03da6ecd5e002f666070c14a164" "Visualization of code clone detection results and the implementation with structured data" "2011" "clone visualization" +"1489" "2f874f4820eea79ff6484ddd5e735350" "Applying clone change notification system into an industrial development process" "2013" "clone visualization" +"1490" "18192809af05959a229f3d5f5b5b665d" "Stereo: Editing clones refactored as code generators" "2018" "clone visualization" +"1491" "eed466876b0ff24042623e5e27abf5aa" "Supporting clone analysis with tag cloud visualization" "2014" "clone visualization" +"1492" "62443224ad99e35a851c4b457879c612" "Design and Development of Software Tool for Code Clone Search, Detection, and Analysis" "2019" "clone visualization" +"1493" "2884c424d2ed825d5341415e5bd04094" "ClonEvol: Visualizing software evolution with code clones" "2013" "clone visualization" +"1494" "3e6312265efad7c7f496d3c5b7187bee" "Source Code Plagiarism Detection using Machine Learning" "2017" "clone visualization" +"1495" "78302a1a1a8204462a135b14facc4b4d" "Doppel-Code: A Clone Visualization Tool for Prioritizing Global and Local Clone Impacts" "2012" "clone visualization" +"1496" "da013c61539122510e3913fc4922a917" "SPCP-Miner: A tool for mining code clones that are important for refactoring or tracking" "2015" "clone visualization" +"1497" "71f7522b0dc8b273fcae676e9f323f8a" "Visual Analysis of Source Code Similarities" "2015" "clone visualization" +"1498" "c188af8b5a8f26ae0ec78adbb8793d83" "Dealing with clones in software: A practical approach from detection towards management" "2014" "clone visualization" +"1499" "6a8d6163db1b26a9bf2ef4e0d63f1dd0" "CloneCompass: Visualizations for Exploring Assembly Code Clone Ecosystems" "2019" "clone visualization" +"1500" "4aaa92a189f9131f3cc09ff3d3f1a6d6" "CCEvovis: A Clone Evolution Visualization System for Software Maintenance" "2019" "clone visualization" +"1501" "15b209a8f4251e37611c710ba3047287" "Utilization of code clones in productization process to detect customer-specific differences" "2017" "clone visualization" +"1502" "72c43f63fe241b0e654320996514b582" "Visualizing Software Evolution with Code Clones" "2014" "clone visualization" +"1503" "5c28a5fdece8336534ffccfbbd7fab73" "Management aspects of software clone detection and analysis" "2014" "clone visualization" +"1504" "0b358eb927166e476f6cd2d4f7186c88" "VisCad: flexible code clone analysis support for NiCad" "2011" "clone visualization" +"1505" "448e5bd3089dbb5fb734991dc67c84a5" "A unified approach to automate the usage of plagiarism detection tools in programming courses" "2017" "clone visualization" +"1506" "80e20f71f406a3c8910c1d97ef1e58c4" "Visual Clone Analysis with SolidSDD" "2014" "clone visualization" +"1507" "1840bce1c341ff3aafabc15b06ca733e" "Representing clones in a localized manner" "2011" "clone visualization" +"1508" "33984a83d8546e0589b79286d9de2849" "Clone-World: A visual analytic system for large scale software clones" "2019" "clone visualization" +"1509" "98042f499d2266a60ebfe26222e16cee" "Visualizing the evolution of code clones" "2011" "clone visualization" +"1510" "f5ba6240c217e23f24d85f838eea4df6" "CloneMap: A Clone-Aware Code Inspection Tool in Evolving Software" "2018" "clone visualization" +"1511" "a4453f969cf7ac11e454537c3040026c" "Visualizing code clone outbreak: An industrial case study" "2012" "clone visualization" +"1512" "770c361c70402a3f8a66217a88bec910" "Search Engine Refactoring tool for Code Clone Detection of Static and Dynamic WebPages" "2015" "clone visualization" +"1513" "2273d24b19e3353539bce54202318adf" "Visualization of Software Code Clones-A review" "2016" "clone visualization" +"1514" "f55e9c6e34c74514e99f9f63075a11f4" "Insight to model clone’s differentiation, classification, and visualization" "2020" "clone visualization" +"1515" "f449219182c5ad521545832e66845afc" "A survey on goal-oriented visualization of clone data" "2015" "clone visualization" +"1516" "38629eef5a230d0c82d1c07c6798296d" "Insight to Model Clone's Differentiation, Classification, and Visualization" "2020" "clone visualization" +"1517" "67e84938d4ed4f8585f554b9494b0842" "A systematic mapping study of clone visualization" "2020" "clone visualization" +"1518" "b464fbd8f3175f8a2ec90d899fd0cb02" "代码重复检测结果可视化设计与实现" "2017" "clone visualization" diff --git a/overall_hotness_change_trend.html b/overall_hotness_change_trend.html new file mode 100644 index 0000000..70e5c5e --- /dev/null +++ b/overall_hotness_change_trend.html @@ -0,0 +1,149 @@ + + + + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/sub-fields_hotness_change_trend.html b/sub-fields_hotness_change_trend.html new file mode 100644 index 0000000..262a3b8 --- /dev/null +++ b/sub-fields_hotness_change_trend.html @@ -0,0 +1,160 @@ + + + + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/upsetplot.png b/upsetplot.png index 04d485d3c793d8e92dff63d04e50b46d97220292..645391bf2b85cf54203c88f1af73418d611ec6b6 100644 GIT binary patch literal 106521 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 z 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 CYk literal 106554 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