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.