|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
| CBigCloneFormater | Formats clone detection results for BigCloneBench evaluation |
| CBigCloneTailorEvaluator | Evaluates clone detection using BigCloneBench methodology |
| CCLIError | Base class for CLI-related errors |
| CCliOption | |
| CCluster | Represents a cluster of similar functions in the similarity graph |
| CClusterInfo | |
| CCommandBase | |
| CCommandNotFoundError | An error is thrown when an unknown command is passed |
| CComparation | Structure representing a code comparison result |
| CConfig | Singleton configuration manager class |
| CConsoleFormatter | |
| CContainerInfo | Container metadata representation |
| CContext | |
| CCounterDuplicationCode | Code duplication analyzer and reporter |
| CCounterDuplicationCodeTrie | Trie structure for hierarchical duplication counting |
| CDuplicationFinderDiff | Code duplication preprocessor |
| CDuplicationFinderTool | Main code duplication detection tool |
| CFormatterManager | |
| 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 |
| Chas_options | |
| Chas_options< T, std::void_t< decltype(T::options_)> > | |
| CHelp | |
| CICommand | Basic interface for all CLI commands |
| CIFormatter | |
| CLine_content | Structure representing a line of source code |
| COptionMissingError | An error is thrown when a required option is not provided |
| COptionsCollector | |
| COrchestrator | Main command orchestrator |
| CParsedOptions | |
| CParser | Parses and transforms duplication detection tool output |
| CPath | Path manipulation class for tool-specific directory structure |
| CPathId | |
| CPlaceholder | |
| CPreprocessor | |
| CPreprocessorBuild | Codebase preprocessing orchestrator |
| CPreprocessorList | Lists all available preprocessor containers |
| CRandomSelector | Random pair selector for similar code segments |
| CRandomSelectorEntry | |
| CSimilarFunctionCountEntry | |
| CSimilarFunctionEmptyEntry | |
| CSimilarFunctionFinder | Similar function locator and reporter |
| CSimilarity_Table | Represents a similarity graph between functions (paths) |
| CSimilarityExplorer | Duplicate function explorer and analyzer |
| CSimilarityExplorerEntry | |
| CSimilarityExplorerInitialMessage | |
| CTemplateRenderer | |
| CUtilsOSDependable | |
| CWrapped |