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

Feature/cacheHashCode #2513

Merged
merged 18 commits into from
Sep 24, 2020
Merged

Feature/cacheHashCode #2513

merged 18 commits into from
Sep 24, 2020

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    cd26029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5863508 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Eclipse impl and tests

    andrebrait committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    a636869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a787ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6321fe View commit details
    Browse the repository at this point in the history
  4. Revert unnecessary changes

    andrebrait committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5681083 View commit details
    Browse the repository at this point in the history
  5. Fix delombok tests

    andrebrait committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    07b5b2e View commit details
    Browse the repository at this point in the history
  6. Removed unused imports

    andrebrait committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8ccea03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b95207 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    andrebrait committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7d684fc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    7c1347d View commit details
    Browse the repository at this point in the history
  2. Fix using source start instead of source end

    Co-authored-by: Rawi01 <Rawi01@users.noreply.github.com>
    andrebrait and Rawi01 authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a2254d3 View commit details
    Browse the repository at this point in the history
  3. Add missing set source/statement start/end

    Co-authored-by: Rawi01 <Rawi01@users.noreply.github.com>
    andrebrait and Rawi01 authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8deb860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45297b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    419f220 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    57cc16a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Allow non-final types, use Integer.MIN_VALUE

    Allow caching hash code for non-final classes (but will warn)
    Use Integer.MIN_VALUE to differentiate uncached and 0 cached
    andrebrait committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ab107e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    bc776c9 View commit details
    Browse the repository at this point in the history