Arlo O'Keeffe

Results 33 comments of Arlo O'Keeffe

Glad that you're a happy user 😄 The maven-pmd-plugin -> pmd-eclipse-plugin integration currently only supports the check goal: [lifecycle-mapping-metadata.xml](https://github.com/m2e-code-quality/m2e-code-quality/blob/develop/com.basistech.m2e.code.quality.pmd/lifecycle-mapping-metadata.xml) Looking at the pmd-eclipse-plugin it supports Copy/Paste Detection. But there don't...

Hi @jodastephen, thanks for taking the time to write this report. Since I have stopped using the plugin I am currently not really motivated to try and fix it myself....

Thanks for trying and letting me know that there is a problem with oomph on Windows. I could reproduce your problem and will look into it.

Hi @jodastephen, I have looked into the problem and found a few issues with the setup. I have updated the steps in the [README](https://github.com/m2e-code-quality/m2e-code-quality#development-environment). If possible could you try these...

Hi @crussellgh and @sellersj, I would love to merge the PR but someone has to actually test it. I have not looked at it in detail since like I described...

Hi @crussellgh, glad you got it working somehow. Please let me know if I can update the README in any way that would have helped you along the way. Like...

The solution you present sounds like re-implementing slf4j. What are the downsides of using slf4j? It already does what you describe with the upside of you not having to implement...

Thanks for the pointer. The issues do seem related. Apparently I did not search thoroughly enough - sorry for that. When I update the vitest version in https://github.com/prowe/vitest-mock-bug everything works...

Thank you so much for taking the time to look into this and releasing a fix this fast. I can confirm that my current reproduction state is fixed with 0.23.1....

I did some more testing. The mocking breaks when the filesystem location and the source code structure match e.g. like this `/theRoot/aSubDir/theRoot/aSubDir/moreDirs/app.js`. I updated my repository to make it a...