Issue 13459: InstanceValueEvaluation::evaluate does not initialize local variables (fuml-ftf) Source: Model Driven Solutions (Mr. Ed Seidewitz, ed-s(at)modeldriven.com) Nature: Uncategorized Issue Severity: Summary: Specification: Semantics of a Foundation Subset for Executable UML Models, FTF – Beta 1 (ptc/08-11-03) Section: 8.3.2.2.9 InstanceValueEvaluation Summary: The operation InstanceValueEvaluation::evaluate does not initialize the local variables structuredValue and object, as required by the conventions of Annex A. Proposed Resolution: In the declarations for structuredValue and object, add the initialization code “= null”. Resolution: Change the code as proposed. Revised Text: In the method for the operation InstanceValueEvaluation::evaluate, in the declarations for structuredValue and object, add the initialization code “= null”. Actions taken: February 7, 2009: received issue July 23, 2010: closed issue Discussion: End of Annotations:===== ubject: InstanceValueEvaluation::evaluate does not initialize local variables Date: Sat, 7 Feb 2009 10:56:15 -0500 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: InstanceValueEvaluation::evaluate does not initialize local variables thread-index: AcmJPJspaXr7PydrSRSbHkeqAV/CpA== From: "Ed Seidewitz" To: Specification: Semantics of a Foundation Subset for Executable UML Models, FTF . Beta 1 (ptc/08-11-03) Section: 8.3.2.2.9 InstanceValueEvaluation Summary: The operation InstanceValueEvaluation::evaluate does not initialize the local variables structuredValue and object, as required by the conventions of Annex A. Proposed Resolution: In the declarations for structuredValue and object, add the initialization code .= null..