Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Completed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.30 EE GA3, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: Portal Services, Portal Services > Legacy
-
Labels:None
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Fix Priority:2
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.
Attachments
Issue Links
- relates
-
LPE-7529 GroupServiceImpl does not accept null for params
-
- Closed
-