Kengo TODA
Kengo TODA
Sorry but again we have a conflict, please merge the latest `origin/master` to your topic branch and resolve it. You also need to update `CHANGELOG.md` to move your changes under...
Could you check "Changes for Kotlin buildscripts" in the [changelog for beta.1 release](https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.0.0-beta.1)? Hope that it helps you.
Thanks for making this mcve! I'm not NetBeans user so I cannot check, but it would be really helpful for who will debug this problem.
I could not reproduce this problem by unit test. @svilenvul could you try `./gradlew check` in `issue-420` branch? I guess this problem comes from maven plugin and/or environment setting.
I've added an integration test to spotbugs-maven-plugin in [spotbugs-420 branch](https://github.com/spotbugs/spotbugs-maven-plugin/tree/spotbugs-420) but I could not reproduce this bug. @svilenvul could you try to run `./mvnw -Prun-its -DtestSrc=remote -Dinvoker.test=encoding-aux-classpath verify` in that...
spotbugs-maven-plugin generates command line arguments and pass it to Ant. It seems that it successfully generated command line argument (aux classpath) without garbled text. So I think that OSGi is...
Ah, I probably need to say sanitize instead of escape...
> Probably we should put on the docs that version-slug isn't the same as the branch/tag name Cool, thanks. I wish I'll have an official document about the spec "how...
I think this issue is still not ready to close.
Could you share a mcve project to reproduce this issue? Thanks for your report!