Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add null guards for TsFileExecutor constructor #50

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Mar 14, 2024

  1. Add null guards for TsFileExecutor constructor

    The inputs to the constructor of `TsFileExecutor` is immediately saved
    to the executor's private properties, which cannot neither be changed
    elsewhere nor are they guarded against `null` in other methods of the
    class.
    This commit adds guards such for a fail-fast guard against `null`
    inputs.
    pingpingy1 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cd1644a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Add null guards for TsFileExecutor constructor

    The inputs to the constructor of `TsFileExecutor` is immediately saved
    to the executor's private properties, which cannot neither be changed
    elsewhere nor are they guarded against `null` in other methods of the
    class.
    This commit adds guards such for a fail-fast guard against `null`
    inputs.
    pingpingy1 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7e38c9e View commit details
    Browse the repository at this point in the history