Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
  archive
  commands
  big_clone
 csvs
 docs
  include
  arkanjo
  base
 config.hppConfiguration management interface
 config_types.hpp
 function.hppFunction abstraction for temporary codebase
 path.hppPath abstraction for temporary codebase
 similarity_table.hppSimilarity relationships storage and analysis
  cli
 cli_error.hpp
 options_collector.hpp
 parser_options.hpp
  commands
  pre
 preprocessor.hpp
 command.hpp
 command_base.hpp
 commands_registry.hpp
  formatter
 base.hpp
 format_manager.hpp
 template_renderer.hpp
  utils
 os_utils.hppUtility functions
 utils.hppDefines utility functions used across all files
 orchestrator.hppMain command orchestration interface
 orchestrator_helper.hpp
  src
  base
 config.cpp
 function.cpp
 path.cpp
 similarity_table.cpp
  cli
 parser_options.cpp
  commands
  big_clone
 big_clone_formater.cpp
 big_clone_formater.hppBigCloneEval format conversion interface
 big_clone_tailor_evaluator.cpp
 big_clone_tailor_evaluator.hppBigCloneBench evaluation interface * Provides evaluation metrics compatible with BigCloneBench dataset using methodology similar to the Tailor tool for clone detection
  counter
 counter_duplication_code.cpp
 counter_duplication_code.hppCode duplication reporting system
 counter_duplication_code_trie.cpp
 counter_duplication_code_trie.hppTrie-based code duplication counter
  explorer
 similarity_explorer.cpp
 similarity_explorer.hppDuplicate function exploration interface
 similarity_explorer_entry.hpp
  finder
 similar_function_finder.cpp
 similar_function_finder.hppSimilar function locator interface
 similar_function_finder_entry.hpp
  help
 help.cpp
 help.hpp
  pre
  build
 duplication_finder_diff.cpp
 duplication_finder_diff.hppCode duplication preprocessing system
 duplication_finder_tool.cpp
 duplication_finder_tool.hppMain duplication detection tool interface
 function_breaker.cpp
 function_breaker.hppMain function extraction interface
 function_breaker_c.cpp
 function_breaker_c.hppC/C++ function parsing and extraction
 function_breaker_java.cpp
 function_breaker_java.hppJava function parsing and extraction
 function_breaker_util.cpp
 function_breaker_util.hppFunction breaker utilities and constants
 parser.cpp
 parser.hppCode duplication results parser
 preprocessor_build.cpp
 preprocessor_build.hppCodebase preprocessing interface
  list
 preprocessor_list.cpp
 preprocessor_list.hppInterface for listing preprocessors in the system
 preprocessor.cpp
 preprocessor_main.cpp
  rand
 random_selector.cpp
 random_selector.hppRandom selection of similar code pairs
 random_selector_entry.hpp
  utils
 posix_utils.cpp
 utils.cpp
 windows_utils.cpp
 main.cpp
 orchestrator_commands.hpp