Thanks to visit codestin.com
Credit goes to github.com

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.39.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.40.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 25, 2025

  1. JUnit4TestNotRun: remove the heuristic requirement that the method un…

    …der consideration contains some kind of assertion.
    
    This is presumably an effort to reduce false positives, but it leads to a huge number of false negatives.
    
    PiperOrigin-RevId: 775710089
    graememorgan authored and Error Prone Team committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    4384ed8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Tweak ReachabilityTest to use TestParameterInjector.

    Currently it's hard to add a non-parameterised test.
    
    PiperOrigin-RevId: 777619639
    graememorgan authored and Error Prone Team committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    d721dd7 View commit details
    Browse the repository at this point in the history
  2. UnnecessaryQualifier: recognise some hilt annotations.

    PiperOrigin-RevId: 777627845
    graememorgan authored and Error Prone Team committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    1d860db View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Add MVCE for o == Boolean.TRUE.

    PiperOrigin-RevId: 778051376
    kluever authored and Error Prone Team committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    7d8fd68 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Add a regression test for a crash in MissingCasesInEnumSwitch when us…

    …ing an expression switch with RULE cases.
    
    I had no idea this was allowed. I think I internalised expression switches and statement cases as being inextricably coupled. I am now worried I have leaked a bad assumption into other places!
    
    PiperOrigin-RevId: 779180644
    graememorgan authored and Error Prone Team committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    d17e312 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Improve isDefaultCase for Java 21 switch expressions

    Previous logic did not handle multiple labels for a default switch expression. As far as I can tell, every use of this method cares equally about a `case null, default` case.
    
    PiperOrigin-RevId: 780558838
    graememorgan authored and Error Prone Team committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    1eb5a71 View commit details
    Browse the repository at this point in the history
  2. Work around a JDK head crash.

    PiperOrigin-RevId: 780588828
    graememorgan authored and Error Prone Team committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    5cfd2ec View commit details
    Browse the repository at this point in the history
  3. Update ci.yml for JDK 26

    cushon authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    872e730 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Migrate Error Prone to from OSSRH to Central Publishing Portal for So…

    cushon authored and Error Prone Team committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    e3b4d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c627a View commit details
    Browse the repository at this point in the history
  3. OSSRH migration

    cushon authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    706e67a View commit details
    Browse the repository at this point in the history
  4. Automated rollback of commit d4c627a.

    *** Reason for rollback ***
    
    Restore and update distributionManagement entries
    
    *** Original change description ***
    
    Remove obsolete `distributionManagement` entries
    
    I think the defaults should configure https://central.sonatype.com/repository/maven-snapshots/, see https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-with-the-central-publishing-maven-plugin
    
    ***
    
    PiperOrigin-RevId: 781078449
    cushon authored and Error Prone Team committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    81701de View commit details
    Browse the repository at this point in the history
  5. OSSRH migration

    cushon authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    ee85af9 View commit details
    Browse the repository at this point in the history
  6. Update release.yml

    cushon authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    8507f3d View commit details
    Browse the repository at this point in the history
  7. Update release.yml

    cushon authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    8d324f1 View commit details
    Browse the repository at this point in the history
  8. Release Error Prone 2.40.0

    cushon committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    4abb46f View commit details
    Browse the repository at this point in the history
Loading