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.
-
IDS01-J. Normalize strings before validating them (SEI CERT Oracle Coding Standard for Java)
-
STR01-J. Do not assume that a Java char fully represents a Unicode code point (SEI CERT Oracle Coding Standard for Java)
-
NUM10-J. Do not construct BigDecimal objects from floating-point literals (SEI CERT Oracle Coding Standard for Java)
-
MET02-J. Do not use deprecated or obsolete classes or methods (SEI CERT Oracle Coding Standard for Java)
-
-
LCK08-J. Ensure actively held locks are released on exceptional conditions (SEI CERT Oracle Coding Standard for Java)
-
TSM02-J. Do not use background threads during class initialization (SEI CERT Oracle Coding Standard for Java)
-
IDS00-J. Prevent SQL injection (SEI CERT Oracle Coding Standard for Java)
-
SEC56-J. Do not serialize direct handles to system resources (SEI CERT Oracle Coding Standard for Java)
-
MET06-J. Do not invoke overridable methods in clone() (SEI CERT Oracle Coding Standard for Java)