Versions Compared

Key

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

...

The CERT C Secure Coding Standard

INT09-C. Ensure enumeration constants map to unique values

The CERT C++ Secure Coding Standard

INT09-CPP. Ensure enumeration constants map to unique values

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f660b210ba8d1bf3-2954b070-4ea948d5-bee084d9-6b5c7fbfbd0cc93ea3850314"><ac:plain-text-body><![CDATA[

[ISO/IEC TR 24772:2010

http://www.aitcnet.org/isai/]

"Enumerator Issues [java:CCB]"

]]></ac:plain-text-body></ac:structured-macro>

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dd042337fc3074f2-f32b456d-4ae847bc-bb51b2ab-825e0fb375482777dff29db5"><ac:plain-text-body><![CDATA[

[java:[JLS 2005

AA. Bibliography#JLS 05]]

[§8.9, "Enums"

http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="02096d6e0d6a4926-42ab89cf-40df4eb6-b7d1a42d-19662d90f99a549cf5761d8c"><ac:plain-text-body><![CDATA[

[java:[API 2006

AA. Bibliography#API 06]]

[Enum

http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html]

]]></ac:plain-text-body></ac:structured-macro>

...

DCL03-J. Enable compile-time type checking of varargs types      01. Declarations and Initialization (DCL)      DCL02-J. Declare all enhanced for statement loop variables to be final