vralfy / phpcsmd

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations
27 stars 6 forks source link

phpcpd command is appending filename even if the file already there #24

Closed fonsecas72 closed 11 years ago

fonsecas72 commented 11 years ago

Here my log output example:

php-cpd command
/home/hugofonseca/phpcpd.phar --min-lines 5 --min-tokens 70 /tmp/phpcsmd-phpcpdDistractor8527690237324806460.php 
/var/www/project/apps/actions/file2.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php 
/var/www/project/apps/actions/file.php

(I've simplified this my self for readability)

vralfy commented 11 years ago

Looks weired. I'll check this