User story #265
String comparison with NULL
0%
Description
Check that a NULL String when compared with NULL returns true.
Source code files modified¶
Architecture & design review¶
Date of the review: 09/11/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: 11/11/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: 11/11/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
#265 String comparison_with_NULL
Empty String assignement error corrected.
#265 Fixed linting errors.
Merged changes to String from #265.
Fixed bug on String (copy constructor from String).
History
#1 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Llorenc Capella
#2 Updated by Llorenc Capella over 9 years ago
- Status changed from Code: Impl to Code: Rev
#3 Updated by Llorenc Capella over 9 years ago
- Assignee deleted (
Llorenc Capella)
#4 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Riccardo Vitelli
#5 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Rev
#6 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#7 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
#8 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#9 Updated by Riccardo Vitelli over 9 years ago
- Assignee deleted (
Riccardo Vitelli)
#265 String comparison with NULL
Empty string test added