spotbugs / spotbugs

SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Home Page:https://spotbugs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scanning code via Bamboo rendors error for new UAT sonarqube 9.9.3

Bongani-coder65 opened this issue · comments

Hi Team,

We are upgrading our SonarQube from 9.5 to 9.9.3.
We have installed the plugin called findbugs but we getting error's when running scans from Bamboo.

Kindly please advise.
error :
error 07-Feb-2024 13:08:02 edu.umd.cs.findbugs.ba.DataflowAnalysisException: Accessing TOP or BOTTOM frame!
error 07-Feb-2024 13:08:02 At edu.umd.cs.findbugs.ba.Frame.getStackValue(Frame.java:243)
error 07-Feb-2024 13:08:02 At edu.umd.cs.findbugs.ba.Frame.getInstance(Frame.java:283)
error 07-Feb-2024 13:08:02 At edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis.meetInto(IsNullValueAnalysis.java:539)
error 07-Feb-2024 13:08:02 At edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis.meetInto(IsNullValueAnalysis.java:396)
error 07-Feb-2024 13:08:02 At edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis.meetInto(IsNullValueAnalysis.java:73)

Thanks for opening your first issue here! 😃
Please check our contributing guideline. Especially when you report a problem, make sure you share a Minimal, Complete, and Verifiable example to reproduce it in this issue.

Can you please give a bit more info? What is the version of the FindBugs plugin inside SonarQube? Can you please share an example, which results in this error?

Closing this, as this is a duplicate of spotbugs/sonar-findbugs#968. It would be really helpful, if you could share an example to reproduce the issue.