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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.