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

missing phpcpd violations under windows #11

Closed vralfy closed 11 years ago

vralfy commented 11 years ago

still have to test it i a linux mashine

fonsecas72 commented 11 years ago

What was the problem? It seams to work with me.

vralfy commented 11 years ago

The problem was the ":" in windows directories. I had to rewrite the phpcpd-Parser to solve this problem. So do you get phpcpd violations in your files and between your files running phpcsmd on a linux mashine?

fonsecas72 commented 11 years ago

I don't get phpcpd violations between files, just violations in opened file (that's enough for me). Sorry for the delayed answer.

vralfy commented 11 years ago

For this you have to perform a folder scan. I don't want to scan all projects when Netbeans opens up. This plugin is designed to scan only if the user told it to do so.

fonsecas72 commented 11 years ago

oh, I though that this was meant to scan between all opened files automatically. btw, folder scan is working too.