Judit Knoll
Judit Knoll
Several tests were emiting the `The following classes needed for analyses were missing:` message to the standard error, but it doesn't appear in the log when running the tests from...
Creating this issue both as a reminder and a place to discuss it. _Originally posted by @hazendaz in https://github.com/spotbugs/spotbugs/issues/2753#issuecomment-1848589719:_ >Think we may benefit from adding open rewrite to our project....
Currently if the `ShortDescription` or the `LongDescription` of a `BugPattern` in `messages.xml` (or other messages for other languages) refers to a not existing annotation (e.g. the BugInstance only contains one...
It would be really great, if the SpotBugs maven plugin could support the `chooseVisitors` option of SpotBugs (see the [official SpotBugs documentation](https://spotbugs.readthedocs.io/en/latest/running.html#detector-visitor-configuration-options)), so disabled detectors could be used through the...
Currently the trigger of the release process is a tag push on master branch of spotbugs/spotbugs (and for having the master changes for the eclipse update site, a simple commit...
There are some problems with the Null Value Analysis. The [Ideas_2011_07_22](https://github.com/spotbugs/spotbugs/blob/master/spotbugsTestCases/src/java/bugIdeas/Ideas_2011_07_22.java) file tested in [RegressionIdeas20110722Test](https://github.com/spotbugs/spotbugs/blob/master/spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect/RegressionIdeas20110722Test.java) shows these problems. There should be the following buginstances found: - 4 RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE - at...
The summary for the StringCharset ([documentation](https://errorprone.info/bugpattern/StringCharset), [code](https://github.com/google/error-prone/blob/4ce508bfa4add43094274c4a94a140e238e2e849/core/src/main/java/com/google/errorprone/bugpatterns/StringCharset.java#L44)) BugPattern doesn't describe the problem well, is the same as the bugpattern's name. When a bug is reported, the users see the summary...
Partial fix for #3023. The problem is not with the `Collections.emptyList()`, `Collections.emptySet()` and `Collections.emptyMap()` functions, there are no FPs, if there is only one assignment to a field with any...
Small typo and grammatical fixes in `messages.xml`.
It's a small cleanup in `DumbMethods` detector without any functional change: mostly formatting changes to make the code slightly easier to read and a few small fixes. I haven't added...