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.
-
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)
-
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)
-
NUM13-J. Avoid loss of precision when converting primitive integers to floating-point (SEI CERT Oracle Coding Standard for Java)
-
ENV04-J. Do not disable bytecode verification (SEI CERT Oracle Coding Standard for Java)
-
JNI00-J. Define wrappers around native methods (SEI CERT Oracle Coding Standard for Java)
-
SEC05-J. Do not use reflection to increase accessibility of classes, methods, or fields (SEI CERT Oracle Coding Standard for Java)