|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Directory dependency graph for pre:Files | |
| duplication_finder_diff.cpp | |
| duplication_finder_diff.hpp | |
| Code duplication preprocessing system. | |
| duplication_finder_tool.cpp | |
| duplication_finder_tool.hpp | |
| Main duplication detection tool interface. | |
| function_breaker.cpp | |
| function_breaker.hpp | |
| Main function extraction interface. | |
| function_breaker_c.cpp | |
| function_breaker_c.hpp | |
| C/C++ function parsing and extraction. | |
| function_breaker_java.cpp | |
| function_breaker_java.hpp | |
| Java function parsing and extraction. | |
| function_breaker_util.cpp | |
| function_breaker_util.hpp | |
| Function breaker utilities and constants. | |
| parser.cpp | |
| parser.hpp | |
| Code duplication results parser. | |
| preprocessor.cpp | |
| preprocessor.hpp | |
| Codebase preprocessing interface. | |
| preprocessor_main.cpp | |