Project

General

Profile

User story #185

Updated by Giuseppe Ferro over 9 years ago

Refactor the original MARTe smart pointer container infrastructure (aka GCReferenceContainer).
This would satisfy requirement:
* MARTe-EX-F-2.1.5: The framework shall offer developers a standard containers of object references.

h1. Source code files modified

h1. Architecture & design review

*Date of the review:* 31/07/2015

*Person who did the review:* Andre' Neto

*Version of architecture & design document:* N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.

*Result of review:* N/A

*List of non-conformities:* N/A

h1. Code and documentation review

*Date of the review:* 21/08/2015

*Person who did the review:* Giuseppe Ferrò

*Result of review:* PASS

*List of non-conformities:* N/A.

Note: These two lint errors remains to solve:
MARTe2-dev/Source/Core/L1Objects/ReferenceContainer.cpp:205:41: Warning 1502: defined object 'ReferenceContainerHeap_' of type 'Heap' has no nonstatic data members

Note 974: Worst case function for stack usage: 'ReferenceContainer::Find' is recursive, loop contains call to 'ReferenceContainer::Find'. See +stack for a full report. [MISRA C++ Rule 7-5-4]

h1. Unit test review

*Date of the review:* 21/08/2015 --/--/2015

*Person who did the review:* Giuseppe Ferrò
-----

*Result of coverage tests review:* PASS [PASS/FAIL]

*Result of functional tests review:* PASS [PASS/FAIL]

*Result of review:* PASS [PASS/FAIL]

*List of non-conformities:* N/A

Back