Search code examples
sonarqubesonarqube5.1.2

Sonar Methods should not be empty at the constructor


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.


Solution

  • I found this jira, It's a Sonar's Bug.

    https://jira.sonarsource.com/browse/SONARJAVA-1138