RNF3833

The return value of a Java constructor must have the same class as the method.

20

Cause . . . . . : A Java constructor must return an Object of the same class as specified in the EXTPROC parameter. The class of the return value defaults to the class specified for the method in the EXTPROC parameter.

Recovery . . . : Remove the CLASS keyword for the prototype's return value, or change it so it has the same class as specified as the second parameter of EXTPROC. Compile again.