I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Mapping of IDL names that clash with java.lang.Object methods

  • Key: I2JAV11-73
  • Legacy Issue Number: 1734
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: It appears that the IDL to Java mapping does not remap IDL identifiers
    that collide with the 9 method names defined for java.lang.Object; i.e.
    "clone", "equals", "finalize", "getClass", "hashCode", "notify",
    "notifyAll", "toString" and "wait"
    If a CORBA/Java server attempts to implement IDL operations with these
    names, it will either overload the Object operations, or give compilation
    errors (for Object methods declared as "final"). In either case, it looks
    like the IDL mapping should treat these names as if they were Java
    reserved words.

  • Reported: I2JAV 1.0 — Sat, 25 Jul 1998 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    closed issue

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