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.13.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.13.1
Choose a head ref
  • 6 commits
  • 18 files changed
  • 3 contributors

Commits on Apr 14, 2022

  1. Fix handling of foo.new A() {}.

    This is awful.
    
    PiperOrigin-RevId: 441825465
    graememorgan authored and Error Prone Team committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2d20166 View commit details
    Browse the repository at this point in the history
  2. Hardcode AlwaysThrows:MatchUuidParse.

    PiperOrigin-RevId: 441882375
    graememorgan authored and Error Prone Team committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cb15103 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Update release.yml

    cushon authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    460d6c2 View commit details
    Browse the repository at this point in the history
  2. Fix a crash in UnnecessaryBoxedVariable

    Don't assume that return statements are enclosed by a method with a return
    type, to handle statement lambdas inside constructors.
    
    Fixes #3115
    
    PiperOrigin-RevId: 442056569
    cushon authored and Error Prone Team committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ed35fda View commit details
    Browse the repository at this point in the history
  3. Include the unicode character in the diagnostic message

    To help debug #3092
    
    PiperOrigin-RevId: 442071506
    cushon authored and Error Prone Team committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    726d179 View commit details
    Browse the repository at this point in the history
  4. Release Error Prone 2.13.1

    cushon committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    2076780 View commit details
    Browse the repository at this point in the history
Loading