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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.