I try to use Sonar on a Java 7 project (which relies on new syntactic features) and the PMD part and the Checkstyle part fail to parse those files.

The Findbugs part fails to read Java 7 class files.

This causes Sonar to consider only 10% of my classes.

Can there be a workaround for this?

EDIT: There is an issue for Java 7 compatibility.
Please vote for this issue, so it will be fixed soon.

link|improve this question

Can you not disable PMD rules? – Vineet Reynolds Aug 10 '11 at 22:10
@Vineet Reynolds, edited the question: everything else fails too. On source-files and class-files levels. – java.is.for.desktop Aug 11 '11 at 5:14
Yes, I believe this is going to be the case, until the upstream projects like PMD, Findbugs, Checkstyle et al can understand Java 7 syntax. Sonar has dependencies on these projects, so bugs like these have to be fixed first. – Vineet Reynolds Aug 11 '11 at 5:31
7  
I confirm that Java7 will be fully supported in Sonar 2.12. Patches have been sent to Checkstyle and PMD teams. Findbugs already supports Java7. – Simon Brandhof Sep 24 '11 at 7:24
feedback

1 Answer

You could try to make findbugs dev build manually and put it into sonar. Not the easiest way.

svn checkout http://findbugs.googlecode.com/svn/trunk/findbugs
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.