Changes between Version 187 and Version 188 of j2p


Ignore:
Timestamp:
May 28, 2025, 6:26:12 PM (8 days ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v187 v188  
    535535
    536536== 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
     537The GeniusWebTranslator module translates the GeniusWeb core. It shows that the translator can automatically translate a big part of GeniusWeb.
     538
     539The GeniusWeb code has been modified in a number of ways
    538540* 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.
    539541* A lot of @NonNull annotations have been added to make the state of Java variables more clear, also cleaning up the resulting python code.
    540542* various small fixes, to work around a few restrictions of the translator.
    541543
    542 
     544The {{{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.
    543545
    544546== FAQs