Operation NPE on null primitives parameters
Brought to you by:
ghinkl
In the operation execution wiard, if a primitive value is
not provided, such as selecting true/false on a boolean
type, a null pointer exception will result.
We could require that primitive type parameters be not-
null before the (next) button is enabled.