Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
big_clone_formater.hpp File Reference

BigCloneEval format conversion interface. More...

#include <string>
#include <iostream>
#include <iomanip>
#include <tuple>
#include <cassert>
#include "../base/path.hpp"
#include "../base/function.hpp"
#include "../base/similarity_table.hpp"
+ Include dependency graph for big_clone_formater.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Detailed Description

BigCloneEval format conversion interface.

Provides functionality to format clone detection results into the BigCloneBench dataset compatible output format for evaluation. This files is related to the first try to evaluate the tool in big clone bench dataset the class does not work properly in the moment and should be ignored.

Definition in file big_clone_formater.hpp.