|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
| CBig_Clone_Formater | Formats clone detection results for BigCloneBench evaluation |
| CBig_Clone_Tailor_Evaluator | Evaluates clone detection using BigCloneBench methodology |
| Cduplicate_code_detection.CliColors | ANSI color codes for terminal text formatting |
| CComparation | Structure representing a code comparison result |
| CConfig | Singleton configuration manager class |
| CCounter_Duplication_Code | Code duplication analyzer and reporter |
| CCounter_Duplication_Code_Trie | Trie structure for hierarchical duplication counting |
| CDuplicationFinderDiff | Code duplication preprocessor |
| CDuplicationFinderTool | Main code duplication detection tool |
| ▼CEnum | |
| Cduplicate_code_detection.ReturnCode | Enumeration of possible return codes for the application |
| CFunction | Represents a code function with its content and metadata |
| CFunctionBreaker | Main function extraction processor |
| CFunctionBreakerC | C/C++ function parser and extractor |
| CFunctionBreakerJava | Java function parser and extractor |
| CLine_content | Structure representing a line of source code |
| COrchestrator | Main command orchestrator |
| CParser | Parses and transforms duplication detection tool output |
| CPath | Path manipulation class for tool-specific directory structure |
| CPreprocessor | Codebase preprocessing orchestrator |
| CRandom_Selector | Random pair selector for similar code segments |
| CSimilar_Function_Finder | Similar function locator and reporter |
| CSimilarity_Explorer | Duplicate function explorer and analyzer |
| CSimilarity_Table | Manages and analyzes function similarity relationships |