Guillaume Toison
Guillaume Toison
In the end were you able to solve the problem? If there are no further questions I'll close this issue
What version of the plugin are you using? Since this is only happening for PR analysis I think upgrading to 4.2.0 might solve this error. Normally SpotBugs should only report...
I will close this as there does not seem to be further questions, please don't hesitate to create a new issue
Maybe it's not what you're looking for but I had a similar problem (lots of errors and warning reported on a massive codebase), so I ended up writing a plugin...
This is most likely since the upgrade to slf4j 2.0 in #2156 Apparently there are some breaking changes between slf4j 1.x and 2.x https://issues.apache.org/jira/browse/LOG4J2-3139 `getRequesteApiVersion` was renamed `getRequestedApiVersion` here: https://github.com/qos-ch/slf4j/commit/7483a11dd6ba1398f4b51c2e673800325cc609fc...
I see that you have disabled the analysis for the plugin: ``` [INFO] Findbugs analysis skipped for this project. [INFO] Sensor FindBugs Sensor [findbugs] (done) | time=2767ms ``` The error...
@eirisdg I've moved this to a new issue because it is not the same problem, the original post is for a StackOverflowError in Sonar's built-in Java plugin
Thanks for reverting @AswinVeer, good to hear that the issues was fixed! I'll let you close the issue then 👍 @eirisdg, I'm not sure if you saw the questions I...
Hello @eirisdg are the JSP sources compiled into .class files and are they in folder `/builds/[...]/target/classes` ? I'm asking because I see that in your logs: `96106 [ERROR] sonar.java.binaries was...
I looked into it and I have no idea what might be causing the problem: the plugin uses Sonar's built-in JavaResourceLocator to get the `.class` files: https://github.com/spotbugs/sonar-findbugs/blob/80706d2cb99872f35ce26e581cfc26474aa7da42/src/main/java/org/sonar/plugins/findbugs/FindbugsConfiguration.java#L295 So my best...