Changes between Version 130 and Version 131 of j2p


Ignore:
Timestamp:
09/24/24 15:27:19 (5 weeks ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v130 v131  
    386386||I get UnsupportedOperationException ... ResolvedWildcard||This happens sometimes in complex method calls with complex parameters. Usually this happens in a stream() context. We suggest using manual translation in such case||
    387387||I get {{{Inner classes can not be translated}}}||Check the section on [wiki:j2p#Innerclasses inner classes]||
    388 ||I get something like {{{from com.X.Y.Z import Z
    389 ModuleNotFoundError: No module named 'com'}}}. com.X.Y.Z is a java package that does not exist in python. ||You did not provide  a library or code translate com.X.Y.Z and the translator now uses a "stub" translator that assumes the package on the python side is identical. You have to add a translator for the com.X.Y.Z package.||
     388||I get something like {{{from com.X.Y.Z import Z: ModuleNotFoundError: No module named 'com'}}}. com.X.Y.Z is a java package that does not exist in python. ||You did not provide  a library or code translate com.X.Y.Z and the translator now uses a "stub" translator that assumes the package on the python side is identical. You have to add a translator for the com.X.Y.Z package.||