Actions
Bug #2996
closedStreaming xsl:for-each-goup with grounded population does not allow multiple references to current-group()
Start date:
2016-10-17
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.7
Fix Committed on Branch:
9.7, trunk
Fixed in Maintenance Release:
Platforms:
Description
When xsl:for-each-group is assessed for streamability, the analysis may fail saying that "The current-group() function is evaluated repeatedly" even though the population is grounded, which means this should not be a problem.
Resolved by checking for the population being grounded in CurrentGroupAdjunct.computeStreamability().
Test case si-group-048 applies.
Please register to edit this issue
Actions