-
-
While refactoring some code in my project I came across a problem with the rule 'findbugs:XXE_SCHEMA_FACTORY' when doing a scan with Sonar. I reported this at the Sonar community[1] who forwarded me t…
-
Does not compile with Java 22
-
JIRA Issue: [KIEKER-1817] Kieker-AspectJ and OpenJDK 11
Original Reporter: David Georg Reichelt
***
Currently, I am trying to run Kieker using AspectJ instrumentation on OpenJDK 11. Unfortunately, e…
-
Hi, I'm the maintainer of spotbugs maven plugin. The next minor release of spotbugs plugin will introduce a new mojo verify, see https://github.com/spotbugs/spotbugs-maven-plugin/pull/405. Support f…
-
Libraries:
- djutils-base 2.2.0 -> 2.2.1
- junit 5.10.0 -> 5.10.2
- jakarta-annotations 2.1.1 -> 3.0.0
plugins:
The maven dependencies in the pom file have also been updated to the latest versi…
-
continuation of https://github.com/spotbugs/spotbugs/issues/2759
now exception is different.
after update to 4.8.3.0
https://app.circleci.com/pipelines/github/checkstyle/checkstyle/22934/workflow…
-
I'm getting this error when running spotbugs:
```
The following errors occurred during analysis:
Exception analyzing BaseUrl using detector edu.umd.cs.findbugs.detect.FindDeadLocalStores
j…
-
**Stack trace:**
```
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'org.jetbrains.plugins.spotbugs.actions.AnalyzeProjectFilesIncl…
-
I am trying to run spotbugs for a multi module project with the end goal of allowing sonar to pick up the findBug reports.
To do this I would like to output all of the findbug output into a single …