I updated my Sonar to Version 5.1.2, and the issue Methods should not be empty
appears on this code:
public User() {}
public User (String login) {
this.login = login;
}
It seems to be a bug. Am I right? Because this didn't happen before.
I found this jira, It's a Sonar's Bug.