376 | | |
377 | | |
| 376 | == GeniusWebTranslator |
| 377 | The GeniusWebTranslator module is at this moment a demo project. It shows that the translator can automatically translate a big part of GeniusWeb. The GeniusWeb code has been modified in a number of ways |
| 378 | * at a few places, a manual translation has been added. Most often this involves a single line of code, particularly because the translator does not support java stream. |
| 379 | * A lot of @NonNull annotations have been added to make the state of Java variables more clear, also cleaning up the resulting python code. |
| 380 | * various small fixes, to work around a few restrictions of the translator. |