Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed to Applicability

...

Code Block
bgColor#ccccff
if (a == b) {
  /* ... */
}

...

Applicability

Placing a semicolon on the same line as an if, for, or while statement may result in unexpected behavior.

...

Guideline

...

Severity

...

Likelihood

...

Remediation Cost

...

Priority

...

...

MSC52-JG

...

low

...

unlikely

...

low

...

P3

...

L3

Related Guidelines

...

[Hatton 1995]

Section 2.7.2, "Errors of omission and addition"

 

...