Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Code duplication results parser. More...
#include <string>
#include <vector>
#include <set>
#include <fstream>
#include <iomanip>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | Comparation |
Structure representing a code comparison result. More... | |
class | Parser |
Parses and transforms duplication detection tool output. More... | |
Code duplication results parser.
Handles parsing and transformation of output from third-party code duplication detection tools into a more usable format.
The parser is responsible to read the output to the code duplication detection tool that exists in the third_party folder and parse/transform it in a way that is easier to work with later.
Definition in file parser.hpp.