问题
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.
回答1:
I found this jira, It's a Sonar's Bug.
https://jira.sonarsource.com/browse/SONARJAVA-1138
回答2:
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://jira.sonarsource.com/browse/SONARJAVA-1138
来源:https://stackoverflow.com/questions/32618188/sonar-methods-should-not-be-empty-at-the-constructor