
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.
-
NUM03-J. Use integer types that can fully represent the possible range of unsigned data (SEI CERT Oracle Coding Standard for Java)
-
FIO12-J. Provide methods to read and write little-endian data (SEI CERT Oracle Coding Standard for Java)
-
THI01-J. Do not invoke ThreadGroup methods (SEI CERT Oracle Coding Standard for Java)
-
ERR07-J. Do not throw RuntimeException, Exception, or Throwable (SEI CERT Oracle Coding Standard for Java)
-
ERR08-J. Do not catch NullPointerException or any of its ancestors (SEI CERT Oracle Coding Standard for Java)
-
FIO04-J. Release resources when they are no longer needed (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)
-
NUM00-J. Detect or prevent integer overflow (SEI CERT Oracle Coding Standard for Java)
-
NUM09-J. Do not use floating-point variables as loop counters (SEI CERT Oracle Coding Standard for Java)