Software Details:
Version: 2.0.2
Upload Date: 12 Apr 15
Distribution Type: Freeware
Downloads: 144
Its obvious usage is to check for duplicate code in a PHP project.
It will do this by scanning the entire project's source and report the percentage of duplicate code lines.
PHPCPD will also report the location of these duplicate code lines inside the project so developers can easily go and rectify their code.
The location is reported as the target file name and the line numbers from where the duplicate code starts and ends.
The original location of the duplicate code is displayed as well, in the same manner.
What is new in this release:
- Clones that appear in multiple files are now grouped together.
- Various bug fixes and optimizations.
- Added --names-exclude switch to exclude filenames using glob patterns.
- The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.
What is new in version 2.0.0-BETA1:
- Fixed false positives due to use and \ usage.
- Clones that appear in multiple files are now grouped together.
- Various bug fixes and optimizations.
- Added --names-exclude switch to exclude filenames using glob patterns.
What is new in version 1.4.1:
- Added dependency.
Requirements:
- PHP 5.3.3 or higher
Comments not found