Kengo TODA

Results 145 comments of Kengo TODA

It seems that it's an unexpected behavior of Groovy v3, so I've issued a ticket to the ASF Jira. https://issues.apache.org/jira/browse/GROOVY-10162

I met the same issue in my build, here is its log from my [workflow run](https://github.com/KengoTODA/spotbugs-cli/runs/4129909705?check_suite_focus=true#step:5:89): ``` Some problems were found with the configuration of task ':generateNativeImageConfig' (type 'DefaultGenerateNativeImageConfigTask'). -...

Just FYI: I'm already using the `samples` as conformance tests for spotbugs-jspecify-plugin: https://github.com/spotbugs/spotbugs-jspecify-plugin/blob/d8afc443db6cc6949cfb2a70b418177ae9217f1d/src/test/java/com/github/spotbugs/jspecify/TestWithSample.java SpotBugs checks not `.java` file but `.class` file, so there are several difficulties to use for test....

deprecates https://github.com/spotbugs/spotbugs/issues/663 probably

Really interesting, it seems that your code has `LDC` or `LDC_W` but after this instruction there is no stack item in `OpcodeStack`. It should be impossible... I guess this problem...

1.4.1 has related fix, that stops throwing exception: 042a74c0ff92a505cdcd49920217dbd92ff1658a But this doesn't solve root problem. I cannot reproduce this issue for now. I guest it is caused by thread unsafety...

@vorburger could you rebase your branch? I've updated `master` to skip SonarQube analysis for external PR.

working at https://github.com/SonarSource/sonar-update-center-properties/pull/188

Hi, are you using the Windows platform? I guess it's related to #1809 or #1827.