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 | Medium | P4 | L3 |
Automated Detection
TBD
Bibliography
[FindBugs 2008] | NP: Method call passes null to a nonnull parameter |
NP: Method may return null, but is declared @NonNull | |
NP: Parameter must be nonnull but is marked as nullable | |