Skip to content
Snippets Groups Projects
Commit 4bf36369 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Moved dump replayer to main library.

parent d82b676a
No related branches found
No related tags found
No related merge requests found
Showing
with 127 additions and 2 deletions
...@@ -68,7 +68,12 @@ public enum RuggedMessages implements Localizable { ...@@ -68,7 +68,12 @@ public enum RuggedMessages implements Localizable {
ESTIMATED_PARAMETERS_NUMBER_MISMATCH("number of estimated parameters mismatch, expected {0} got {1}"), ESTIMATED_PARAMETERS_NUMBER_MISMATCH("number of estimated parameters mismatch, expected {0} got {1}"),
DEBUG_DUMP_ALREADY_ACTIVE("debug dump is already active for this thread"), DEBUG_DUMP_ALREADY_ACTIVE("debug dump is already active for this thread"),
DEBUG_DUMP_ACTIVATION_ERROR("unable to active debug dump with file {0}: {1}"), DEBUG_DUMP_ACTIVATION_ERROR("unable to active debug dump with file {0}: {1}"),
DEBUG_DUMP_NOT_ACTIVE("debug dump is not active for this thread"); DEBUG_DUMP_NOT_ACTIVE("debug dump is not active for this thread"),
CANNOT_PARSE_LINE("cannot parse line {0}, file {1}: {2}"),
LIGHT_TIME_CORRECTION_REDEFINED("light time correction redefined, line {0}, file {1}: {2}"),
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED("aberration of light correction redefined, line {0}, file {1}: {2}"),
TILE_ALREADY_DEFINED("tile {0} already defined, line {1}, file {2}: {3}"),
UNKNOWN_TILE("unknown tile {0}, line {1}, file {2}: {3}");
// CHECKSTYLE: resume JavadocVariable check // CHECKSTYLE: resume JavadocVariable check
......
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION> ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION>
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION> DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION>
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = <MISSING TRANSLATION>
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = <MISSING TRANSLATION>
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = <MISSING TRANSLATION>
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = unable to active debug dump with file {0}: {1} ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = unable to active debug dump with file {0}: {1}
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = debug dump is not active for this thread DEBUG_DUMP_NOT_ACTIVE = debug dump is not active for this thread
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = cannot parse line {0}, file {1}: {2}
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = light time correction redefined, line {0}, file {1}: {2}
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = aberration of light correction redefined, line {0}, file {1}: {2}
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = tile {0} already defined, line {1}, file {2}: {3}
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = unknown tile {0}, line {1}, file {2}: {3}
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION> ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION>
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION> DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION>
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = <MISSING TRANSLATION>
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = <MISSING TRANSLATION>
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = <MISSING TRANSLATION>
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = impossible d''activer la capture de débogage avec ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = impossible d''activer la capture de débogage avec
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = capture de débogage inactive pour ce fil d''exécution DEBUG_DUMP_NOT_ACTIVE = capture de débogage inactive pour ce fil d''exécution
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = impossible d''analyser la ligne {0} du fichier {1}: {2}
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = correction de la durée lumière redéfinie ligne {0} du fichier {1}: {2}
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = correction de l''aberration de la lumière redéfinie ligne {0} du fichier {1}: {2}
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = tuile {0} déjà définie ligne {1} du fichier {2}: {3}
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = tuile {0} inconnue ligne {1} du fichier {2}: {3}
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION> ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION>
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION> DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION>
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = <MISSING TRANSLATION>
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = <MISSING TRANSLATION>
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = <MISSING TRANSLATION>
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION> ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION>
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION> DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION>
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = <MISSING TRANSLATION>
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = <MISSING TRANSLATION>
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = <MISSING TRANSLATION>
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION> ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION>
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION> DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION>
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = <MISSING TRANSLATION>
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = <MISSING TRANSLATION>
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = <MISSING TRANSLATION>
...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION> ...@@ -54,3 +54,18 @@ DEBUG_DUMP_ACTIVATION_ERROR = <MISSING TRANSLATION>
# debug dump is not active for this thread # debug dump is not active for this thread
DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION> DEBUG_DUMP_NOT_ACTIVE = <MISSING TRANSLATION>
# cannot parse line {0}, file {1}: {2}
CANNOT_PARSE_LINE = <MISSING TRANSLATION>
# light time correction redefined, line {0}, file {1}: {2}
LIGHT_TIME_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# aberration of light correction redefined, line {0}, file {1}: {2}
ABERRATION_OF_LIGHT_CORRECTION_REDEFINED = <MISSING TRANSLATION>
# tile {0} already defined, line {1}, file {2}: {3}
TILE_ALREADY_DEFINED = <MISSING TRANSLATION>
# unknown tile {0}, line {1}, file {2}: {3}
UNKNOWN_TILE = <MISSING TRANSLATION>
...@@ -30,7 +30,7 @@ public class RuggedMessagesTest { ...@@ -30,7 +30,7 @@ public class RuggedMessagesTest {
@Test @Test
public void testMessageNumber() { public void testMessageNumber() {
Assert.assertEquals(19, RuggedMessages.values().length); Assert.assertEquals(24, RuggedMessages.values().length);
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment