User story #201
Namespaces cleanup
0%
Description
Classes with only static members shall be converted, were possible, to namespaces.
This should avoid warnings from flexelint and result in clearer and more segregated code.
Source code files modified¶
Almost all files in L0Portability and L1Objects
Architecture & design review¶
As per the original MARTe implementation, this is a support function and does not require formal design in UML.
Code and documentation review¶
Date of the review: 31/08/2015
Person who did the review: Ivan Herrero
Result of review: PASS
List of non-conformities: N/A
Unit test review¶
Date of the review: 02/09/2015
Person who did the review: Ivan Herrero
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities: N/A
Note: No new unit tests were added for this user story.
Associated revisions
#201: Update of documentation on files with namespaces
History
#1 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#2 Updated by Riccardo Vitelli over 9 years ago
- Status changed from New to Code: Impl
#3 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#4 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#5 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
- Assignee deleted (
Giuseppe Ferro)
#6 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Ivan Herrero
#7 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
#8 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#9 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#10 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
#11 Updated by André Neto over 9 years ago
- Status changed from Unit: Rev to Closed
- Assignee deleted (
Ivan Herrero)
Used namespace notation in FastMath.
#201