I've been struggling to exclude accessors in SonarQube v4.0. Everywhere I look I find the setting 'Seperate accessors'. If this is set to 'true' which is the default than the accessors should be excluded from code coverage.
However it doesn't seem to work.
I've already tried using Cobertura en JaCoCo as Code coverage plugin but neither of them seem to exclude the getters and setters.
My build is run by maven through Jenkins and it uses the 'Sonar Jenkins plugin' for analysis