
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.
-
NUM04-J. Do not use floating-point numbers if precise computation is required (SEI CERT Oracle Coding Standard for Java)
-
EXP00-J. Do not ignore values returned by methods (SEI CERT Oracle Coding Standard for Java)
-
NUM07-J. Do not attempt comparisons with NaN (SEI CERT Oracle Coding Standard for Java)
-
IDS06-J. Exclude unsanitized user input from format strings (SEI CERT Oracle Coding Standard for Java)
-
ERR02-J. Prevent exceptions while logging data (SEI CERT Oracle Coding Standard for Java)
-
MET12-J. Do not use finalizers (SEI CERT Oracle Coding Standard for Java)
-
ERR09-J. Do not allow untrusted code to terminate the JVM (SEI CERT Oracle Coding Standard for Java)
-
MET05-J. Ensure that constructors do not call overridable methods (SEI CERT Oracle Coding Standard for Java)
-
MET04-J. Do not increase the accessibility of overridden or hidden methods (SEI CERT Oracle Coding Standard for Java)
-
MET09-J. Classes that define an equals() method must also define a hashCode() method (SEI CERT Oracle Coding Standard for Java)