Recommendations
MSC30-J. Do not exit abruptly from a finally block
MSC01-J. Handle checked exceptions that can be thrown within a finally block
MSC03-J. Be aware of the JVM Tool Interface
MSC04-J. Be aware of the Java Platform Debugger Architecture
MSC05-J. Be aware of JVM Monitoring and Managing
Rules
MSC00-J. Eliminate class initialization cycles
MSC31-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 |