Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Completed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: API, API > Portal Service
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Similar Issues:
Description
The javadoc comment in com.liferay.portal.service.impl.GroupServiceImpl says "params the finder params (optionally <code>null</code>)." Passing a null value causes a nullpointer exception because MapUtil.toLinkedHashMap(params) gets called immediately. Needs to either catch the null or have the comment edited.

Committed on:
Portal 6.2.x GIT ID: f41be1069159cb9efb413c5e007b720b7b2a25a3.