Changes between Version 187 and Version 188 of j2p
- Timestamp:
- May 28, 2025, 6:26:12 PM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v187 v188 535 535 536 536 == GeniusWebTranslator 537 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 537 The GeniusWebTranslator module translates the GeniusWeb core. It shows that the translator can automatically translate a big part of GeniusWeb. 538 539 The GeniusWeb code has been modified in a number of ways 538 540 * 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. 539 541 * A lot of @NonNull annotations have been added to make the state of Java variables more clear, also cleaning up the resulting python code. 540 542 * various small fixes, to work around a few restrictions of the translator. 541 543 542 544 The {{{copygeniusweb.sh}}} script copies the version contained in another folder (usually, a checkout of the latest GeniusWeb code) into the project, so that it can be translated. 543 545 544 546 == FAQs