Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Parasoft Jtest 2021.1

...

Code Block
bgColor#ccccff
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

ToolVersionCheckerDescription
Parasoft Jtest
9.5PB.TYPO
Include Page
Parasoft_V
Parasoft_V
CERT.MSC01.EB
Implemented
Avoid control statements with empty bodies
SonarQube
Java Plugin
3.10S2189
 

Bibliography

...


...