Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Parses and transforms duplication detection tool output. More...
#include <parser.hpp>
Public Member Functions | |
Parser (string input_file, string output_file, double similarity_cap) | |
Constructs parser with configuration. | |
Parses and transforms duplication detection tool output.
Processes raw output from third-party duplication detection tools, filters results by similarity threshold, and produces cleaned output.
Definition at line 69 of file parser.hpp.
Parser::Parser | ( | string | input_file, |
string | output_file, | ||
double | similarity_cap ) |
Constructs parser with configuration.
input_file | Path to raw tool output |
output_file | Path for cleaned output |
similarity_cap | Minimum similarity threshold (0-100) |
Definition at line 112 of file parser.cpp.