 
                            ...
A division or remainder by zero can result in abnormal program termination and denial-of-service (DoS).
| Rule | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level | 
|---|---|---|---|---|---|---|
| NUM02-J | Low | Likely | No | YesMedium | P6 | L2 | 
Automated Detection
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Coverity | 7.5 | DIVIDE_BY_ZERO | Implemented | ||||||
| Parasoft Jtest | 
 | CERT.NUM02.ZERO | Avoid division by zero | ||||||
| PVS-Studio | 
 | V6020 | |||||||
| SonarQube | 
 | S3518 | Zero should not be a possible denominator | 
...