User story #186
Named objects
0%
Description
This would satisfy requirement:
- MARTe-EX-F-2.1.4: The framework shall allow to associate a name to any of its objects.
Source code files modified¶
- Source/Core/L1Objects/Object.cpp
- Source/Core/L1Objects/Object.h
Architecture & design review¶
Date of the review: 31/07/2015
Person who did the review: Andre' Neto
Version of architecture & design document: As #184.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 17/08/2015
Person who did the review: Giuseppe Ferrò
Result of review: SUCCESS
List of non-conformities: N/A.
Notes:
- The global FastPollingMutexSem in Object.cpp could be a class attribute.
- In the function DecrementReferences it's better initailize ret to referencesNumber.
- Lint Warning in Object: Warning 1502: defined object 'ObjectHeap_' of type 'Heap' has no nonstatic data members
Unit test review¶
Date of the review: 20/08/2015
Person who did the review: Andre' Neto
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Notes:
The following is left for a later sprint when introspection and configuration will be available:
void Object::GetIntrospectionCopy
Associated revisions
Linting of #186 finished. Ready for review.
List of changes:
-Named Object tests done.
#186
List of Changes:
-Minor changes in documentation.
-Added a test.
-Revision of code implementation done: please see the note on redmine.
History
#1 Updated by André Neto over 9 years ago
- Target version set to 0.3
#2 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#3 Updated by André Neto over 9 years ago
- Assignee set to André Neto
#4 Updated by André Neto over 9 years ago
- Status changed from Code: Impl to Code: Rev
#5 Updated by André Neto over 9 years ago
- Description updated (diff)
- Assignee deleted (
André Neto)
#6 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#7 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
#8 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#9 Updated by Giuseppe Ferro over 9 years ago
Code Review done: 52bea39
#10 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
#11 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#12 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#13 Updated by Giuseppe Ferro over 9 years ago
Added unit tests for name features to ObjectTest: 85b5bc2.
#14 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#15 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#16 Updated by André Neto over 9 years ago
- Description updated (diff)
#17 Updated by André Neto over 9 years ago
- Status changed from Unit: Rev to Closed
Merged with develop in commit 87d5d7c3
Merge branch '#184_Smart_Pointer_Base_Infrastructure' into #186_Named_Objects