clone-detection
There are 33 repositories under clone-detection topic.
sed-inf-u-szeged/OpenStaticAnalyzer
OpenStaticAnalyzer is a source code analyzer tool, which can perform deep static analysis of the source code of complex systems.
WSP-LAB/HiddenCPG
HiddenCPG: Large-Scale Vulnerable Clone Detection Using Subgraph Isomorphism of Code Property Graphs
presto-osu/orlis-orcis
Orlis/Orcis
waingram/code-embeddings
A Comparative Study of Various Code Embeddings in Software Semantic Matching
pag-iiitd/RUBHUS-Cross-Langauge-Code-Clone-Detector
Repository for source code of RUBHUS
agamvrinos/LIICD
Language-agnostic Incremental Code Duplication Detection
jorge-martinez-gil/codesim
Source Code Clone Detection Using Unsupervised Similarity Measures
felipelealdefaria/javascript-clone-detection
Academic study project on JavaScript code duplication using AST parsing and string similarity.
alapha23/source_code_plagiarism_detector
Plagiarism detector for C/C++ source code with Abstract Syntax Tree Comparsion and also Graph Convolutional Networks
jorge-martinez-gil/graphcodebert-interpretability
Augmenting the Interpretability of GraphCodeBERT for Code Similarity Tasks
wangcong15/go-clone
a deep learning-based code clone detector for Golang (Go programming language)
tronicek/DrDup2
DrDup2 is a clone detector based on the index of abstract syntax trees.
FLAGlab/SimCorp
This corpus contains different datasets of behaviorally equivalent C/C++ programs to evaluate their semantic similitude. The datasets: 6 Type-4 scenarios extracted from the BigCloneBench 10 programs for sorting, aggregation, and search algorithms 566 programs extracted from CodeForces solving 5 different problems
jorge-martinez-gil/ensemble-codesim
Advanced Detection of Source Code Clones via an Ensemble of Unsupervised Similarity Measures
qw3ry/sigclone
A tool to detect source clones based on method signatures
tronicek/DrDupLex
DrDupLex is a clone detector based on the index of abstract syntax trees.
Glopix/Cloreco-images
Images of several clone detector tools and clone benchmark frameworks. All are modified so that they can be used in the Cloreco platform.
jorge-martinez-gil/crosslingual-clone-detection
Transcending Language Barriers in Software Engineering with Crosslingual Code Clone Detection
jorge-martinez-gil/graphcodebert-feature-integration
Improving Source Code Similarity Detection with GraphCodeBERT and Additional Feature Integration
m-zakeri/CodeSimilaritySLR
Paper selection for "a systematic literature review on source code similarity measurement and clone detection: techniques, applications, and challenges"
MSR-2023/VRL4CCD
The code corresponding to the paper: Code Clone Detection via Software Visualization Representation Learning (VRL4CCD)
unlv-evol/PyReprism
PyReprism is a suite of essential methods designed for common preprocessing tasks in code clone detection research.
chii-vu/CloneCognition
Machine Learning based Source Code Clone validation tool.
kasperengelen/CloneTypeClassifier
Research project on the automatic classification of code clones according to type, as well as an attempt to filter out False Positive clones.
loehnertz/Doppelgaenger
An interactive tool to eliminate code clones in Java applications
thibdew/PLSQL-Clone-Detection
Token based and tree based clone detection tools for PL/SQL-queries. This is a bachelor thesis.
tronicek/CloneChecker
CloneChecker is a tool for automated evaluation of clone detectors.
tronicek/DrDup
DrDup is a method-level clone detector in Java.
tronicek/EvalTool
EvalTool is a tool for automated evaluation of clone detectors.
unlv-evol/PaReco
Patched clones and missed patches among the divergent variants of a software family
Glopix/Cloreco
Clone Recognizer Comparator platform
MRHMisu/JS-Online-Clone-Analysis
This is a utility repository for the JavaScript Online Code Clone Analysis between StackOverflow and GitHub Repositories.