By bloid
via richardsbraindump.blogspot.com
Published: Jul 17 2008 / 10:30
I’ve recently stumbled across a tool that detects duplicate code (aka code clones) called CCFinder. It’s definitely not the simplest thing in the world to download and install, and it’s a little bit painful to exclude generated files (it has to be done manually) but it does do make finding repeated code a lot easier than with a tool like Simian. Why? Because you get a visual indication of where the duplicates are and can see the code itself. Plus you have greater control over the rules used to detect duplication of code.
Comments
sproketboy replied ago:
It's good but you have to install C++ runtime libs + python 2.4 to make it work.
Voters For This Link (12)
Voters Against This Link (0)