Project

General

Profile

User story #288

SLK Parser

Added by André Neto over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
09.12.2015
Due date:
% Done:

0%

Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

Description

Implement a json and xml parser based on the SLK implementation.

Source code files modified

  • Source/Core/BareMetal/L3Streams/AdvancedErrorManagement.h
  • Source/Core/BareMetal/L4Configuration/AnyTypeCreator.cpp
  • Source/Core/BareMetal/L4Configuration/AnyTypeCreator.h
  • Source/Core/BareMetal/L4Configuration/JsonParser.cpp
  • Source/Core/BareMetal/L4Configuration/JsonParser.h
  • Source/Core/BareMetal/L4Configuration/LexicalAnalyzer.cpp
  • Source/Core/BareMetal/L4Configuration/LexicalAnalyzer.h
  • Source/Core/BareMetal/L4Configuration/Parser.cpp
  • Source/Core/BareMetal/L4Configuration/ParserI.cpp
  • Source/Core/BareMetal/L4Configuration/ParserI.h
  • Source/Core/BareMetal/L4Configuration/StandardParser.cpp
  • Source/Core/BareMetal/L4Configuration/StandardParser.h
  • Source/Core/BareMetal/L4Configuration/StringToInteger.cpp
  • Source/Core/BareMetal/L4Configuration/XMLParser.cpp
  • Source/Core/BareMetal/L4Configuration/XMLParser.h
  • Source/Core/BareMetal/L4Configuration/ParserGrammar.h

Source code files removed

  • The files /Source/Core/BareMetal/L4Configuration/*.ll have been removed after archiving a copy of them on "MARTe2 (doc-git)" repository.

Architecture & design review

N/A

Code and documentation review

Date of the review: 18/12/2015

Person who did the review: Ivan Herrero and Andre' Neto (second revision)

Result of review: PASS (but see non-conformities to be discussed in the next sprint)

List of non-conformities:

  • The ParserI and LexicalAnalyzer classes receive a stream by reference (StreamI&) on its constructor, but both store internally the address of the stream and use it as an explicit pointer, and accessing it on other functions. From the point of view of the user of the class, passing by reference a parameter in a function means that the object will be only accessed during the execution of the function (constructor in this case), but not during the lifetime of the instance of the class. It should be better declaring it as an explicit pointer on the constructor.

Unit test review

Date of the review: 18/12/2015

Person who did the review: Ivan Herrero Molina

Result of coverage tests review: PASS

Result of functional tests review: PASS

Result of review: PASS

List of non-conformities: N/A

Associated revisions

Revision 5e7c933e (diff)
Added by Giuseppe Ferro over 9 years ago

#288 Added XML and Json parser and tests.
Lint in progress.

Revision 9f1f808d (diff)
Added by Giuseppe Ferro over 9 years ago

#288 Linting done.

Revision 49355ac4 (diff)
Added by Giuseppe Ferro over 9 years ago

#288 Added Documentation and finished tests

Revision a373fc76 (diff)
Added by Giuseppe Ferro over 9 years ago

#288 Improved documentation.

Revision 3c577232 (diff)
Added by Giuseppe Ferro over 9 years ago

#288 Sorted the file list in the makefiles in alphabetic order.

Revision 9974ef9f (diff)
Added by Ivan Herrero over 9 years ago

#288 - Delete grammar files from source folders.

Note: Grammar SLK files (*.ll) have been archived out the source code.
Anyway, they are also written in the @details tag of each parser class.

Revision 7fa84573 (diff)
Added by Ivan Herrero over 9 years ago

#288 - Fix formatting and documentation issues on parser related
classes.

Revision 96962bae (diff)
Added by Ivan Herrero over 9 years ago

#288 - Purge printf calls on unit tests for parser related classes.

Revision eb064a0f (diff)
Added by Ivan Herrero over 9 years ago

#288 - #288 - Fix minor formatting issues on parser related
classes.

Revision 50b8ee60 (diff)
Added by Giuseppe Ferro over 9 years ago

#288 Fixed accordingly with review comments

Revision e6b729bb (diff)
Added by André Neto over 9 years ago

#288 Updated the SelectTest to the latest version (in order to compile).

History

#1 Updated by Giuseppe Ferro over 9 years ago

  • Status changed from Code: Impl to Code: Rev

#2 Updated by Giuseppe Ferro over 9 years ago

  • Description updated (diff)
  • Assignee deleted (Giuseppe Ferro)

Code implementation done: 3c57723297234aec6e2d984e9cbbd590df1a52e9
branched from: #282_Parser
branch name: "Slk_parser"

#3 Updated by Giuseppe Ferro over 9 years ago

  • Description updated (diff)

#4 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)
  • Assignee set to Ivan Herrero

#5 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)

#6 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)
Tasks done during the review:
  • Add DDL_API macro to parsing classes.
  • Delete grammar files from source folders.
  • Fix formatting and documentation issues on parser related classes (*).
  • Purge printf calls on unit tests for parser related classes.

(*) The documentation for parser related classes has been deeply revamped.

Last commit: eb064a0

#7 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)

#8 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)

#9 Updated by Ivan Herrero over 9 years ago

  • Status changed from Code: Rev to Code: Impl
  • Assignee deleted (Ivan Herrero)

#10 Updated by Giuseppe Ferro over 9 years ago

  • Status changed from Code: Impl to Code: Rev

#11 Updated by Giuseppe Ferro over 9 years ago

Applied corrections accordingly with revision.

#12 Updated by André Neto over 9 years ago

  • Assignee set to André Neto

#13 Updated by André Neto over 9 years ago

  • Description updated (diff)

#14 Updated by André Neto over 9 years ago

  • Status changed from Code: Rev to Unit: Rev

#15 Updated by André Neto over 9 years ago

Merged with develop in f8219f669e7e88d7230f47ae2d86d3fb5b271e30

#16 Updated by André Neto over 9 years ago

  • Status changed from Unit: Rev to Closed

#17 Updated by André Neto over 9 years ago

  • Assignee deleted (André Neto)

#18 Updated by Ivan Herrero about 9 years ago

  • Description updated (diff)

Also available in: Atom PDF