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

The Exception: "Lookup is null." appear very often #23

Closed fonsecas72 closed 11 years ago

fonsecas72 commented 11 years ago

It seams to me that it's related to phpcpd but...I still couldn't figure out why is that.

I can give you the log details stack-trace if needed.

vralfy commented 11 years ago

This is a normal behavior. (Thats why I log these exceptions as useless) For project foreign files, such as .svn folders and their contents there is no Lookup. Any way i don't want to scan them either. But phpcsmd is still trying to get a look up, just in case.