I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Should javadoc statement be removed or should method be removed?

  • Key: I2JAV11-143
  • Legacy Issue Number: 5595
  • Status: closed  
  • Source: Anonymous
  • Summary:

    The org\omg\CORBA\Object.java includes:

    /**
    *@deprecated Deprecated by CORBA 2.3
    */
    org.omg.CORBA.InterfaceDef _get_interface();

    Which causes the the application code:

    public abstract class x extends org.omg.CORBA.LocalObject implements xl {}
    public interface xl extends org.omg.CORBA.LocalInterface, org.omg.CORBA.portable.IDLEntity {}

    to compile with a warning:

    x.java:1: warning: _get_interface() in org.omg.CORBA.Object has been deprecated

    I'm wondering whether the javadoc statement should be removed or whether the method should be removed?

  • Reported: I2JAV 1.0 — Mon, 26 Aug 2002 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    close issue

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