1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
PHPCPD 2.0.0 - 8 Nov 2013
Fixed #71: 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.
The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.
PHPCPD 2.0.0-BETA2 - 16 Oct 2013
Fixed #71: 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.
The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.
PHPCPD 2.0.0-BETA1 - 2 Aug 2013
Fixed #71: 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.
The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.
|