Issue 17862: Too many alls (uml25-ftf) Source: Nomos Software (Dr. Edward Willink, ed(at)willink.me.uk) Nature: Clarification Severity: Minor Summary: Too many 'all's; remove all in front of all the component values. Suggest just: ... concatenating the ordered String values of each operand or subExpression. Simplerbody: if subExpression->notEmpty()then subExpression->iterate(se; stringValue: String = '' | stringValue + se.stringValue())else operand->iterate(op; stringValue: String = '' | stringValue + op.stringValue())endifif notbody: subExpression->sum() + operand->sum() Resolution: Revised Text: Actions taken: September 26, 2012: received issue Discussion: End of Annotations:===== s is issue # 17862 Problem: 8.055 Severity: Minor Type: Clarification Location: 8.6 p 96 StringExpresion Operations Title: Too many alls Description: Too many 'all's; remove all in front of all the component values. Suggest just: ... concatenating the ordered String values of each operand or subExpression. Simplerbody: if subExpression->notEmpty()then subExpression->iterate(se; stringValue: String = '' | stringValue + se.stringValue())else operand->iterate(op; stringValue: String = '' | stringValue + op.stringValue())endifif notbody: subExpression->sum() + operand->sum() Source: Edward Willink