I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Illegal return statement

  • Key: I2JAV11-111
  • Legacy Issue Number: 3209
  • Status: closed  
  • Source: NetAcquire Corporation ( Joachim Achtzehnter)
  • Summary:

    The method _releaseReply in class org.omg.CORBA.portable.ObjectImpl
    has a return value of type void, yet the specification requires this
    implementation:

    public void _releaseReply(org.omg.CORBA.portable.InputStream is)

    { return _get_delegate().releaseReply(this, is); }

    The return statement is illegal in a method with a void return type. Should
    delete the word 'return' from the specification.

    PS: Editorial: the diagram on page 1-115 has 'CORBA' missing from some
    of the class names.

  • Reported: I2JAV 1.0 — Tue, 11 Jan 2000 05:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    Closed...editorial issue

  • Updated: Fri, 6 Mar 2015 21:37 GMT