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
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.