Changes between Version 129 and Version 130 of j2p


Ignore:
Timestamp:
09/24/24 15:26:47 (2 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v129 v130  
    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
     389ModuleNotFoundError: 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.||