Description
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.
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-6848 Add getFieldList method to EntityQuery
- Closed