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.
-
MET08-J. Preserve the equality contract when overriding the equals() method (SEI CERT Oracle Coding Standard for Java)
-
MET07-J. Never declare a class method that hides a method declared in a superclass or superinterface (SEI CERT Oracle Coding Standard for Java)
-
ERR05-J. Do not let checked exceptions escape from a finally block (SEI CERT Oracle Coding Standard for Java)
-
ERR04-J. Do not complete abruptly from a finally block (SEI CERT Oracle Coding Standard for Java)
-
-
OBJ51-J. Minimize the accessibility of classes and their members (SEI CERT Oracle Coding Standard for Java)
-
OBJ08-J. Do not expose private members of an outer class from within a nested class (SEI CERT Oracle Coding Standard for Java)
-
FIO07-J. Do not let external processes block on IO buffers (SEI CERT Oracle Coding Standard for Java)
-
NUM13-J. Avoid loss of precision when converting primitive integers to floating-point (SEI CERT Oracle Coding Standard for Java)
-
OBJ04-J. Provide mutable classes with copy functionality to safely allow passing instances to untrusted code (SEI CERT Oracle Coding Standard for Java)