DuploQ is a GUI frontend for Duplo duplicate finder console tool. Its goal is to find duplicates (i.e. copy-pasted parts of code) across several source files.
Locating and eliminating source code duplicates is an important part of the overall refactoring process which leads to decreasing a project's technical dept and increasing stability of the software.
Features
- Runs on Windows and Linux
- C, C++, C#, Java and JavaScript languages supported
- Easy and informative Qt-based GUI
License
GNU General Public License version 3.0 (GPLv3)Follow DuploQ
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
We've checked our C++ projects with this tool. It has found some copy-pasted code so we've successfully refactored it. So the Duploq tool seems to be very useful, especially when used together with PMD/CPD and other static analysis tools like CppCheck etc.