Issue 17908: Location: 9.6.4 Notation p 128 Is return a reserved parameter name? (uml25-ftf) Source: Lockheed Martin (Mr. Michael Jesse Chonoles, michael_chonoles2(at)omg.org) Nature: Clarification Severity: Minor Summary: The return result of the Operation may be expressed as a return parameter, or as the type of the Operation. For example: toString(return : String) means the same thing as toString() : String Why is this true. The 1st example, could be interpreted as an operation with a parameter named “return”. Resolution: Revised Text: Actions taken: September 26, 2012: received issue Discussion: End of Annotations:===== s is issue # 17908 Problem: 9.043 Severity: Minor Nature: clarification Location: 9.6.4 Notation p 128 Title: Is return a reserved parameter name? The return result of the Operation may be expressed as a return parameter, or as the type of the Operation. For example: toString(return : String) means the same thing as toString() : String Why is this true. The 1st example, could be interpreted as an operation with a parameter named .return.. Source: Michael Jesse Chonoles