Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This rule is a stub.

References

...

NP_NONNULL_PARAM_VIOLATION

...

NP_NONNULL_RETURN_VIOLATION

...

NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE

Noncompliant Code Example

This noncompliant code example shows an example where ...

Code Block
bgColor#FFCCCC
 

 

Compliant Solution

In this compliant solution, ...

Code Block
bgColor#CCCCFF
 

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

 

 

...

Image Added Image Added Image Added

...