NP: Non-virtual method call passes null for unconditionally dereferenced parameter (NP_NULL_PARAM_DEREF_NONVIRTUAL)

A possibly-null value is passed to a method which unconditionally dereferences it. This will almost certainly result in a null pointer exception.