From b1d465c4a1c43692191e1249531b2422016c74ad Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Thu, 17 Jun 2021 22:00:17 +0800 Subject: [PATCH] add card sorting results --- README.md | 15 +- final_classification_result_classinfos.txt | 187 +++ final_classification_result_paperbelongs.txt | 1457 ++++++++++++++++++ 3 files changed, 1658 insertions(+), 1 deletion(-) create mode 100644 final_classification_result_classinfos.txt create mode 100644 final_classification_result_paperbelongs.txt diff --git a/README.md b/README.md index f4cfce7..24bd45f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ #### 软件学报文章:“代码克隆发展与展望”相关附加材料 -1. upsetplot.png # 子研究领域交集详情,包含了至少一篇相交文章的所有情况 \ No newline at end of file +1. upsetplot.png # 子研究领域交集详情,包含了至少一篇相交文章的所有情况 +2. final_classification_result_classinfos.txt # 卡片分类过程中所有标注的卡片名称与对应的中文解释 + 列名: + 1) id: 数据库自增主键 + 2) class_name: 类别名称 + 3) class_description: 类别描述 + 4) class_level: 类别等级 (表示当前类别属于哪个级别,1表示最高级) + 5) class_parent: 父类名称 +3. final_classification_result_paperbelongs.txt # 卡片分类结束后每篇文章所属的类别名称 + 列名: + 1) id: 数据库自增主键 + 2) title_sha: 文章标题的md5唯一标识字符串 + 3) title_raw: 文章原标题 + 4) class_name: 文章所属类别名称 \ No newline at end of file diff --git a/final_classification_result_classinfos.txt b/final_classification_result_classinfos.txt new file mode 100644 index 0000000..987f97d --- /dev/null +++ b/final_classification_result_classinfos.txt @@ -0,0 +1,187 @@ +"id" "class_name" "class_description" "class_level" "class_parent" +"1" "benchmark" "1" +"2" "benchmark evaluation" "评估相关工作生成的benchmark是否有效" "2" "benchmark" +"3" "dataset creation" "1. 生成代码克隆的数据集,又可以称为benchmark creation +2. 用于代码克隆检测算法的使用;辅助质量评估等 +3. 其他相关研究:研究benchmark生成时不同类型的rater对数据集构造的影响" "2" "benchmark" +"4" "bug related clone dataset creation" "构建可以引入bug的代码克隆,介绍形成数据库所使用到的各种方法" "3" "dataset creation" +"5" "clone benchmark" "克隆的数据集,区别于dataset creation,这里没有创建过程" "2" "benchmark" +"6" "clone analysis" "1" +"7" "accidental clone" "偶然克隆的相关分析文章,包括跨项目偶然克隆问题" "2" "clone analysis" +"8" "clone analysis in specific language" "对一种编程语言的克隆分析,并不包括提出新方法这部分,提出新方法通过clone detection technique来表示" "2" "clone analysis" +"9" "analysis based on technique" "1. 利用现有的克隆检测技术,进行分析,并没有提出新的改进的方法 +2. 例如:对开源软件师姐代码克隆检测的占比进行分析;对不同克隆检测方法的性能、适用范围进行对比分析(非文献综述);对手机应用中代码克隆情况进行分析;代码克隆与开发者行为关系;学生的抄袭模式;克隆覆盖率;工业软件使用代码克隆的负面影响;web应用克隆模式的研究;不同克隆检测粒度的对比;对不同Eclipse版本情况进行克隆分析;方阵系统的领域分析;中小企业的软件克隆分析" "2" "clone analysis" +"10" "discuss simple clones detection can help detect structural clones" "套路了利用简单克隆辅助结构化克隆检测的可行性" "3" "analysis based on technique" +"11" "analysis of clone for healthcare software system - a case study" "利用克隆检测技术分析医疗系统的代码重用性" "3" "analysis based on technique" +"12" "analysis buggy and non-buggy clone characteristics" "分析有错误和没有错误的克隆的区别,以及对应的出错克隆的特征" "2" "clone analysis" +"13" "relationship analysis between clone stability and bug-proneness" "研究克隆稳定性和易错性之间的关系" "2" "clone analysis" +"14" "clone and non-clone code" "克隆代码和非克隆代码的对比分析;分析克隆代码是好是坏,使用各种指标度量其影响等;研究克隆与非克隆代码的分散性" "2" "clone analysis" +"15" "stackoverflow and github code reuse" "分析了github中代码复用stackoverflow的情况,可以归为analysis based on technique" "2" "clone analysis" +"16" "different country student comparison" "不同国家学生抄袭情况对比" "2" "clone analysis" +"17" "analyze the impace of cloned applications on the original authors" "研究由于克隆软件导致原始开发者的收入有多少的降低" "2" "clone analysis" +"18" "analysis the landscape of cloned applications" "对克隆应用在各个市场下的整体分析情况" "2" "clone analysis" +"19" "difference between source and compiled code clone detection" "利用一个工具,研究在不同类型的代码上进行克隆检测,得到的结果会有什么不同" "2" "clone analysis" +"20" "bug and clone relation" "研究bug和代码克隆之间是否存在相关性" "2" "clone analysis" +"21" "quality related clone analysis" "2" "clone analysis" +"22" "technical debt analysis" "克隆代码对软件技术债的影响" "3" "quality related clone analysis" +"23" "analysis clone characteristic and software maintainability correlation" "研究克隆特征与软件维护性之间的关系,软件维护可以分为5个子特征,克隆也可以分为if、for等特征,通过回归分析研究相关性" "3" "quality related clone analysis" +"24" "clone influence on developer's bug fix task" "通过调研,研究克隆信息对开发者修复bug速度、效率等方面有何影响" "3" "quality related clone analysis" +"25" "anti-pattern and clone and asynchrony change pattern" "研究三种坏气味的组合对软件错误的影响,与anti-pattern and clone类似" "3" "quality related clone analysis" +"26" "anti-pattern and clone" "研究两种坏气味对软件错误的影响,反模式和代码克隆" "3" "quality related clone analysis" +"27" "bug analysis" "1. 文章主要介绍不同类型的代码引入bug会有怎样的区别(例如:克隆代码比非克隆代码更容易引入bug;代码克隆引入的bug复现问题;克隆的什么特征和bug是相关的;小的克隆与正常规模的克隆在引入bug上的对比分析) +2. 提示:该标签可能属于analysis based on technique,后续可能会进行标签的合并" "3" "quality related clone analysis" +"28" "clone effect on software modularity" "研究代码克隆对软件模块化的影响" "3" "quality related clone analysis" +"29" "fault density analysis" "代码克隆对软件错误密度的影响" "3" "quality related clone analysis" +"30" "quantify interface clones and evaluate impact on interface design quality" "研究接口克隆的存在情况,并评估接口克隆对接口质量的影响" "3" "quality related clone analysis" +"31" "cross repository clone analysis" "对跨项目的克隆情况进行研究分析" "2" "clone analysis" +"32" "test clone analysis" "对软件中测试代码克隆进行实证研究,并得出一些结论,这可以划分到analysis based on technique" "2" "clone analysis" +"33" "analysis of causes of clone" "研究学生抄袭的原因,分析出好的目的比较多" "2" "clone analysis" +"34" "code style influence on clone detection" "研究编程风格对代码克隆的影响" "2" "clone analysis" +"35" "relationship analysis between domain-based coupling and clone" "研究代码克隆与领域耦合之间的关系,其中领域耦合指的是领域级软件构件之间的相关性" "2" "clone analysis" +"36" "apply clone technique on real-world software system" "将代码克隆技术应用到现实的软件系统中,并将得到的结果进行分析" "2" "clone analysis" +"37" "clone's impact on software maintenance" "研究克隆对软件维护的影响,使用了9种克隆检测方法,为了规避单一检测方法所带来的问题,可以归属到analysis based on technique中" "2" "clone analysis" +"38" "software clone law" "1. 研究各国法律对软件克隆的约束情况 +2. 对比各国法律在这一方面的不同之处" "2" "clone analysis" +"39" "interface similarity and clone relationship" "分析研究接口相似性与代码克隆之间的相关性" "2" "clone analysis" +"40" "benefits and drawbacks of clone detection" "研究克隆检测,例如学生抄袭检测的优缺点" "2" "clone analysis" +"41" "analysis of security-discordant clones" "找到不安全的代码克隆后,分析此类代码克隆的特点以及存在的普遍性" "2" "clone analysis" +"42" "project context's influence on clone" "项目上下文对克隆的影响,包括commit大小、数量以及开发者数量对clone的影响" "2" "clone analysis" +"43" "preprocessor annotation influence on clone" "研究预处理指令,例如:#ifdef,对代码克隆的影响" "2" "clone analysis" +"44" "difference of clones" "给出已经检测到的克隆之间的差异" "2" "clone analysis" +"45" "clone and developer difference" "1. 研究可复用代码创建者的区别以及进行代码克隆操作的开发者之间的区别" "2" "clone analysis" +"46" "analysis of code clone in posts" "研究克隆片段在post代码中的出现情况(以stackoverflow中对官方文档的克隆情况为例),并分析克隆代码随时间的演化情况" "2" "clone analysis" +"47" "comparison of different vectorization algorithms" "比较不同向量化方法对构建代码克隆检测方法有什么影响" "2" "clone analysis" +"48" "syntactic difference of functional clones" "研究功能型克隆在句法上有何不同" "2" "clone analysis" +"49" "influence of obfuscation on clone detection" "研究混淆对克隆检测技术的影响,对比分析什么样的检测方法更具有鲁棒性" "2" "clone analysis" +"50" "different languages influence on code clone" "研究不同编程语言下,代码克隆之间有什么区别" "2" "clone analysis" +"51" "clone in patches" "分析补丁中的克隆情况" "2" "clone analysis" +"52" "practical impact of clone detection" "1. 调研克隆检测在实际开发中的实际影响 +2. 包括:通过问卷调查的形式发现工业界中克隆检测对开发的影响" "2" "clone analysis" +"53" "structural clone vs simple clone" "分析结构化克隆与单纯的代码片段克隆的区别" "2" "clone analysis" +"54" "research direction explanation" "只是通过分析的方式对基于代码克隆结果的后续研究工作做了分析和展望,提出了可能的研究方向" "2" "clone analysis" +"55" "identifier similarity for cross-platform clone detection" "分析通过标识符相似性进行跨平台代码克隆相似性检验的可行性" "2" "clone analysis" +"56" "parameter importance for LSA method in clone detection" "研究克隆检测领域,潜在语意分析方法参数的设置对算法性能的影响,评估方法的有效性" "2" "clone analysis" +"57" "software metrics and clone correlation" "评估软件中克隆是否存在,例如验证某些因素是否和软件中代码克隆的存在相关" "2" "clone analysis" +"58" "apply clone technique on industry application" "将克隆检测技术应用到工业软件系统中,case study" "2" "clone analysis" +"59" "clone metrics comparison analysis" "2" "clone analysis" +"60" "similarity metrics evaluation" "评估度量代码克隆的各种方法,包括各种距离计算方式" "3" "clone metrics comparison analysis" +"61" "comparison of different distance measurement methods" "比较不同距离计算方法对代码克隆刻画的区别" "3" "clone metrics comparison analysis" +"62" "influence of rearrange statement order on clone detection" "修改代码中声明的顺序对于克隆检测的影响" "2" "clone analysis" +"63" "effect on software quality" "研究代码克隆对软件质量的影响" "2" "clone analysis" +"64" "clone and developer intent" "1. 文章对执行克隆的开发者的意图进行了分析;调研开发者对不同代码克隆方面的看法 +2. 采用的方法包括:采访、问卷调查等 +3. 其他:学生角度调研对代码抄袭的看法;stackoverflow中开发者对代码克隆的关注点" "2" "clone analysis" +"65" "clone categorization" "例如:对有用和有害克隆的分类方法,根据用户的克隆目标进行分类,只是给出了分类标准taxonomy,通过对开发者的interview实现的" "3" "clone and developer intent" +"66" "clone usefulness" "判断克隆是否为开发者关心的克隆,进而对克隆进行筛选" "3" "clone and developer intent" +"67" "challenge in clone detection" "介绍一种克隆检测类型的现状和存在的问题,并没有给出明确的解决方案,因此区别于clone detection technique" "2" "clone analysis" +"68" "introduction and comparison of code clone and model clone" "介绍并对比了代码克隆与模型克隆的区别" "2" "clone analysis" +"69" "cost of software maintainability" "代码克隆带来的软件维护成本评估" "2" "clone analysis" +"70" "clone detection technique" "1. 文章新创建了克隆检测技术;提出了对现有算法的改进;检索克隆来加速克隆检测;相似设计模式的检测;非连续性克隆的检测技术;android layout相似性检测;用于intermediate语言克隆检测的方法;有益克隆检测-beneficial clone detection +2. 通过一些代码表示等手段提升了克隆检测效果 +3. 代码的中间表示形式:Source Code Concepts and Idioms" "1" +"71" "buggy clone detection" "检测系统中存在bug的克隆,与bug detection based on clone不同,这里是代码克隆检测技术的一个分支" "2" "clone detection technique" +"72" "software similarity detection method" "软件相似性的计算方法" "2" "clone detection technique" +"73" "ontology representation of clone" "利用克隆的本体表示方法,减少克隆检测的时间,可以算作一种辅助提升克隆检测技术的方法" "2" "clone detection technique" +"74" "pattern mining" "疑惑:代码克隆的模式具体指的是什么?((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). )" "2" "clone detection technique" +"75" "collaborative pattern detection" "利用代码克隆检测技术,检测协作实体的重复配置,是一种更高级别的克隆,可以算作克隆检测算法的一种" "2" "clone detection technique" +"76" "metrics selection for clone" "总结了相关工作中提到的各种度量问题,给出一种选择度量的方法,解决代码克隆检测问题" "2" "clone detection technique" +"77" "software classification" "对相似功能的软件进行分类,是否可以算作代码克隆?" "2" "clone detection technique" +"78" "optimize clone technique configuration" "1. 文章专注于如何找到最好的克隆检测工具或方法的参数配置信息" "2" "clone detection technique" +"79" "code relative detection" "具有相似运行时表现的代码片段" "2" "clone detection technique" +"80" "code removal for clone detection" "在进行代码克隆检测,如学生抄袭的时候,什么样的代码克隆片段需要被删除" "2" "clone detection technique" +"81" "clone detection workbench" "提出了自己的克隆检测流程,并与其他的克隆检测方法进行了对比" "2" "clone detection technique" +"82" "clone clustering for optimizing clone detection results" "通过克隆聚类的方式优化代码克隆检测结果" "2" "clone detection technique" +"83" "clone clustering" "1. 对克隆代码片段或文件进行聚类,clone set的聚类 +2. 形成clone聚类的报告,辅助克隆分析,研究克隆不同group之间的关联关系,辅助克隆管理" "2" "clone detection technique" +"84" "clone filtering" "对克隆进行过滤,按照用户的需求,对检测到的不必要的克隆进行过滤。" "2" "clone detection technique" +"85" "clone evaluation" "1. 提出方法或者框架对克隆检测工具进行测试 +2. 例如:基于big clone bench,有相关研究提出了测试框架,辅助计算各种类型下的召回率;评估学生复用代码的质量" "1" +"86" "clone detection metrics" "1. 文章介绍了代码克隆检测涉及到的各种度量 +2. 包括:准确率、召回率、如何计算相似度距离等" "2" "clone evaluation" +"87" "code clone quality prediction" "通过一些算法评估代码克隆的质量,质量包括很多维度" "2" "clone evaluation" +"88" "clone evolution" "1. 研究克隆随着软件版本的迭代有怎样的变化 +2. 相关的关键词有:geneology、evolution、propagation等 +3. 提示:该领域可能涉及到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)" "1" +"89" "code change inconsistency" "1. 区别于clone evolution,这里表示一次修改检测到的不一致变化,并没有多个版本的演化问题;研究影响克隆一致性变更的因素;不一致的克隆变更与bug之间的关系 +2. 后续可以考虑是否合并到clone evolution" "2" "clone evolution" +"90" "predict consistency maintenance" "预测代码克隆是否需要一致性维护;预测是否是一致变更的代码克隆" "2" "clone evolution" +"91" "clone stability" "1. 克隆的稳定性,可以算作代码演化的子研究领域 +2. 表示不同种类的克隆代码其变化的频度以及保持不变的时间等 +3. 后续可能将这一部分合并到clone evolution中" "2" "clone evolution" +"92" "bug clone prediction" "预测克隆中未来会引入bug的克隆,其实和genealogy有关系" "2" "clone evolution" +"93" "harmfulness prediction" "在进行代码复用的同时预测代码的危害,帮助判断是否可以在该位置进行代码复用" "3" "bug clone prediction" +"94" "optimize training dataset of harmfulness clone prediction" "在进行克隆危害预测时,通过一定的手段,优化需要进行训练的数据集,使数据集达到平衡状态" "3" "bug clone prediction" +"95" "evaluate clone detection tools's performance for co-change clone detection" "评估传统克隆检测工具对共同变更的代码克隆的检测性能" "2" "clone evolution" +"96" "context bug analysis" "代码克隆出现bug可能是因为没有复用到正确的上下文中,因此实际上这种文章也和clone evolution相关" "2" "clone evolution" +"97" "clone provenance" "1. 构建克隆起源,溯源相关的文章 +2. 例如:构建不同仓库中克隆代码的链接;代码克隆的归属问题等" "2" "clone evolution" +"98" "link of clone" "不同于clone provenance,这里并没有提到溯源的问题,只是在克隆之间建立关联关系,方便提示代码提供者和复用者" "3" "clone provenance" +"99" "clone management" "1. 克隆管理相对与clone refactoring、clone visualization来说是更宏观的层面 +2. 根据文章694e3b049182d7fba448ee7c0ffff3d0的介绍,clone management其实包含了:clone rectoring、clone search、clone annotation、copy-paste support等 +3. 因此只有宏观介绍的文章才能属于clone management" "1" +"100" "clone variant management" "提出了克隆产品变体的管理框架,与软件产品线相关,唯一一篇文章是和软件变体管理有关的" "2" "clone management" +"101" "clone representation to manage clones" "利用一种中间的优化表示形式方便进行克隆的管理" "2" "clone management" +"102" "clone mutation management mechanism" "提出了一种克隆管理机制,可以将克隆与模型分开管理,使用VCL中间表示管理克隆突变" "2" "clone management" +"103" "clone model standardization" "克隆模型的标准化,以及标准化存在的困难和限制" "2" "clone management" +"104" "conceptual framework for clone analysis" "提出了克隆的概念框架,如何对克隆进行分析,在进行克隆的时候需要考虑哪些问题,从而帮助软件发展和软件复用" "3" "clone model standardization" +"105" "common conceptual model based on user cases" "利用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.为了更好地复现结果,互通结果。" "3" "clone model standardization" +"106" "clone refactoring" "1. 文章最终目标是对克隆进行重构(实现软件质量的提升等);什么样的克隆更容易引入bug;有文章将克隆片段中非克隆的statement拿出形成独立于克隆片段的代码语句;解决克隆重构的最优调度问题;评估重构需要的effort;克隆重构带来多少的代码减少分析 +2. 例如:克隆的删除方法、提出模板来重构克隆片段(形成aspect等) +3. 对克隆提取相同的表示,进而对克隆代码进行改造,例如提取并构造相同的函数" "1" +"107" "clone refactoring's influence on unit test case size" "研究重构对单元测试用例大小的影响" "2" "clone refactoring" +"108" "clone prioritization" "为了加快软件维护,方便克隆管理,提出了基于各种指标下的克隆优先处理顺序的排序" "2" "clone refactoring" +"109" "other fields based on clone detection technique" "1" +"110" "logging statement prediction" "基于代码克隆方法的日志语句预测" "2" "other fields based on clone detection technique" +"111" "code recommendation" "1. 文章可能利用了代码克隆技术找到了克隆代码,但最终是为了将代码推荐给开发者或使用者,帮助他们完成代码的复用;测试代码推荐 +2. 提示:代码推荐主要是针对复用,当然可能存在为克隆重构或修复提出的代码推荐方法,但那种文章的最终目的是克隆重构或修复" "2" "other fields based on clone detection technique" +"112" "component ranking" "与应用排名不同,这里利用克隆检测技术进行组件的排名" "2" "other fields based on clone detection technique" +"113" "cyber attack detection" "1. 网络攻击检测 +2. 例如:利用代码克隆检测技术生成相似程序,通过差异对比进行网络攻击检测" "2" "other fields based on clone detection technique" +"114" "application ranking" "1. 利用代码克隆技术进行应用程序的排名" "2" "other fields based on clone detection technique" +"115" "vulnerability detection" "1. 利用克隆技术对漏洞代码的检测,这里区别于恶意代码、恶意软件" "2" "other fields based on clone detection technique" +"116" "runtime complexity measurement" "利用代码克隆对方法级别的运行时复杂性进行评估,算作代码克隆的应用" "2" "other fields based on clone detection technique" +"117" "bug localization" "利用代码克隆技术对代码中的错误进行定位" "2" "other fields based on clone detection technique" +"118" "automatic comment generation" "利用代码克隆技术,自动生成注释信息" "2" "other fields based on clone detection technique" +"119" "web service similarity detection" "1. 使用代码克隆技术去检测web服务的相似性 +2. 例如:用nicad去检测web service description language的相似性,又名contextual clone" "2" "other fields based on clone detection technique" +"120" "evaluation of code translation" "利用克隆检测技术来评估代码翻译的有效性" "2" "other fields based on clone detection technique" +"121" "software authorship" "基于克隆检测的软件所属证明,算代码克隆的其他应用" "2" "other fields based on clone detection technique" +"122" "malware detection" "1. 文章关于利用代码克隆检测技术对恶意软件或恶意软件代码进行检测 +2. 不同于代码克隆检测技术,该领域主要涉及恶意代码和软件,即通过已知的恶意代码片段去匹配目标看是否存在相同的恶意代码 +3. obfuscated code也属于恶意代码的一种,因此混淆代码的检测也是恶意代码的检测" "2" "other fields based on clone detection technique" +"123" "software defect prediction" "使用软件相似性进行软件错误预测,其中软件相似性是基于代码克隆算法的,这可以作为克隆的应用" "2" "other fields based on clone detection technique" +"124" "software quality evaluation" "利用一些指标评估软件质量,指标之一为代码克隆,因此算作代码克隆在其他领域的应用" "2" "other fields based on clone detection technique" +"125" "license violation detection" "利用克隆检测对违反开源许可证的行为进行检测" "2" "other fields based on clone detection technique" +"126" "model pattern and anti-pattern detection" "利用代码克隆技术识别模型模式和反模式" "2" "other fields based on clone detection technique" +"127" "code size estimation" "利用代码克隆检测技术,理论上移除所有相似代码,通过函数调用形式替代,最终计算代码的实际大小" "2" "other fields based on clone detection technique" +"128" "program repair ingredients ranking" "利用代码克隆技术,对程序修复的补丁进行排序,从而优化程序自动修复" "2" "other fields based on clone detection technique" +"129" "domain analysis" "利用代码克隆技术进行领域分析:包括仿真系统" "2" "other fields based on clone detection technique" +"130" "code search" "1. 文章可能利用了代码克隆检测方法或技术,但最终目的是为了解决代码搜索的问题" "2" "other fields based on clone detection technique" +"131" "fault prediction" "代码克隆指标对于错误预测的影响研究;易错模块预测模型间的对比分析" "2" "other fields based on clone detection technique" +"132" "code quality" "代码克隆一个度量指标,用来评估相关代码的质量" "2" "other fields based on clone detection technique" +"133" "clone based bug detection" "通过相似的错误代码,并结合代码克隆检测技术,找到待检测代码中是否有相同的bug;或者研究如何提高基于克隆检测的bug识别方法的有效性和可用性" "2" "other fields based on clone detection technique" +"134" "ontology alignment" "利用代码克隆技术,对代码的本体表示进行对齐" "2" "other fields based on clone detection technique" +"135" "model anti-pattern detection" "利用模型克隆检测方法识别simlink中模型的反模式坏气味" "2" "other fields based on clone detection technique" +"136" "re-implementation detection" "重新实现检测,猜测是接口的多次实现检测问题" "2" "other fields based on clone detection technique" +"137" "variability of mainstream and subsystems" "利用代码克隆技术分析主版本库与子系统的移植变更问题,发现主版本中bug fix在子系统中没有被修复,这种问题普遍存在。关键词:reverse engineering variability" "2" "other fields based on clone detection technique" +"138" "repeat bug fix analysis based on clone detection" "利用代码克隆检测识别重复的bug修复,并分析重复bug修复的特征" "2" "other fields based on clone detection technique" +"139" "software architecture quality evaluation" "利用模型克隆检测评估软件体系结构质量" "2" "other fields based on clone detection technique" +"141" "code obfuscation technique" "基于代码克隆技术的混淆代码技术,通过增加代码混淆,提升代码的安全性" "2" "other fields based on clone detection technique" +"142" "infer repository file structure modification history based on clone technique" "利用克隆检测技术,推断代码仓库文件系统的历史变更情况" "2" "other fields based on clone detection technique" +"143" "link between discussion and code" "利用代码克隆技术,及代码搜索的支撑技术,将issue中代码的讨论与项目中的源代码进行关联" "2" "other fields based on clone detection technique" +"144" "clone and own" "软件生产产品线相关,表示利用克隆技术进行复用的方法" "2" "other fields based on clone detection technique" +"145" "code transplantation" "利用代码克隆技术对代码进行移植,例如:测试用例的移植等" "2" "other fields based on clone detection technique" +"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. 是对之前相关文章的总结性分析研究 +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. 文献综述的文章 +2. 提示:严格遵循文献综述的流程 或 在标题等地方明确描述该文章为文献综述(literature review) +3. 包括工具类、克隆可视化、克隆演化、克隆重构、克隆管理、介绍抄袭检测中存在的问题" "2" "survey and tutorial" +"153" "clone visualization" "1. 文章提到了自己创建的代码克隆相关可视化技术 +2. 提示:这里的可视化是文章的主要贡献,该可视化工具或技术可能解决不同的问题,包括:代码克隆演化分析、代码克隆重构等。但文章的主要贡献还是仅限于可视化工具而已 +3. 包括:用户关系的use case是什么并如何可视化这些use case" "1" diff --git a/final_classification_result_paperbelongs.txt b/final_classification_result_paperbelongs.txt new file mode 100644 index 0000000..f5e19c5 --- /dev/null +++ b/final_classification_result_paperbelongs.txt @@ -0,0 +1,1457 @@ +"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"