Uploaded image for project: 'tools-interface-repository#interface-repository'
  1. tools-interface-repository#interface-repository
  2. IFREPO-26

Java translation of types referenced but not yet defined is invalid

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • web
    • None

      Complex types may refer to a type that has not yet been defined. This is always the case for self-referencing types. This results in invalid Java code.

      If a type-ref points to a type that hasn't yet been declared in the Java code, a DOFType.Typedef should be used in it's place. The Typedef can then be defined as the correct type(using the .defineAs() method) once the type has been declared.

            zbynek.dusatko@us.panasonic.com Zbynek Dusatko
            jclark Joseph Clark
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: