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

validating the date format, add test case, since NumberFormatException extends IllegalArgumentException, it is only necessary to write IllegalArgumentException. #2529

Closed
wants to merge 8 commits into from

Commits on Nov 6, 2023

  1. issue 2472 throw exception if it is an invalid date format and since …

    …NumberFormatException extends IllegalArgumentException, it is only necessary to write IllegalArgumentException.
    Carpe-Wang committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    11281be View commit details
    Browse the repository at this point in the history
  2. add test

    Carpe-Wang committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    04c04d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e6e99 View commit details
    Browse the repository at this point in the history
  4. add test

    Carpe-Wang committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3bd2e14 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main'

    Carpe-Wang committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    75278c8 View commit details
    Browse the repository at this point in the history
  6. add a blank line before each of test methods

    Carpe-Wang committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    26e04d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. add if pattern != null

    Carpe-Wang committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8ac0ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a671b2 View commit details
    Browse the repository at this point in the history