...
MET33-J. Invoke overloaded constructors or methods with caution
MET34-J. Follow the general contract when implementing the compareTo method
Risk Assessment Summary
Recommendations
...
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 |
MET34-J | medium | unlikely | medium | P4 | L3 |
...
CON34-J. Avoid deadlock by requesting fine-grained locks in the proper order The CERT Sun Microsystems Secure Coding Standard for Java MET00-J. Understand the difference between overriding and hiding