Closed ymarcon closed 6 years ago
Comment created by nemond:
Ready to test
Comment created by dspathis:
Tested -- one issue found. We are handling the condition where a parameter does not exist, not where the parameter exists but has a null value. In the latter case an exception is thrown only later on when we try to send the null parameter value to the device.
Comment created by dspathis:
See earlier comment.
Comment created by acarey:
fixed
Comment created by nemond:
ready to retest!
Comment created by dspathis:
Verified - no issues.
Issue was closed with resolution "Fixed"
Jira issue originally created by user @plaflamme:
Currently, the Bc418InstrumentRunner doesn't check that some parameters are non-null before sending to the tanita.
Results in throwing an exception without much information to determine what the problem is.
The log should at least contain a message stating that a parameter was null when it was expected to be non-null and provide the parameter name.