This rule is a stub.
Noncompliant Code Example
This noncompliant code example shows an example where ...
Compliant Solution
In this compliant solution, ...
Risk Assessment
If object-based annotations are not respected then ...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
OBJ12-J | Low | Probable | High | P2 | L3 |
Automated Detection
TBD
Bibliography
[FindBugs 2008] | NP_NONNULL_PARAM_VIOLATION |
NP_NONNULL_RETURN_VIOLATION | |
NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE | |
JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS |