Issue 14886: wrong variable name (ocl2-rtf) Source: (, ) Nature: Revision Severity: Minor Summary: subclause [10]) It reads: let foundElement ... in result = if foundAttribute ... else foundElement ... (foundAttribute is undefined, I understand it means to "foundElement") Resolution: simple typo Revised Text: In 9.5.1 Environment [148][10] replace result = if foundAttribute.oclIsUndefined() then by result = if foundElement.oclIsUndefined() then Actions taken: December 19, 2009: received issue December 23, 2013: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 19 Dec 2009 22:32:56 -0500 To: Subject: Issue/Bug Report ******************************************************************************* Name: Javier Godoy Company: Universidad Nacional del Litoral mailFrom: rjgodoy@fich.ul.edu.ar Notification: Yes Specification: OCL Section: 9.4.1 FormalNumber: 09-05-02 Version: 2.1 RevisionDate: 05/02/09 Page: 9.4.1 Title: wrong variable name Nature: Revision Severity: Minor test: 3qw8 B1: Report Issue Description: (subclause [10]) It reads: let foundElement ... in result = if foundAttribute ... else foundElement ... (foundAttribute is undefined, I understand it means to "foundElement")