Meeting #303
Updated by Ivan Herrero over 8 years ago
h1. Requirements review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of requirements:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal requirements.
h1. Architecture & design review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of architecture & design document:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal design.
h1. Code and documentation review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of source code:* 0.12
*Result of review:* PASS
*List of non-conformities:*
<pre>
Note 974: Worst case function for stack usage: 'MARTe::ConfigurationDatabase::Copy' is recursive, loop contains call to 'MARTe::ConfigurationDatabase::Copy'. See +stack for a full report. [MISRA C++ Rule 7-5-4]
MARTe::Atomic::Exchange lacks documentation for return value.
</pre>
*List of warnings reported by Doxygen:*
<pre>
/Source/Core/BareMetal/L0Types/Matrix.h:501: warning: Member Determinant(float32 &det) const (function) of class MARTe::Matrix is not documented.
/Source/Core/BareMetal/L0Types/Matrix.h:543: warning: Member Determinant(float64 &det) const (function) of class MARTe::Matrix is not documented.
/Source/Core/BareMetal/L0Types/Matrix.h:584: warning: Member Inverse(Matrix< float32 > &inverse) const (function) of class MARTe::Matrix is not documented.
/Source/Core/BareMetal/L0Types/Matrix.h:631: warning: Member Inverse(Matrix< float64 > &inverse) const (function) of class MARTe::Matrix is not documented.
</pre>
_Disclaimer: These warnings are due a bug of Doxygen (https://bugzilla.gnome.org/show_bug.cgi?id=406027), fixed on version 1.8.10 (we use 1.6.1 on vcis-jenkins.f4e.europa.eu)._
*Remark*
The following classes have non-virtual destructors. As long they are not base classes of any derived class, it is safe, but they need to be monitored (flexlint will check and signal this as error code 1509).
<pre>
Matrix, Vector, GlobalObjectsDatabase, LoadableLibrary, MemoryArea, StaticListHolder, CharBuffer, AnyTypeCreator, LexicalAnalyzer, Token, TokenInfo, Directory, MutexSem, ThreadInformation.
</pre>
h1. Unit test review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of unit tests:* 0.12
*Result of coverage tests review:* PASS
*Result of functional tests review:* PASS
*Result of review:* PASS
*List of non-conformities:*
_LCOV report (methods not executed at all):_
<pre>
TimeoutType EmbeddedThreadI::GetTimeout() const
inline ExceptionHandler::~ExceptionHandler()
bool GAMDataSource::Synchronise()
bool GAM::SetContext(ConstReference context)
ReferenceT<T>* ReferenceT<T>::operator&() (*)
Object *Object::Clone() const
IntrospectionEntry::IntrospectionEntry()
Introspection::Introspection()
uint32 ClassProperties::GetSize() const
void MemoryArea::SetHeapName(const char8 * const name)
</pre>
(*) The ReferenceT<T>::operator& is private. See solution applied in Reference::operator&.
_LCOV report (fragments of code not executed):_
<pre>
case if (timeout.IsFinite()) @ bool BasicUDPSocket::Write(const char8 * const input, uint32 & size, const TimeoutType &timeout)
loop for (uint32 i = 0u; i < numberOfChildren; i++) @ bool RealTimeThread::ToStructuredData(StructuredDataI& data)
call with recursive==true @ Reference ReferenceContainer::Find(const char8 * const path, const bool recursive)
case if (dllOpened) @ ClassRegistryItem *ClassRegistryDatabase::Find(const char8 *className)
case if (ok) @ bool BasicConsole::Open(const FlagsType &mode)
case else if (shift < bitSize) @ DoubleInteger<T2> Shift::LogicalRightShift(DoubleInteger<T2> number, uint8 shift)
error reporting and set variables to default values on error checking @ all classes
</pre>
_GTest report_
<pre>
[----------] Global test environment tear-down
[==========] 3674 tests from 133 test cases ran. (225205 ms total)
[ PASSED ] 3664 tests.
[ FAILED ] 10 tests, listed below:
[ FAILED ] DirectoryGTest.TestGetSize_FileIncorrect
[ FAILED ] DirectoryGTest.TestGetSize_FileIncorrect2
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead2
[ FAILED ] DirectoryGTest.TestGetLastWriteTime_ReWrite
[ FAILED ] DirectoryGTest.TestGetLastWriteTime_ReWrite2
[ FAILED ] ThreadsGTest.TestGetThreadInfoCopy
[ FAILED ] ThreadsGTest.TestPriority
[ FAILED ] IOBufferGTest.TestPrintStructuredDataInterface
[ FAILED ] BasicConsoleGTest.TestOpenModePerformCharacterInput
</pre>
h1. Integration test review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of integration tests:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal integration tests.
h1. Acceptance test review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of acceptance tests:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal acceptance tests.
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of requirements:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal requirements.
h1. Architecture & design review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of architecture & design document:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal design.
h1. Code and documentation review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of source code:* 0.12
*Result of review:* PASS
*List of non-conformities:*
<pre>
Note 974: Worst case function for stack usage: 'MARTe::ConfigurationDatabase::Copy' is recursive, loop contains call to 'MARTe::ConfigurationDatabase::Copy'. See +stack for a full report. [MISRA C++ Rule 7-5-4]
MARTe::Atomic::Exchange lacks documentation for return value.
</pre>
*List of warnings reported by Doxygen:*
<pre>
/Source/Core/BareMetal/L0Types/Matrix.h:501: warning: Member Determinant(float32 &det) const (function) of class MARTe::Matrix is not documented.
/Source/Core/BareMetal/L0Types/Matrix.h:543: warning: Member Determinant(float64 &det) const (function) of class MARTe::Matrix is not documented.
/Source/Core/BareMetal/L0Types/Matrix.h:584: warning: Member Inverse(Matrix< float32 > &inverse) const (function) of class MARTe::Matrix is not documented.
/Source/Core/BareMetal/L0Types/Matrix.h:631: warning: Member Inverse(Matrix< float64 > &inverse) const (function) of class MARTe::Matrix is not documented.
</pre>
_Disclaimer: These warnings are due a bug of Doxygen (https://bugzilla.gnome.org/show_bug.cgi?id=406027), fixed on version 1.8.10 (we use 1.6.1 on vcis-jenkins.f4e.europa.eu)._
*Remark*
The following classes have non-virtual destructors. As long they are not base classes of any derived class, it is safe, but they need to be monitored (flexlint will check and signal this as error code 1509).
<pre>
Matrix, Vector, GlobalObjectsDatabase, LoadableLibrary, MemoryArea, StaticListHolder, CharBuffer, AnyTypeCreator, LexicalAnalyzer, Token, TokenInfo, Directory, MutexSem, ThreadInformation.
</pre>
h1. Unit test review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of unit tests:* 0.12
*Result of coverage tests review:* PASS
*Result of functional tests review:* PASS
*Result of review:* PASS
*List of non-conformities:*
_LCOV report (methods not executed at all):_
<pre>
TimeoutType EmbeddedThreadI::GetTimeout() const
inline ExceptionHandler::~ExceptionHandler()
bool GAMDataSource::Synchronise()
bool GAM::SetContext(ConstReference context)
ReferenceT<T>* ReferenceT<T>::operator&() (*)
Object *Object::Clone() const
IntrospectionEntry::IntrospectionEntry()
Introspection::Introspection()
uint32 ClassProperties::GetSize() const
void MemoryArea::SetHeapName(const char8 * const name)
</pre>
(*) The ReferenceT<T>::operator& is private. See solution applied in Reference::operator&.
_LCOV report (fragments of code not executed):_
<pre>
case if (timeout.IsFinite()) @ bool BasicUDPSocket::Write(const char8 * const input, uint32 & size, const TimeoutType &timeout)
loop for (uint32 i = 0u; i < numberOfChildren; i++) @ bool RealTimeThread::ToStructuredData(StructuredDataI& data)
call with recursive==true @ Reference ReferenceContainer::Find(const char8 * const path, const bool recursive)
case if (dllOpened) @ ClassRegistryItem *ClassRegistryDatabase::Find(const char8 *className)
case if (ok) @ bool BasicConsole::Open(const FlagsType &mode)
case else if (shift < bitSize) @ DoubleInteger<T2> Shift::LogicalRightShift(DoubleInteger<T2> number, uint8 shift)
error reporting and set variables to default values on error checking @ all classes
</pre>
_GTest report_
<pre>
[----------] Global test environment tear-down
[==========] 3674 tests from 133 test cases ran. (225205 ms total)
[ PASSED ] 3664 tests.
[ FAILED ] 10 tests, listed below:
[ FAILED ] DirectoryGTest.TestGetSize_FileIncorrect
[ FAILED ] DirectoryGTest.TestGetSize_FileIncorrect2
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead2
[ FAILED ] DirectoryGTest.TestGetLastWriteTime_ReWrite
[ FAILED ] DirectoryGTest.TestGetLastWriteTime_ReWrite2
[ FAILED ] ThreadsGTest.TestGetThreadInfoCopy
[ FAILED ] ThreadsGTest.TestPriority
[ FAILED ] IOBufferGTest.TestPrintStructuredDataInterface
[ FAILED ] BasicConsoleGTest.TestOpenModePerformCharacterInput
</pre>
h1. Integration test review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of integration tests:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal integration tests.
h1. Acceptance test review
*Date of the review:* 20/12/2016 20/01/2016
*Person who did the review:* Ivan Herrero
*Version of acceptance tests:* 0.12
*Result of review:* N/A
*List of non-conformities:* N/A
*Comments*: As per the original MARTe implementation, the user stories of this sprint are support functions and do not require formal acceptance tests.