CloneAnalyzer

Forschungszentrum Informatik, Karlsruhe
Matthias Biehl, Michael Winter, Christoph Andriessens, Olaf Seng



What is CloneAnalyzer?

CloneAnalyzer is a tool for software quality analysis. It allows you to find, display and inspect clones, which are fragments of duplicated source code resulting from lack of proper reuse.

Usually the fragments are created by copy-and-paste operations. Thus information about clones might give hints to detect design flaws in software projects.