You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.NoSuchMethodError: org.sonar.plugins.java.api.JavaResourceLocator.findResourceByClassName(Ljava/lang/String;)Lorg/sonar/api/resources/Resource;
at org.sonar.plugins.clirr.ClirrSensor.saveIssues(ClirrSensor.java:94)
at org.sonar.plugins.clirr.ClirrSensor.analyse(ClirrSensor.java:76)
The code base of the Clirr plugin isn't too big, how easy/hard would it be if I would attempt to solve it myself and submit a pull request? No idea where to start, I know Java but I never did any "real" Java development.
Indeed, that's a duplicate so let's close this issue and continue discussion on #3. This plugin is no more maintained by SonarSource so you can provide a fix. I don't know how hard it is.
Clirr 1.3 installed in SonarQube 6.0.
Running an analysis gives this error:
Full error at http://stackoverflow.com/questions/39849825/sonarqube-6-0-analysis-fails-on-module-without-code
The text was updated successfully, but these errors were encountered: