...
Code Block | ||
---|---|---|
| ||
public void nop() { while (true) { Thread.yield(); } } |
Risk Assessment
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MSC01-J | Low | Unlikely | Medium | P2 | L3 |
Automated Detection
Tool | Version | Checker | Description |
---|---|---|---|
Parasoft Jtest |
| CERT.MSC01.EB |
Avoid control statements with empty bodies |
SonarQube |
3.10 | S2189 |
Bibliography
[API 2014] |
...
...