Recommendations

MSC00-J. Eliminate class initialization cycles

MSC01-J. Avoid memory leaks

MSC02-J. Be aware of the JVM Tool Interface

MSC03-J. Be aware of the Java Platform Debugger Architecture

MSC04-J. Be aware of JVM Monitoring and Managing

Rules

EXC30-J. Do not exit abruptly from a finally block

EXC31-J. Handle checked exceptions that can be thrown within a finally block

MSC32-J. Generate truly random numbers

Risk Assessment Summary

Recommendations

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

MSC00-A

low

unlikely

medium

P2

L3

Rules

Rules

Severity

Likelihood

Remediation Cost

Priority

Level

MSC30-C

low

unlikely

medium

P2

L3