Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
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"
Go to the source code of this file.
Classes | |
class | Big_Clone_Formater |
Formats clone detection results for BigCloneBench evaluation. More... | |
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.