Issue 6725: missing closing parenthesis (uml2-rtf) Source: (, ) Nature: Enhancement Severity: Minor Summary: In the second additional operation of the model element StateMachine, there is a missing closing parenthesis in the last else branch, i.e. the last else branch should read Resolution: Indeed so. Revised Text: On page 616 of ptc/04-10-02 change the last line of the second additional operation from: else (ancestor (s1, s2.container) to else (ancestor (s1, s2.container)) Actions taken: December 18, 2003: received issue February 18, 2005: moved from infrastructure August 23, 2006: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 18 Dec 2003 03:11:17 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Valentin Crettaz Company: Condris Technologies mailFrom: Valentin.Crettaz@condris.com Notification: Yes Specification: OMG UML Specification Section: 2.12.3.5 FormalNumber: formal/03-03-01 Version: 1.5 RevisionDate: 03/03/2001 Page: 2-153 Nature: Enhancement Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Description In the second additional operation of the model element StateMachine, there is a missing closing parenthesis in the last else branch, i.e. the last else branch should read (ancestor (s1, s2.container))