Kengo TODA
Kengo TODA
There is no response from the Gradle side. https://github.com/gradle/gradle/issues/19073#issuecomment-1428922823
continue as #813
@Meijuh The page is generated from https://github.com/lqc/spotbugs/tree/list-detectors that isn't merged to the SpotBugs master branch. If you need, consider creating a PR based on that branch.
In the future (maybe from version 4.0) spotbugs stop depending on JSR 305, see #421.
@vrotaru could you check #633, maybe you need to use `@CheckForNull` instead of `@Nullable`.
I personality prefer SLF4J over JUL (JDK standard logging), because JUL does not provide intuitive API. Maybe we can introduce it from v4.0.
Could you describe more about the benefit? When you have class files to analyze, you surely have already resolved and downloaded dependencies. So for me, it's not clear why SpotBugs...
Well, so, could you describe more about the benefit?
@KVAC Thanks for your description. > the user will not need to manually add additional jars, Could you share a [mcve project](https://stackoverflow.com/help/minimal-reproducible-example) that needs to manually add additional jars? In...
OK then I will re-transfer this issue to spotbugs/spotbugs, and wait for PRs to fix it.