User story #251
Rename StringStream to String
0%
Description
Source code files modified¶
- Source/Core/BareMetal/L3Streams/String.cpp
- Source/Core/BareMetal/L3Streams/String.h
- Source/Core/BareMetal/L3Streams/StringIOBuffer.cpp
- Source/Core/BareMetal/L3Streams/StringIOBuffer.h
- Test/Core/BareMetal/L3Streams/StringTest.cpp
- Test/Core/BareMetal/L3Streams/StringTest.h
- Test/Core/BareMetal/L3Streams/StringIOBufferTest.cpp
- Test/Core/BareMetal/L3Streams/StringIOBufferTest.h
The prefix "Stream" was dropped from all these files (on file name and class name).
Architecture & design review¶
Date of the review: 23/10/2015
Person who did the review: André 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
Code and documentation review¶
Date of the review: 27/10/2015
Person who did the review: R. Vitelli
Result of review: PASS
List of non-conformities: N/A
Unit test review¶
Date of the review: 27/10/2015
Person who did the review: R. Vitelli
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities: N/A
Associated revisions
History
#1 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by André Neto over 9 years ago
- Description updated (diff)
#3 Updated by André Neto over 9 years ago
- Target version set to 0.7
#4 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#5 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by Giuseppe Ferro over 9 years ago
code implementation done: 3d309f2
see #249
#7 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#8 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#9 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Code: Rev to Code: Impl
- Assignee deleted (
Ivan Herrero)
The revision was made on branch #249_BufferedStreamGenerator (commit 3d309f2).
#10 Updated by André Neto over 9 years ago
- Assignee set to Giuseppe Ferro
#11 Updated by André Neto over 9 years ago
- Status changed from Code: Impl to Code: Rev
#12 Updated by André Neto over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#13 Updated by André Neto over 9 years ago
- Assignee set to Riccardo Vitelli
#14 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Riccardo Vitelli)
#15 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Closed
#16 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
#251 Refactored some test names following the change from StreamString
to String.