Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Trunk
-
None
-
None
Description
ProductDocument.java:90, NP_LOAD_OF_KNOWN_NULL_VALUE
- NP: Load of known null value in org.apache.ofbiz.content.search.ProductDocument.prepareDocument(Delegator)
The variable referenced at this point is known to be null due to an earlier check against null. Although this is valid, it might be a mistake (perhaps you intended to refer to a different variable, or perhaps the earlier check to see if the variable is null should have been a check to see if it was non-null).