Loading Language Integration/Commons/lang.base.java/src/main/java/de/mkonersmann/advert/java/embed/transformation/AbstractModelCodeTransformation.java +5 −1 Original line number Diff line number Diff line Loading @@ -535,7 +535,11 @@ public abstract class AbstractModelCodeTransformation<ELEMENTECLASS extends EObj // elements. // All other model elements or priorModelElements will already be set by the // doCreate... methods. final EObject childModelElement = childTransformation.getModelElement(); EObject childModelElement = childTransformation.getModelElement(); if (this instanceof IALTransformation) childModelElement = ((IALTransformation<?, ?>) childTransformation).getIALHolder() .getFoundationalIALElement(); if (childModelElement == null) continue; Loading Loading
Language Integration/Commons/lang.base.java/src/main/java/de/mkonersmann/advert/java/embed/transformation/AbstractModelCodeTransformation.java +5 −1 Original line number Diff line number Diff line Loading @@ -535,7 +535,11 @@ public abstract class AbstractModelCodeTransformation<ELEMENTECLASS extends EObj // elements. // All other model elements or priorModelElements will already be set by the // doCreate... methods. final EObject childModelElement = childTransformation.getModelElement(); EObject childModelElement = childTransformation.getModelElement(); if (this instanceof IALTransformation) childModelElement = ((IALTransformation<?, ?>) childTransformation).getIALHolder() .getFoundationalIALElement(); if (childModelElement == null) continue; Loading