Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When using long identifiers, try to make the initial portions of the identifiers unique for easier recognition. This also helps prevent errors resulting from non-unique identifiers (DCL32-C).

Risk Analysis

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

DCL02-A

1 (low)

1 (unlikely)

3 (low)

P3

L3

References

Wiki Markup
\[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Section 5.2.4.1, "Translation limits"
\[[MISRA 04|AA. C References#MISRA 04]\] Rule 5.1