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

Generics checks for method overriding #755

Merged
merged 57 commits into from
Aug 12, 2023

Commits on Mar 31, 2023

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

Commits on Apr 5, 2023

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

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    241793d View commit details
    Browse the repository at this point in the history
  2. fix compile error on JDK 8

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7c86f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899f615 View commit details
    Browse the repository at this point in the history
  4. fix

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    90b0c69 View commit details
    Browse the repository at this point in the history
  5. cleanup

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    74837a1 View commit details
    Browse the repository at this point in the history
  6. better error message

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6e3f2d0 View commit details
    Browse the repository at this point in the history
  7. WIP

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    56cddbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9d698c View commit details
    Browse the repository at this point in the history
  9. test

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    56fb488 View commit details
    Browse the repository at this point in the history
  10. reorder

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    304e567 View commit details
    Browse the repository at this point in the history
  11. just windows

    msridhar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7381c6e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2689a62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d7e5af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    570a03a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7cdb1b8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a2dbade View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. tweaks

    msridhar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    608f3db View commit details
    Browse the repository at this point in the history
  2. cleanup

    msridhar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    39c6e7d View commit details
    Browse the repository at this point in the history
  3. more cleanup

    msridhar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ac24db5 View commit details
    Browse the repository at this point in the history
  4. cleanup

    msridhar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    eb1ecae View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. docs

    msridhar committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    3bbd1d6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. more

    msridhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    ee73b04 View commit details
    Browse the repository at this point in the history
  2. more

    msridhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e56cb12 View commit details
    Browse the repository at this point in the history
  3. more

    msridhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    05782eb View commit details
    Browse the repository at this point in the history
  4. more

    msridhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    90a4530 View commit details
    Browse the repository at this point in the history
  5. cleanup tests

    msridhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    a769e30 View commit details
    Browse the repository at this point in the history
  6. another rename

    msridhar committed May 6, 2023
    Configuration menu
    Copy the full SHA
    6630bbf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    564c8dc View commit details
    Browse the repository at this point in the history
  2. fix nullaway error

    msridhar committed May 14, 2023
    Configuration menu
    Copy the full SHA
    662606a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    3de870c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d8dc9 View commit details
    Browse the repository at this point in the history
  3. fix class ordering in test

    msridhar committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    08596f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    97ec62a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bca16e View commit details
    Browse the repository at this point in the history
  3. simplify using new API

    msridhar committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    242b2e0 View commit details
    Browse the repository at this point in the history
  4. better variable names

    msridhar committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    631c417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9024a67 View commit details
    Browse the repository at this point in the history
  6. add a comment

    msridhar committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    be06ff1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 23, 2023

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

Commits on Jul 8, 2023

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

Commits on Jul 15, 2023

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

Commits on Jul 18, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    4afd3d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2bc8c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. clean up check

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0839689 View commit details
    Browse the repository at this point in the history
  2. rename type parameter

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0dd0b87 View commit details
    Browse the repository at this point in the history
  3. add true negative test

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ee9ccd4 View commit details
    Browse the repository at this point in the history
  4. add true negative test

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    716e721 View commit details
    Browse the repository at this point in the history
  5. fix nullaway error

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9e9797e View commit details
    Browse the repository at this point in the history
  6. Add test for false negative

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7ba7009 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    054aab2 View commit details
    Browse the repository at this point in the history
  8. refactor for clarity

    msridhar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8090d47 View commit details
    Browse the repository at this point in the history