Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash with raw types in overrides in JSpecify mode #899

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

msridhar
Copy link
Collaborator

We should skip checking for errors here instead of crashing

@msridhar msridhar requested a review from yuxincs January 21, 2024 19:10
@msridhar msridhar added the jspecify Related to support for jspecify standard (see jspecify.dev) label Jan 21, 2024
Copy link

codecov bot commented Jan 21, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b94597a) 86.96% compared to head (5088e4b) 86.99%.

Files Patch % Lines
...ava/com/uber/nullaway/generics/GenericsChecks.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #899      +/-   ##
============================================
+ Coverage     86.96%   86.99%   +0.02%     
- Complexity     1956     1958       +2     
============================================
  Files            77       77              
  Lines          6320     6319       -1     
  Branches       1224     1223       -1     
============================================
+ Hits           5496     5497       +1     
+ Misses          419      418       -1     
+ Partials        405      404       -1     

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

Copy link
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.

LGTM!

@msridhar msridhar enabled auto-merge (squash) January 25, 2024 17:50
@msridhar msridhar merged commit 091ac38 into uber:master Jan 25, 2024
11 of 12 checks passed
@msridhar msridhar deleted the jspecify-raw-override-crash branch January 25, 2024 17:58
akulk022 added a commit to akulk022/NullAway that referenced this pull request Jan 30, 2024
akulk022 pushed a commit to akulk022/NullAway that referenced this pull request Jan 30, 2024
We should skip checking for errors here instead of crashing

(cherry picked from commit 091ac38)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jspecify Related to support for jspecify standard (see jspecify.dev)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants