Skip to content

Update to Error Prone 2.38.0#1203

Merged
msridhar merged 2 commits intomasterfrom
ep-2.38.0
Apr 23, 2025
Merged

Update to Error Prone 2.38.0#1203
msridhar merged 2 commits intomasterfrom
ep-2.38.0

Conversation

@msridhar
Copy link
Copy Markdown
Collaborator

@msridhar msridhar commented Apr 22, 2025

Fixed a couple of minor new warnings. Also, pulling in EP 2.38.0 pulls in the latest version of Guava for our tests, and this Guava version has more JSpecify annotations. This new Guava version exposed a bug in our logic for stripping annotations out of method signatures on recent JDK versions, for varargs arrays; we fix it here.

@msridhar msridhar requested a review from yuxincs April 22, 2025 16:22
@msridhar
Copy link
Copy Markdown
Collaborator Author

Required job names will need to be updated before landing

@yuxincs
Copy link
Copy Markdown
Collaborator

yuxincs commented Apr 22, 2025

@msridhar it seems that the build is failing? 🤔

@msridhar
Copy link
Copy Markdown
Collaborator Author

Yup, we do have some tests failing on JDK 24 with the new Error Prone version, I'll have to dig into it. Switching to draft for now.

@msridhar msridhar marked this pull request as draft April 22, 2025 18:40
@msridhar msridhar marked this pull request as ready for review April 23, 2025 01:57
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.21%. Comparing base (4987a2e) to head (863a33f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1203   +/-   ##
=========================================
  Coverage     88.21%   88.21%           
  Complexity     2317     2317           
=========================================
  Files            88       88           
  Lines          7577     7577           
  Branches       1513     1513           
=========================================
  Hits           6684     6684           
  Misses          448      448           
  Partials        445      445           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@msridhar
Copy link
Copy Markdown
Collaborator Author

@yuxincs tests are passing and the is is ready for review now

Copy link
Copy Markdown
Collaborator

@yuxincs yuxincs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, stamped!

@msridhar msridhar merged commit d40de5e into master Apr 23, 2025
12 checks passed
@msridhar msridhar deleted the ep-2.38.0 branch April 23, 2025 02:56
msridhar added a commit that referenced this pull request Apr 28, 2025
Small optimization over #1203; pre-compile the `Pattern` used for
matching.
dhruv-agr pushed a commit to dhruv-agr/NullAway that referenced this pull request May 9, 2025
dhruv-agr pushed a commit to dhruv-agr/NullAway that referenced this pull request May 9, 2025
…1204)

Small optimization over uber#1203; pre-compile the `Pattern` used for
matching.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants