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

#203 added EQUALS_FAST and HASH_CODE_FAST #205

Closed

Commits on Aug 26, 2017

  1. sta-szek#203 added EQUALS_FAST and HASH_CODE_FAST

    Now it is possible to test equals() and hashCode() in quadratic rather
    than exponential time (and 20^2 is much better than 2^20 for a POJO
    with 20 fields corresponding to 20 columns in a DB table).
    The old thorough testers are preserved.
    Your Name committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    0b0a998 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Fixed Codacy stuff

    Your Name committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    fdda0b8 View commit details
    Browse the repository at this point in the history
  2. More Codacy stuff

    Your Name committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    9b9a2f5 View commit details
    Browse the repository at this point in the history
  3. More Codacy stuff (2)

    Your Name committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    b12fa71 View commit details
    Browse the repository at this point in the history