RemObjects 9.4.107.1363 rodl2code gen java issue

Code gen for java inserts “__partial” and replaces “super” with “base”

Delphi 10 Seattle, RemObjects Remoting SDK for Delphi and all Clients.
Trying to upgrade from version 9.3.105.1345 to 9.4.107.1363.

RemObjects Service Builder > CodeGen > Java > Interface
(rodl2code.exe generates the same output).

9.4.107.1363 code:
public __partial class AppService_Proxy extends com.remobjects.sdk.Proxy implements IAppService
{
public AppService_Proxy()
{
base();

}

9.3.105.1345 code:
public class AppService_Proxy extends com.remobjects.sdk.Proxy implements IAppService
{
public AppService_Proxy()
{
super();

}

Regards

thanks. this is known issue and was already fixed

Fixed for tomorrow’s beta, that is. Our apologies for this mishap.