79681512

Date: 2025-06-27 07:00:43
Score: 1.5
Natty:
Report link

Your Setter Method is wrong. It should be

public void setPassword(String password) {
    this.password = password;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: yashka_h