Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
OBJ07-J. Sensitive classes must not let themselves be copied (SEI CERT Oracle Coding Standard for Java)
-
OBJ10-J. Do not use public static nonfinal fields (SEI CERT Oracle Coding Standard for Java)
-
EXP04-J. Do not pass arguments to certain Java Collections Framework methods that are a different type than the collection parameter type (SEI CERT Oracle Coding Standard for Java)
-
MSC05-J. Do not exhaust heap space (SEI CERT Oracle Coding Standard for Java)
-
OBJ09-J. Compare classes and not class names (SEI CERT Oracle Coding Standard for Java)
-
-
-
NUM00-J. Detect or prevent integer overflow (SEI CERT Oracle Coding Standard for Java)
-
DCL52-CPP. Never qualify a reference type with const or volatile (SEI CERT C++ Coding Standard)
-
OBJ13-J. Ensure that references to mutable objects are not exposed (SEI CERT Oracle Coding Standard for Java)