Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/DataFlowValidator.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,7 @@ class DataFlowValidator extends AbstractDeclarativeValidator { } protected def void processBody(TemplateBody body, DataFlowHelper dfh) { if (body.simple !== null) { if (body.simple !== null && body.simple.expr !== null) { body.simple.expr.processExpression(dfh) if (body.extra !== null) { dfh.checkVariableStatus(body.extra.eAllOfType(ReferencedValue)) Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/DataFlowValidator.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,7 @@ class DataFlowValidator extends AbstractDeclarativeValidator { } protected def void processBody(TemplateBody body, DataFlowHelper dfh) { if (body.simple !== null) { if (body.simple !== null && body.simple.expr !== null) { body.simple.expr.processExpression(dfh) if (body.extra !== null) { dfh.checkVariableStatus(body.extra.eAllOfType(ReferencedValue)) Loading