Kengo TODA

Results 147 comments of Kengo TODA

Thanks for your share, and this issue has successfully been reproduced by ad28ad9c5941bd094b6d089ae96dc2a2c0d46770 Currently we cannot annotate `TextResource` by `@Input` like 6b22c2111f6e487225a69294c008f7349245dd4a due to the following error: > Cannot fingerprint...

Please share [mcve project](https://stackoverflow.com/help/minimal-reproducible-example) to reproduce the issue in our local.

OK thank you! If @sunnypatel2141 brings no MCVE too, I will close this issue.

#100 should fix this issue, we'll release next patch version soon so please try it later.

"soon" means right after #106 has been merged. I've requested @spotbugs/everyone to merge that. > Spotbugs should be fixed instead to not use static state. Yes! It's my dearest for...

In the beta branch, we launch a `java` process from worker for each `SpotBugsTask`. So I hope that the problem has been fixed; each SpotBugs process is isolated and nothing...

Better to wait for Gradle v7.6 release, to make the configuration in the build script simple: > These simplifications however require backing support in the Gradle API, so are only...

Check the test code added as 816fc7e9798f3ba03d5e0c6e79e9c70467b351c8

I cannot reproduce this problem by the following test: ```diff diff --git a/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy b/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy index 31814c4..03f3327 100644 --- a/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy +++ b/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy @@ -61,6 +61,31 @@ public class Foo { """...

@xenoterracide I found that the `tasks` does not list tasks created by the SpotBugs plugin. ``` git clone [email protected]:xenoterracide/iw-ppm-backend.git cd iw-ppm-backend git checkout f9612cdc0a84d832cb592fed619a059d0a62fb44 .\gradlew.bat :authn:tasks ``` It means that...