You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Recommendations

MET00-A. Understand the difference between overriding and hiding

MET01-A. Follow good design principles while defining methods

MET02-A. Avoid ambiguous uses of overloading

MET03-A. Return zero-length arrays instead of null values

Rules

MET30-C. Follow the general contract while overriding the equals method

MET31-C. Ensure that hashCode is overridden when equals is overridden

Risk Assessment Summary

Recommendations

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

MET00-A

1 (low)

1 (unlikely)

2 (medium)

P2

L3

Rules

Rules

Severity

Likelihood

Remediation Cost

Priority

Level

MET30-C

1 (low)

1 (unlikely)

2 (medium)

P2

L3

  • No labels