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.29.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.29.1
Choose a head ref
  • 7 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 16, 2024

  1. Improve docs for URLEqualsHashCode.

    PiperOrigin-RevId: 652878662
    cpovirk authored and Error Prone Team committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7f90df7 View commit details
    Browse the repository at this point in the history
  2. Don't complain about unused variables named _

    See https://openjdk.org/jeps/456
    
    Fixes #4451
    
    PiperOrigin-RevId: 652904059
    cushon authored and Error Prone Team committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6bd568d View commit details
    Browse the repository at this point in the history
  3. Create ThreadSafeTypeParameter to replace ThreadSafe.TypeParameter.

    This is the first step in open sourcing the threadsafe equivalent of `ImmutableTypeParameter`. After this an LSC will be performed to replace all usages of `ThreadSafe.TypeParameter` with `ThreadSafeTypeParameter` after which and remaining references to the former (e.g. in messages) will be removed.
    
    ```
    Startblock:
      has LGTM
      b/352709884 is fixed
    ```
    PiperOrigin-RevId: 653005735
    java-team-github-bot authored and Error Prone Team committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2656f48 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Disallow using traditional :-style switches as switch expressions

    PiperOrigin-RevId: 653064183
    cushon authored and Error Prone Team committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    385e43a View commit details
    Browse the repository at this point in the history
  2. Use JSpecify 1.0!

    PiperOrigin-RevId: 653332912
    cushon authored and Error Prone Team committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bc33976 View commit details
    Browse the repository at this point in the history
  3. Fix an NPE in SetUnrecognized

    Fixes #4475
    
    PiperOrigin-RevId: 653339273
    cushon authored and Error Prone Team committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    81d3127 View commit details
    Browse the repository at this point in the history
  4. Release Error Prone 2.29.1

    cushon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9aeb0e9 View commit details
    Browse the repository at this point in the history
Loading