Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
-
None
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.