Fixed bug
This commit is contained in:
parent
a684479858
commit
25f2850114
|
@ -1165,6 +1165,10 @@ public abstract class ElementManagement<El extends OElement, T extends Type> {
|
|||
|
||||
Set<PropertyDefinition> definedProperties = getAllProperties();
|
||||
|
||||
if(definedProperties==null) {
|
||||
// The type could define no property
|
||||
return;
|
||||
}
|
||||
|
||||
for(PropertyDefinition propertyDefinition : definedProperties) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue