User story #282
Parser
0%
Description
Refactor the previous MARTe parser and lexical analyser.
Source code files modified¶
Source/Core/BareMetal/L0Types/TypeDescriptor.h
Source/Core/BareMetal/L0Types/Vector.h
Source/Core/BareMetal/L1Portability/StaticListHolder.h
Source/Core/BareMetal/L2Objects/AnyType.h
Source/Core/BareMetal/L3Streams/IOBuffer.cpp
Source/Core/BareMetal/L4Configuration/LexicalAnalyzer.cpp
Source/Core/BareMetal/L4Configuration/LexicalAnalyzer.h
Source/Core/BareMetal/L4Configuration/Parser.cpp
Source/Core/BareMetal/L4Configuration/Parser.h
Source/Core/BareMetal/L4Configuration/StringToFloat.cpp
Source/Core/BareMetal/L4Configuration/StringToInteger.cpp
Source/Core/BareMetal/L4Configuration/TypeConversion.cpp
Source/Core/FileSystem/L1Portability/Environment/Linux/BasicFile.cpp
Test/Core/BareMetal/L0Types/VectorTest.cpp
Test/Core/BareMetal/L0Types/VectorTest.h
Test/Core/BareMetal/L4Configuration/ParserTest.cpp
Test/Core/BareMetal/L4Configuration/ParserTest.h
Test/Core/BareMetal/L4Configuration/TokenInfoTest.h
Test/Core/BareMetal/L4Configuration/TokenTest.h
Test/GTest/ParserGTest.cpp
Test/GTest/TypeConversionGTest.cpp
Test/GTest/VectorGTest.cpp
Architecture & design review¶
Date of the review: 25/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: 07/12/2015
Person who did the review: André Neto
Result of review: PASS
List of non-conformities: N/A
Unit test review¶
Date of the review: 07/12/2015
Person who did the review: André Neto
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Associated revisions
Merge branch 'Parser_temporary' into #282_Parser
Conflicts:
MakeDefaults/Lint/marte_flint_files.lnt
Source/Core/BareMetal/L4Configuration/Makefile.inc
Test/Core/BareMetal/L4Configuration/Makefile.inc
Test/GTest/Makefile.inc
#282
-Added test and source parser stuff documentation.
-Made case insensitive the exponent and the hex digits for type
conversions
-Added volatile to AnyType pointer constructors, and constructor from
const char array.
-Added in IOBuffer::PrintFormatted the print of CArrays
-Removed IsStaticDeclared from Vector (useless)
-Added GetAllocatedMemory to StaticListHolder useful for Parser.
#282 small documentation modifications performed during code revision.
Merge branch '#282_Parser' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #282_Parser
#282 small documentation changes after review.
#282 small modifications to documentation of Token and TokenInfo
#282 Small documentation modifications to Token and TokenInfo
#282 Added missing documentation to LexicalAnalyzerTest
#282 Modified Makefile.cov (bug that should be solved in develop).
History
#1 Updated by André Neto over 9 years ago
- Assignee set to Giuseppe Ferro
#2 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
- Status changed from Code: Impl to Code: Rev
- Assignee deleted (
Giuseppe Ferro)
Code implementation done: 11e2b86
branched from develop
#3 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to André Neto
#4 Updated by André Neto over 9 years ago
- Description updated (diff)
#5 Updated by André Neto over 9 years ago
- Description updated (diff)
#6 Updated by André Neto over 9 years ago
- Status changed from Code: Rev to Code: Impl
#7 Updated by André Neto over 9 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#8 Updated by André Neto over 9 years ago
- Status changed from Code: Impl to Code: Rev
#9 Updated by André Neto over 9 years ago
- Assignee changed from Giuseppe Ferro to André Neto
#10 Updated by André Neto over 9 years ago
- Description updated (diff)
#11 Updated by André Neto over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#12 Updated by André Neto over 9 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#13 Updated by André Neto over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#14 Updated by André Neto over 9 years ago
- Assignee changed from Giuseppe Ferro to André Neto
#15 Updated by André Neto over 9 years ago
- Assignee deleted (
André Neto)
Merged with develop in commit 0843d94cd7d56acc9f62814d3dc985d8ef6a89fb
#16 Updated by André Neto over 9 years ago
- Status changed from Unit: Rev to Closed
#282 Implementation, Lint and test of Parser's stuff done.