SonarQube Lombok Getter recognition
I am using SonarQube 4.5.4 with Java plugin 3.1. As I know this sonar-java version supports Lombok partially (Getter and Setter annotations) starting from 2.8 . But in my case it still reports field with lombok.Getter as: squid:S1068 Unused private fields should be removed: @Getter private String userName; Do you have any ideas why this could happen and where can I fix it? update For bytecode I tried both sonar.java.binaries and sonar.binaries I use sbt and run analysis with sonar-runner for below sonar-project.properties sonar.projectVersion=0.1 sonar.java.binaries=\ target/scala-2.11/classes