User story #146
Lint: Endianity
0%
Description
Verify and implement coding standard using Flexelint.
Source code files modified¶
- Source/Core/L0Portability/Architecture/x86_cl/EndianityA.h
- Source/Core/L0Portability/Architecture/x86_gcc/EndianityA.h
- Source/Core/L0Portability/Endianity.h
- Source/Core/L0Portability/Endianity.cpp
- Test/Core/L0Portability/EndianityTest.cpp
- Test/Core/L0Portability/EndianityTest.h
- Test/GTest/EndianityGTest.cpp
Architecture & design review¶
Date of the review: 27/07/2015
Person who did the review: Ivan Herrero
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
Code and documentation review¶
Date of the review: 27/07/2015
Person who did the review: Ivan Herrero
Result of review: PASS (MISRA compliant)
List of non-conformities: N/A
Unit test review¶
Date of the review: 27/07/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
Associated revisions
#146 - Minor formatting corrections (following template rules)
#146 - Minor formatting corrections (following template rules)
History
#1 Updated by Riccardo Vitelli almost 10 years ago
- Target version set to Backlog
#2 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from Backlog to 0.2
#3 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from New to Code: Impl
#4 Updated by André Neto almost 10 years ago
- Assignee set to André Neto
#5 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by Riccardo Vitelli over 9 years ago
- Assignee deleted (
André Neto)
#7 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#8 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Code: Rev to Unit: Impl
- Assignee deleted (
Ivan Herrero)
Code review made on revision 7e9e40b.
#9 Updated by Ivan Herrero over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
Unit tests already made.
#10 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#11 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Unit: Rev to Closed
- Assignee deleted (
Ivan Herrero)
Unit test review made on revision 3ef8e6f.
First linting of the code.
Applied linting rules to stories #144, #146 and #156