Issue 13461: Link::getTypes does not initialize a local variable (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.11 Link Summary: The operation Link::getTypes does not initialize the local variable types, as required by the conventions of Annex A. Proposed Resolution: In the declaration for typest, add the initialization code “= null”. Resolution: Change the code as proposed. Revised Text: In the method for the operation Link::getTypes, in the declaration for types, add the initialization code “= null”. Actions taken: February 7, 2009: received issue July 23, 2010: closed issue Discussion: End of Annotations:===== ubject: Link::getTypes does not initialize a local variable Date: Sat, 7 Feb 2009 11:23:09 -0500 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Link::getTypes does not initialize a local variable thread-index: AcmJQF2XqEcrUpynSeSjZ2sHsHqFPQ== 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.11 Link Summary: The operation Link::getTypes does not initialize the local variable types, as required by the conventions of Annex A. Proposed Resolution: In the declaration for typest, add the initialization code .= null..