Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/error-prone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.31.0
Choose a base ref
...
head repository: google/error-prone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.32.0
Choose a head ref
  • 8 commits
  • 16 files changed
  • 4 contributors

Commits on Aug 29, 2024

  1. Update ci.yml to use javadoc:javadoc

    Instead of javadoc:aggregate, to catch issues like 5bf91fb
    
    h/t/ @cpovirk
    cushon authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    671ac41 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Add the name of the method to the diagnostic message for MemberName.

    PiperOrigin-RevId: 669411448
    graememorgan authored and Error Prone Team committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dab4089 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Don't perform the inlining if parameter names are stripped.

    #inlineme
    
    PiperOrigin-RevId: 672578943
    kluever authored and Error Prone Team committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    494e2c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    4b5ee1e View commit details
    Browse the repository at this point in the history
  2. Start using Java > 11 language features in Error Prone tests

    This is a first step towards raising the minimum supported JDK version Error
    Prone to JDK 17.
    
    PiperOrigin-RevId: 673432814
    cushon authored and Error Prone Team committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4e0b19c View commit details
    Browse the repository at this point in the history
  3. Update ci.yml: remove JDK 11

    cushon authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a9ff9b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    655bdc4 View commit details
    Browse the repository at this point in the history
  5. Release Error Prone 2.32.0

    cushon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0fe0961 View commit details
    Browse the repository at this point in the history
Loading