You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2018/08/01 13:20:01 UTC

[jira] [Updated] (OFBIZ-10503) Inline ‘getFieldListsByPosition’ method

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

Mathieu Lirzin updated OFBIZ-10503:
-----------------------------------
    Description: {{FormRenderer::getFieldListsByPosition}} is trivial to implement with a {{Collectors::groupingBy}} collector. The attached patch inlines the two calls of this private method and uses a stream based implementation instead.  (was: {{FormRenderer::getFieldListsByPosition}} is trivial to implement with a {{Collectors::groupingBy}} collector. The attached patch inline the two calls of this private method and uses the stream based implementation )

> Inline ‘getFieldListsByPosition’ method
> ---------------------------------------
>
>                 Key: OFBIZ-10503
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10503
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Priority: Minor
>
> {{FormRenderer::getFieldListsByPosition}} is trivial to implement with a {{Collectors::groupingBy}} collector. The attached patch inlines the two calls of this private method and uses a stream based implementation instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)