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
It makes sense to unset an environment variable or set it to an empty value. Therefore, this should not fail but result in the setting of an empty value (VARNAME=).
Possible solutions:
extra code to allow/disallow empty values
always request a value, but handle empty values with Optional instances (None = empty value.)
vinjana
changed the title
If a String parameter is empy in a Java based job call, Roddy will fail: Not able to convert entry
If a String parameter is empty in a Java based job call, Roddy will fail: Not able to convert entry
Jan 10, 2019
This is a bug in the GenericMethod class
The text was updated successfully, but these errors were encountered: