FLUID-5130: Change standardinputtransformation and binary op transformer to properly handle undefined input

Metadata

Source
FLUID-5130
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Kasper Galschiot Markus
Created
2013-09-10T08:36:41.311-0400
Updated
2015-06-15T14:06:46.325-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Model Transformation System

Description

Currently StandardInputTransformations still attempt to run despite getting "undefined" as input value, instead it should result in 'undefined'.

Same for binaryOp. This requires valid values for each of the input variables, so in case one of the inputs is invalid (undefined), the transformation result should be undefined.

Comments