79126830

Date: 2024-10-25 18:03:05
Score: 1.5
Natty:
Report link

Try change the getter in Profile class

String getCustomerId() {
    return StringUtils.isNotBlank(this.customerId) ? this.customerId : StringUtils.EMPTY;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sharad Paul