-
Notifications
You must be signed in to change notification settings - Fork 764
Comparing changes
Open a pull request
base repository: google/error-prone
base: v2.39.0
head repository: google/error-prone
compare: v2.40.0
- 16 commits
- 20 files changed
- 4 contributors
Commits on Jun 25, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 4384ed8 - Browse repository at this point
Copy the full SHA 4384ed8View commit details
Commits on Jun 30, 2025
-
Tweak ReachabilityTest to use TestParameterInjector.
Currently it's hard to add a non-parameterised test. PiperOrigin-RevId: 777619639
Configuration menu - View commit details
-
Copy full SHA for d721dd7 - Browse repository at this point
Copy the full SHA d721dd7View commit details -
UnnecessaryQualifier: recognise some hilt annotations.
PiperOrigin-RevId: 777627845
Configuration menu - View commit details
-
Copy full SHA for 1d860db - Browse repository at this point
Copy the full SHA 1d860dbView commit details
Commits on Jul 1, 2025
-
Add MVCE for
o == Boolean.TRUE
.PiperOrigin-RevId: 778051376
Configuration menu - View commit details
-
Copy full SHA for 7d8fd68 - Browse repository at this point
Copy the full SHA 7d8fd68View commit details
Commits on Jul 4, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for d17e312 - Browse repository at this point
Copy the full SHA d17e312View commit details
Commits on Jul 8, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 1eb5a71 - Browse repository at this point
Copy the full SHA 1eb5a71View commit details -
PiperOrigin-RevId: 780588828
Configuration menu - View commit details
-
Copy full SHA for 5cfd2ec - Browse repository at this point
Copy the full SHA 5cfd2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 872e730 - Browse repository at this point
Copy the full SHA 872e730View commit details
Commits on Jul 9, 2025
-
Migrate Error Prone to from OSSRH to Central Publishing Portal for So…
…natype Maven Central releases [1/N] * The namespace exists in https://central.sonatype.com/publishing/namespaces exists, with snapshots enabled * Followed * https://central.sonatype.org/publish/publish-portal-maven/ * https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project PiperOrigin-RevId: 781029220
Configuration menu - View commit details
-
Copy full SHA for e3b4d74 - Browse repository at this point
Copy the full SHA e3b4d74View commit details -
Remove obsolete
distributionManagement
entriesI 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: 781044784
Configuration menu - View commit details
-
Copy full SHA for d4c627a - Browse repository at this point
Copy the full SHA d4c627aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 706e67a - Browse repository at this point
Copy the full SHA 706e67aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 81701de - Browse repository at this point
Copy the full SHA 81701deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee85af9 - Browse repository at this point
Copy the full SHA ee85af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8507f3d - Browse repository at this point
Copy the full SHA 8507f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d324f1 - Browse repository at this point
Copy the full SHA 8d324f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abb46f - Browse repository at this point
Copy the full SHA 4abb46fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.39.0...v2.40.0