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

Override equals for IndividualUriValues #112

Merged
merged 4 commits into from
Oct 1, 2022
Merged

Override equals for IndividualUriValues #112

merged 4 commits into from
Oct 1, 2022

Commits on Sep 24, 2022

  1. Override equals for IndividualUriValues

    This will cause any individual URI values to be equal if their URI's are
    equal.
    
    Fixes #108
    
    Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
    goneall committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    26f00b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Add unit test for DocumentDescribes

    Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
    goneall committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7b78b28 View commit details
    Browse the repository at this point in the history
  2. Revert "Add unit test for DocumentDescribes"

    This reverts commit 7b78b28.
    
    Commit was added to the incorrect branch
    goneall committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    46d974a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Refactor equals and hashcode for IndividualUriValue

    Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
    goneall committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6dd16a5 View commit details
    Browse the repository at this point in the history