IBM Support

PI37449: EXTERNALTYPE REFERENCING AN INNER CLASS APPENDS A '$' SEPARATOR

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • An externaltype referencing an inner class the generated Java
    implements a '$' separator instead of the "." notation of prior
    7.5x RBD versions.
    
    As the inner classes are appended with the $ symbol these are in
    turn flagged as unresolvable errors unless you change it to "."
    notation ie:
    Example Java snippet:
    	bpc.esempi.InnerClassExample exampleJavaClass = new
    bpc.esempi.InnerClassExample();
    		// innerJavaClass Internal;
    		bpc.esempi.InnerClassExample$Internal innerJavaClass = null;
    		// innerJavaClass = exampleJavaClass.initInternalInstance();
    		innerJavaClass =
    ((bpc.esempi.InnerClassExample$Internal)exampleJavaClass.initInt
    ernalInstance());
    		// innerJavaClass.printPackageName();
    		innerJavaClass.printPackageName();
    
    flags as error:
    The nested type bpc.esempi.InnerClassExample$Internal cannot be
    referenced using its binary name
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * EGL Java externalType users who use inner class will be      *
    * affected                                                     *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * The generated java for an externaltype referencing an inner  *
    * class uses a '$' separator instead of the "." notation which *
    * produces syntax error.                                       *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    

Problem conclusion

  • The problem is fixed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI37449

  • Reported component name

    RATL BUS DEV

  • Reported component ID

    5724S5000

  • Reported release

    911

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2015-03-20

  • Closed date

    2016-04-05

  • Last modified date

    2016-04-05

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    RATL BUS DEV

  • Fixed component ID

    5724S5000

Applicable component levels

  • R901 PSY

       UP

  • R911 PSY

       UP

  • R950 PSY

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSMQ79","label":"Rational Business Developer"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.1.1","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
16 October 2021