normalization and move french to the end
All checks were successful
/ test_checkout (push) Successful in 1m51s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-29 20:15:36 +02:00
parent 4e38131df5
commit c3a27f8711
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
7 changed files with 57 additions and 53 deletions

View file

@ -111,12 +111,12 @@ android.jar en version 9 qui génère des erreurs
During the running of our experiment, we parsed the standard output and error to capture:
- Java errors and stack traces
- Python errors and stack traces
- Ruby errors and stack traces
- Log4j messages with a "ERROR" or "FATAL" level
- XSB error messages
- Ocaml errors
- Java errors and stack traces.
- Python errors and stack traces.
- Ruby errors and stack traces.
- Log4j messages with a "ERROR" or "FATAL" level.
- XSB error messages.
- Ocaml errors.
For example, Dialdroid reports an average of #num(55.9) errors for one successful analysis.
On the contrary, some tools, such as Blueseal report very few errors at a time, making it easier to identify the cause of the failure.