-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Classes for findbugs analysis: makeConcatWithConstants, toPredicate and get #363
Comments
Hello, |
This is a due to spotbugs/spotbugs#527, I guess. |
Also reported here (so an issue in FindSecBugs?) find-sec-bugs/find-sec-bugs#692 |
I don't have
jdk 17 |
Findbugs was renamed Spotbugs but the sonar plugin remained "sonar-findbugs-plugin" for compatibility, so you do have Spotbugs installed, that plugin also comes with its own plugins (find-sec-bugs and fb-contrib). |
I see. I checked that our previous Sonar setup did not use that plugin. The Sonar version was Community EditionVersion 9.8 (build 63668) and there was no findbugs nor spotbugs so it's highly likely that this plugin is causing the issue in our new Sonar. Since I don't have full access to new Sonar server, is it possible to turn off this plugin somehow via |
This message is a simple warning, it wouldn't cause a build error |
Issue Description
When using Sonarqube 7.9.5 (LTS) or 8.8.0 joing the latest configured findbug 4.0.3 plugin we get the following messages in the log output:
The following classes needed for analysis were missing:
makeConcatWithConstants
toPredicate
get
The messages only appear when install findbugs 4.0.3 in sonarqube
(the same also for older versions of findbugs)
Environment
Code (If needed)
The project code is a Spring Boot Java project joining Angular + Rest.
The text was updated successfully, but these errors were encountered: