Issue 17557: Addition to the resolution to fUML Issue 15987 (fuml-rtf) Source: Model Driven Solutions (Mr. Ed Seidewitz, ed-s(at)modeldriven.com) Nature: Uncategorized Issue Severity: Summary: The resolution to Issue 15987 (The fUML Foundational Model Library should support the new UML 2.4 Real primitive type) adds LiteralReal and LiteralRealEvaluations class, but neglects to update the ExecutionFactoryL1::instantiateVisitor operation to instatiate an instance of the latter class when given an instance of the former. Resolution: agreed Revised Text: In Subclause 8.2.2.2.3 ExecutorL1, in the specification for the instantiateVisitor operation, after the statement “return visitor;” add else if (element instanceof fUML.Syntax.Classes.Kernel.LiteralReal) { visitor = new LiteralRealEvaluation(); } Actions taken: August 21, 2012: received issue January 7, 2013: closed issue Discussion: End of Annotations:===== m: Ed Seidewitz To: "issues@omg.org" Date: Tue, 21 Aug 2012 16:58:35 -0400 Subject: Addition to the resolution to fUML Issue 15987 Thread-Topic: Addition to the resolution to fUML Issue 15987 Thread-Index: Ac1/3yqXKfqxNKOlSJS1Jqif/EltMw== Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US X-Mailprotector-Decision: deliver X-Mailprotector-Connection: TLSv1|[10.1.50.226]|10.1.50.226|outbound.mailprotector.net|0|0|0|new|ugly|0|0|0|0 X-Mailprotector-Results: null_ptr clean X-Mailprotector-Score: 40 X-Mailprotector-IP-Analysis: 0, 10.1.50.226, Ugly c=0 p=0 Source New X-Mailprotector-Scan-Diagnostics: 0-0-0-4349-c X-Mailprotector-ID: d04056c9-40e7-40e3-be8b-2ef9d82f77b8 The resolution to Issue 15987 (The fUML Foundational Model Library should support the new UML 2.4 Real primitive type) adds LiteralReal and LiteralRealEvaluations class, but neglects to update the ExecutionFactoryL1::instantiateVisitor operation to instatiate an instance of the latter class when given an instance of the former.