Rules
| Content by Label | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Recommendations
CON00-J. Use synchronization judiciously
CON01-A. Avoid using ThreadGroup APIs
Rules
CON00-J. Synchronize access to shared mutable variables
CON01-J. Always invoke wait inside a loop
CON02-C. Prefer notifyAll() to notify()
Risk Assessment Summary
...
Rule | Recommendation | Severity | Likelihood | Detectable | Repairable Remediation Cost | Priority | Level | |||
|---|---|---|---|---|---|---|---|---|---|---|
| LCK00-J | Low | Probable | No | No | P2 | L3 | ||||
| LCK01-J | Medium | Probable | Yes | No | P8 | L2 | ||||
| LCK02-J | Medium | Probable | Yes | No | P8 | L2 | ||||
| LCK03-J | Medium | Probable | Yes | No | P8 | L2 | ||||
| LCK04-J | Low | Probable | Yes | No | P4 | L3 | ||||
| LCK05-J | Low | Probable | No | No | P2 | L3 | ||||
| LCK06-J | Medium | Probable | Yes | No | P8 | L2 | ||||
| LCK07-J | Low | Likely | No | No | P3 | L3 | ||||
| LCK08-J | Low | Likely | Yes | Yes | P9 | L2 | ||||
| LCK09-J | Low | Probable | No | No | CON00-A | low | unlikely | medium | P2 | L3 |
...
| LCK10-J | RulesLow | SeverityProbable | LikelihoodYes | Remediation CostNo | PriorityP4 | Level L3 CON30 |
| LCK11-C J | Low | low Probable | unlikely No | medium No | P2 | L3 |
...