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

Verify that JsonTreeReader and JsonTreeWriter override all methods #2181

Commits on Aug 22, 2022

  1. Verify that JsonTreeReader and JsonTreeWriter override all methods

    If those classes do not override one of the JsonReader or JsonWriter methods
    the user might encounter an AssertionError.
    Marcono1234 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9e134de View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into marcono1234…

    …/JsonTreeReader-JsonTreeWriter-overrides-test
    Marcono1234 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b514338 View commit details
    Browse the repository at this point in the history
  3. Address review feedback

    Marcono1234 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9ec29c1 View commit details
    Browse the repository at this point in the history