Changes between Version 153 and Version 154 of j2p


Ignore:
Timestamp:
11/06/24 14:42:46 (3 weeks ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v153 v154  
    413413}}}
    414414
     415{{{#!td style="background: #efe"
     416The translator filters out duplicate imports only if there is one import done per line. So avoid multi imports like {{{from mockito import when, any}}}
     417}}}
     418
    415419{{{#!td style="background: #eef"
    416420#PY always goes **before** a java object. If you really have to add #PY after your last line of java code, you will have to add a dummy class at the end, and annotate that.