You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/esmf-aspect-meta-model-java/src/main/java/org/eclipse/esmf/aspectmodel/loader/instantiator/PropertyInstantiator.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -66,41 +66,41 @@ public Property apply(final Resource property) {
Copy file name to clipboardExpand all lines: core/esmf-aspect-meta-model-java/src/main/java/org/eclipse/esmf/aspectmodel/serializer/RdfModelCreatorVisitor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -647,8 +647,8 @@ public ElementModel visitProperty( final Property property, final ModelElement c
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-document-generators/src/main/java/org/eclipse/esmf/aspectmodel/generator/json/AspectModelJsonPayloadGenerator.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -452,7 +452,7 @@ private Type getDataType( final Characteristic characteristic ) {
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-java-generator/src/main/java/org/eclipse/esmf/aspectmodel/java/metamodel/StaticMetaModelVisitor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -526,8 +526,8 @@ private <T> String getOptionalStaticDeclarationValue( final Type type, final Opt
526
526
return"Optional.empty()";
527
527
}
528
528
529
-
if ( optionalValue.get() instanceofScalarValue ) {
0 commit comments