Tobias van Beek
Tobias van Beek
@Wtyd thanks for the report, this is a nice situation that I personally didn't think about. I think it is a nice feature to support absolute paths, do you have...
There is currently not any active plan to implement this. But feel free to create a PR for this function.
@eeree Do you have the possibility to rebase and update with the feedback from @ravage84 ? Please say it if it isn't possible because then someone else need to take...
@eeree @ravage84 @kylekatarnls If I'm correctly this PR need a rebase and update for the version number. After that (and verifying that it didn't result in any problem) it could...
> > > > The tests will need to cover `getBaseName` new method. Right now it does not because the violation class is mocked. > > But if you have...
I think we should have a key for the project, but except that I think it is a good idea!
I think @ravage84 is the person for creating the key.
@kylekatarnls is this already fixed in master? I tried to reproduce it but did get the filename in the error. Else I miss something and got the wrong error.
@johnwc If I read your stack trace I see that it is a bug in PDepend. But still it is strange. You wrote that you instal it with composer, do...
If you install PHPMD with composer you also have PDepend in vendor/bin/pdepend, With that you can try to run pdepend to see where it failed, example command: `vendor/bin/pdepend --debug --summary-xml=summary.xml...