User story #159
Lint: StringPortable
0%
Description
Verify and implement coding standard using Flexelint.
Source code files modified¶
- Source/Core/L0Portability/StringPortable.cpp
- Source/Core/L0Portability/StringPortable.h
- Test/Core/L0Portability/StringPortableTest.cpp
- Test/Core/L0Portability/StringPortableTest.h
- Test/GTest/StringPortableGTest.cpp
Architecture & design review¶
Date of the review: 22/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: 24/07/2015
Person who did the review: Llorenç Capellà
Result of review: PASS (MISRA)
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:
Coverage Note: Some errors paths not exercised.
Associated revisions
Implementation and linting of StringPortable done.
#159
Minor changes in documentation of StringPortable.
#159
Concatenate functions overloaded.
Added SetChar function
#159 - 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 Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Code: Rev
#5 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Code: Impl
#6 Updated by Llorenc Capella over 9 years ago
- Assignee set to Llorenc Capella
#7 Updated by Llorenc Capella over 9 years ago
- Status changed from Code: Impl to Code: Rev
#8 Updated by Llorenc Capella over 9 years ago
- Assignee deleted (
Llorenc Capella)
StringPortable imported from develop_svn and linting done.
#9 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#10 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Code: Rev to Code: Impl
- Assignee deleted (
Ivan Herrero)
Code and documentation review made on 433b781.
Note: It needs to be linted again, because the flexelint files were not properly configured (remember to add StringPortable.cpp on marte_flint_files.lnt).
#11 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#12 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#13 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
Implementation Documentation and Linting done.
#14 Updated by Ivan Herrero over 9 years ago
- Assignee set to Llorenc Capella
#15 Updated by Llorenc Capella over 9 years ago
- Status changed from Code: Rev to Code: Impl
#16 Updated by Llorenc Capella over 9 years ago
- Assignee deleted (
Llorenc Capella)
#17 Updated by Llorenc Capella over 9 years ago
- Assignee set to Giuseppe Ferro
#18 Updated by Llorenc Capella over 9 years ago
- Status changed from Code: Impl to Code: Rev
#19 Updated by Llorenc Capella over 9 years ago
- Assignee changed from Giuseppe Ferro to Llorenc Capella
#20 Updated by Llorenc Capella over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#21 Updated by Llorenc Capella over 9 years ago
- Description updated (diff)
Template, documentation, format an lint reviewed
#22 Updated by Llorenc Capella over 9 years ago
- Assignee deleted (
Llorenc Capella)
#23 Updated by Llorenc Capella over 9 years ago
- Assignee set to Llorenc Capella
#24 Updated by Llorenc Capella over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#25 Updated by Llorenc Capella over 9 years ago
- Assignee deleted (
Llorenc Capella)
Test documentation format and template checked. Moreover some corrections and reLint were done.
#26 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Unit: Rev to Closed
Unit test review made on revision 75de463.
Branch #159_StringPortable merged on develop (commit b9a366d).
Branch #159_StringPortable merged deleted.
#159 - Coding standard applied to StringPortable header and source files