Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MET03-J. For methods that return an array or collection prefer returning an empty array or collection over a null value

MET04-J. Always provide feedback about the resulting value of a method

Rules

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

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

MET00-J

low

unlikely

high

P1

L3

MET01-J

low

unlikely

high

P1

L3

MET02-J

low

unlikely

high

P1

L3

MET03-J

low

unlikely

high

P1

L3

MET04-J

medium

unlikely

medium

P4

L3

Rules

Rules

Severity

Likelihood

Remediation Cost

Priority

Level

MET30-J

low

unlikely

medium

P2

L3

MET31-J

low

unlikely

high

P1

L3

MET32-J

medium

probable

medium

P8

L2

...