After upgrading SonarJava plugin to 5.8 (15699) Sonar can't analyze class anymore (guava issue)

Here’s an update!

We’ve removed dependency to Java plugin and as we were using some helpers which were not exposed in API, we had to provide our implementation to fill this gap. So now we only depend on API, which is cool.

We’ve just released version v0.11-RC1, which should be compatible with Java 5.8 and you’ll also get some additional rules with it.

It would be great if you could test it in your project and report any false positive’s for 2 new rules. We’ll be testing it against our current projects and as long as it will behave stable, we’ll release v0.11 to Marketplace this week.

2 Likes