Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Big_Clone_Formater Class Reference

Formats clone detection results for BigCloneBench evaluation. More...

#include <big_clone_formater.hpp>

Public Member Functions

 Big_Clone_Formater (Similarity_Table *similarity_table)
 Constructs formatter and processes similarity table.
 

Detailed Description

Formats clone detection results for BigCloneBench evaluation.

Converts internal path and similarity representations into the standardized BigCloneEval output format expected by the BigCloneBench dataset evaluation tools.

Note
Designed to operate within the BigCloneBench dataset directory structure

Definition at line 35 of file big_clone_formater.hpp.

Constructor & Destructor Documentation

◆ Big_Clone_Formater()

Big_Clone_Formater::Big_Clone_Formater ( Similarity_Table * similarity_table)

Constructs formatter and processes similarity table.

Parameters
similarity_tablePointer to similarity data to format
Note
Immediately outputs all formatted pairs to stdout

Definition at line 36 of file big_clone_formater.cpp.


The documentation for this class was generated from the following files: