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.
It really seems to be unexpected behavior. I think it was the ticket response above what caused it. I'm trying to talk to the developer to set the S1186 rule. If you want to follow:
来源:https://stackoverflow.com/questions/32618188/sonar-methods-should-not-be-empty-at-the-constructor