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

Ignore empty Strings during String to FileArray conversion #479

Merged

Commits on Jun 27, 2024

  1. Ignore empty Strings during String to FileArray conversion

    * The current state of the code is that an empty String, is converted to a new File("") object with an empty String
    * A File object instantiated by this will be a File object with an absolute Path that is equivalent to the Path from which the application was started
    * The result of this is relatively unpredictable
    * Thus empty String should not be converted to File object and not be added to the output
    stefanhahmann committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d476e5c View commit details
    Browse the repository at this point in the history
  2. Add assertion of 0 length File array in case of an empty String provi…

    …ded for String to File Array conversion
    stefanhahmann committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8dc4c0e View commit details
    Browse the repository at this point in the history