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
The class `Exec.ExecutionBuilder` has three `private final` properties:
`namespace`, `name`, and `command`. While it makes little sense to
provide `null` as their values, if this happens, this would throw a
`NullPointerException` at a much later time, complicating the debugging
process.
This commit implements a fail-fast `null` guards for these variables.
0 commit comments