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.
-
MET01-J. Never use assertions to validate method arguments (SEI CERT Oracle Coding Standard for Java)
-
IDS04-J. Safely extract files from ZipInputStream (SEI CERT Oracle Coding Standard for Java)
-
NUM02-J. Ensure that division and remainder operations do not result in divide-by-zero errors (SEI CERT Oracle Coding Standard for Java)
-
FIO14-J. Perform proper cleanup at program termination (SEI CERT Oracle Coding Standard for Java)
-
NUM54-J. Do not use denormalized numbers (SEI CERT Oracle Coding Standard for Java)
-
NUM12-J. Ensure conversions of numeric types to narrower types do not result in lost or misinterpreted data (SEI CERT Oracle Coding Standard for Java)
-
NUM01-J. Do not perform bitwise and arithmetic operations on the same data (SEI CERT Oracle Coding Standard for Java)
-
DCL01-J. Do not reuse public identifiers from the Java Standard Library (SEI CERT Oracle Coding Standard for Java)
-
LCK03-J. Do not synchronize on the intrinsic locks of high-level concurrency objects (SEI CERT Oracle Coding Standard for Java)
-
LCK02-J. Do not synchronize on the class object returned by getClass() (SEI CERT Oracle Coding Standard for Java)