SolidSDD - Duplicate Code Detector
The Duplicate Code Detector (SolidSDD) is a software tool for finding and analyzing duplicate code (i.e., code clones). It can be used to
analyze large projects and detect code that has been cloned during development, for example by copy-paste-modify operations. Finding such
duplicate fragments is of great importance for:
- Facilitating development and maintenance;
- Reducing the application memory footprint.
The currently supported programming languages are C, C++, C# and Java. In addition to finding duplicate code fragments, SolidSDD offers an
intuitive graphical interface for assessing the code duplication characteristics and the location of the code clones in the software stack. This
interface enables developers, architects and software managers to better manage the process of duplication refactoring by assessing the required
effort and establishing refactoring priorities.
SolidSDD is able to cope with variations in the duplicate code. Not only exact code clones are detected but also duplicate fragments that have been
modified by renaming variables or by inserting/removing code.
Download the free trial version (no code size limitations) and start managing duplication in your code.
Video
For best experience watch this fullscreen!