Rules
| Content by Label | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Risk Assessment Summary
Rule | Severity | Likelihood | Detectable | Repairable |
|---|
Recommendations
EXP00-J. Use the same type for the second and third operands in conditional expressions
EXP01-J. Do not attempt comparisons with NaN
EXP02-J. Do not ignore values returned by methods
EXP03-J. Do not compare String objects using equality or relational operators
EXP04-J. Be wary of invisible implicit casts
Rules
Risk Assessment Summary
Recommendations
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level | ||||
|---|---|---|---|---|---|---|---|---|---|
| EXP00-J | Medium | low Probable | unlikely Yes | medium No | P2 P8 | L3 L2 | |||
| EXP01-J | Low | low Likely | unlikely No | medium Yes | P2 P6 | L3 L2 | |||
| EXP02-J | Low | Likely medium | probable Yes | medium Yes | P8 P9 | L2 | |||
| EXP03-J | Low | Likely | Yes | Yes | P9 | L2 | |||
| EXP04-J | Low | Probable | Yes | No | P4 | L2 | |||
| EXP05-J | Low | Unlikely | Yes | No | low | unlikely | medium | P2 | L3 EXP04 |
| EXP06-J | Low | Unlikely low | unlikely Yes | medium Yes | P2 P3 | L3 |
...