Expressions (EXP)
- EXP30-PL. Do not use deprecated or obsolete functions or modules
- EXP31-PL. Do not suppress or ignore exceptions
- EXP32-PL. Do not ignore function return values
- EXP33-PL. Do not invoke a function in a context for which it is not defined
- EXP35-PL. Use the correct operator type for comparing values
Information for Editors
In order to have a new guideline automatically listed above be sure to label it exp and rule .
Risk Assessment Summary
| Rule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
|---|---|---|---|---|---|---|
| EXP30-PL | Medium | Probable | Yes | No | P8 | L2 |
| EXP31-PL | Low | Probable | Yes | No | P4 | L3 |
| EXP32-PL | Medium | Probable | No | No | P4 | L3 |
| EXP33-PL | Medium | Unlikely | Yes | No | P4 | L3 |
| EXP35-PL | Low | Likely | Yes | No | P6 | L2 |
| EXP37-PL | Medium | Unlikely | Yes | No | P4 | L3 |


