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

Code duplication preprocessor. More...

#include <duplication_finder_diff.hpp>

Public Member Functions

 DuplicationFinderDiff (string base_path_, double similarity_)
 Constructs preprocessor with configuration.
 
void execute ()
 Executes the preprocessing pipeline.
 

Detailed Description

Code duplication preprocessor.

Performs initial analysis of the codebase to identify and catalog potential code duplications, creating a foundation for fast similarity queries during the main operation phase.

Definition at line 29 of file duplication_finder_diff.hpp.

Constructor & Destructor Documentation

◆ DuplicationFinderDiff()

DuplicationFinderDiff::DuplicationFinderDiff ( string base_path_,
double similarity_ )

Constructs preprocessor with configuration.

Parameters
base_path_Root path of codebase
similarity_Similarity threshold (0-100)

Definition at line 3 of file duplication_finder_diff.cpp.

Member Function Documentation

◆ execute()

void DuplicationFinderDiff::execute ( )

Executes the preprocessing pipeline.

Definition at line 135 of file duplication_finder_diff.cpp.


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