lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

LutaML crashes when provided with empty "definition" elements #67

Closed ronaldtse closed 2 years ago

ronaldtse commented 3 years ago

From https://github.com/metanorma/metanorma-model-standoc/pull/26

class ImageMapAreaType {
  definition {
  }
}

Will crash the processor.

w00lf commented 3 years ago

@ronaldtse fixed in https://github.com/lutaml/lutaml-uml/pull/87