Reusing code is something normal in software development, but this practice makes the code less maintainable over time and it can introduce defects.

As we write an application, very similar or identical code fragments begin to appear. These fragments are known as ‘clones’.
The Kiuwan Solutions have a functionality to detect duplicated code: the Kiuwa clone detector.
Read more about how it works in our documentation.