Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
None
-
None
Description
LayoutEvents.java:434, NP_LOAD_OF_KNOWN_NULL_VALUE
- NP: Load of known null value in org.apache.ofbiz.content.layout.LayoutEvents.createLayoutSubContent(HttpServletRequest, HttpServletResponse)
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).
LayoutEvents.java:503, NP_LOAD_OF_KNOWN_NULL_VALUE
- NP: Load of known null value in org.apache.ofbiz.content.layout.LayoutEvents.updateLayoutSubContent(HttpServletRequest, HttpServletResponse)
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).
LayoutWorker.java:97, NP_LOAD_OF_KNOWN_NULL_VALUE
- NP: Load of known null value in org.apache.ofbiz.content.layout.LayoutWorker.uploadImageAndParameters(HttpServletRequest, String)
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).