From 9b83decf530f2bc8aafd215b18e03c48e07f4fa2 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 6 Apr 2014 21:24:23 +0200 Subject: Update report --- report/progression.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'report/progression.tex') diff --git a/report/progression.tex b/report/progression.tex index 94cc5b5..d46aa3b 100644 --- a/report/progression.tex +++ b/report/progression.tex @@ -313,6 +313,10 @@ The commands test file was updated in the commit number 7b610fc05. \subsection{switch} +The String switch statement was replaced by an enum switch with the +commit number d24dd6cc9. Instead of using an HashMap to match entered Strings to +the corresponding enum value, the valueOf() method was used. + \subsection{look with enum} \subsection{help with enum} -- cgit v1.2.3 From 3a34f0e78c1843335e6e92879285b5bda39cd869 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 6 Apr 2014 23:25:35 +0200 Subject: Update report --- report/progression.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'report/progression.tex') diff --git a/report/progression.tex b/report/progression.tex index d46aa3b..ccfff83 100644 --- a/report/progression.tex +++ b/report/progression.tex @@ -317,10 +317,11 @@ The String switch statement was replaced by an enum switch with the commit number d24dd6cc9. Instead of using an HashMap to match entered Strings to the corresponding enum value, the valueOf() method was used. -\subsection{look with enum} - \subsection{help with enum} +The help command now generates the list of the available commands from the enum +with the commit number 159b168b2. + \section{Zuul extended} -- cgit v1.2.3