-
Notifications
You must be signed in to change notification settings - Fork 137
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
Can not execute Findbugs #1042
Comments
Can you please share more of the logs? There should be more details before and after this error |
Hi @gtoison |
The relevant error message is:
There are sources (java, kotlin, jsp, ...) in a project but the plugin could not find the corresponding .class files |
@gtoison But before installing this plugin we didn't have any issues. Is it possible to ignore it, and if so, how? |
You can set |
Hi
We faced an issue when we installed Findbugs, Could you please help us to resolved the issue?
| ------------------ | ------- |
| SonarQube | 10.6 |
| Sonar-FindBugs | 4.2.10 |
| Java |17|
Error:
15:14:56.688 ERROR: Error during SonarScanner execution
15:14:56.687 INFO: Final Memory: 53M/180M
15:14:56.688 INFO: ------------------------------------------------------------------------
java.lang.IllegalStateException: Can not execute Findbugs
at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:191)
at org.sonar.plugins.findbugs.FindbugsSensor.execute(FindbugsSensor.java:132)
at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:88)
The text was updated successfully, but these errors were encountered: