I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Java - Mapping for Struct issue

  • Key: I2JAV11-106
  • Legacy Issue Number: 2608
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: The Mapping of OMG IDL to Java, Section 25-20, Mapping for Struct, has a
    String field that is not initialized. I would like to consider that the
    String value is initialized to a empty String within a Struct eg., String
    foo = new String();

    I have an application with a Sequence of Structs. The Struct has two
    attributes, a boolean and String. The boolean is initialized to "false"
    but the String is not initialized. When I try to add the containing
    object, the attribute of Sequence of Structs fails. I do not want to
    require the use to initialize each Struct within the Sequence before
    createing the object.

  • Reported: I2JAV 1.0 — Wed, 14 Apr 1999 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    No Data Available

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