...
Overriding the equals()
method without overriding the hashCode()
method can lead to unexpected results.
Guideline Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MET13-J | low | unlikely | high | P1 | L3 |
...
...
Overriding the equals()
method without overriding the hashCode()
method can lead to unexpected results.
Guideline Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MET13-J | low | unlikely | high | P1 | L3 |
...