You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/08/25 19:51:00 UTC

[jira] [Closed] (OFBIZ-9624) NullPointerException when calling EntityQuery#getFieldList

     [ https://issues.apache.org/jira/browse/OFBIZ-9624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-9624.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 16.11.04

Thanks Tobias,

Your patch is in 
trunk r1806220  
R16.11 r1806221

Previous releases branches not concerned


> NullPointerException when calling EntityQuery#getFieldList
> ----------------------------------------------------------
>
>                 Key: OFBIZ-9624
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9624
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Tobias Laufkötter
>            Assignee: Jacques Le Roux
>             Fix For: 16.11.04
>
>         Attachments: OFBIZ-9624.patch
>
>
> When performing {{EntityQuery#getFieldList}} without specifying {{distinct}} a {{NullPointerException}} is thrown, because of the condition {{if (this.distinct)}}. It implicitly calls {{this.distinct.booleanValue()}} which throws the exception if {{distinct}} is {{null}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)