-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
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.