Sonar - ArrayIndexOutOfBoundsException: 30344

I got this error when trying to parse a project using Sonar Server:

INFO: FAULTY PERFORMANCE

INFO: Total time: 50.063s Final memory: 13M / 164M

ERROR: Error while executing sonar runner

ERROR: Unable to execute Sonar

ERROR: Caused by: Cannot execute Findbugs

ERROR: Caused by: java.lang.ArrayIndexOutOfBoundsException: 30344

ERROR: Caused by: 30344

We used to use the default rules and everything worked. We changed to different rules and this error occurred. This is weird because they were running on a different PC with the same setup described below:

Sonar version: 2.4

Sonarqube version: 4.5.1

Finbugs version: 2.4

First part of the Stack Trace

+3


source to share


1 answer


Update to the latest Findbugs SonarQube plugin, 3.1. This solved the problem for me. Let us know.

  • Log in as admin
  • In the "settings" in the top menu
  • Click Update Center in the left navigation pane.
  • Now in the "Plugin Updates" section of the content pane tabs
  • ...


But mostly I can't take my eyes off the right side of the screen. Some really great recursion continues. Thanks for this.

0


source







All Articles