I upgraded my Sonar to version 5.1.2 and the message Methods should not be empty appears in this code:
public User() {} public User (String login) { this.login = login; }
This seems to be a mistake. I'm right? Because this has not happened before.
source share