Project

General

Profile

User story #256

Updated by André Neto over 9 years ago

Add warning to misused type variables in the printf functions (e.g. passing an integer when a float was expected).

h1. Source code files modified

BareMetal/L3Streams/IOBuffer.cpp

h1. Architecture & design review

*Date of the review:* 23/10/2015

*Person who did the review:* Andre' Neto

*Version of architecture & design document:* N/A.

*Result of review:* N/A

*List of non-conformities:* N/A

h1. Code and documentation review

*Date of the review:* 09/11/2015 --/--/2015

*Person who did the review:* Andre' Neto



*Result of review:* PASS



*List of non-conformities:* N/A.

h1. Unit test review

*Date of the review:* 09/11/2015 --/--/2015

*Person who did the review:* Andre' Neto -----

*Result of coverage tests review:* FAIL [PASS/FAIL]

*Result of functional tests review:* PASS [PASS/FAIL]

*Result of review:* FAIL [PASS/FAIL]

*List of non-conformities:*

* Coverage tests for the type mismatches (which was the objective of this user-story are missing).

Back