Skip to content

Add more bailouts for raw types#1153

Merged
msridhar merged 2 commits intomasterfrom
issue-1151
Mar 4, 2025
Merged

Add more bailouts for raw types#1153
msridhar merged 2 commits intomasterfrom
issue-1151

Conversation

@msridhar
Copy link
Copy Markdown
Collaborator

@msridhar msridhar commented Mar 1, 2025

Fixes #1151

The extra check in CheckIdenticalNullabilityVisitor is not needed to fix this bug but seemed like a prudent addition.

@msridhar msridhar requested review from akshayutture and yuxincs March 1, 2025 20:31
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 1, 2025

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.15%. Comparing base (baf8f77) to head (3304fff).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...way/generics/CheckIdenticalNullabilityVisitor.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1153      +/-   ##
============================================
- Coverage     88.16%   88.15%   -0.02%     
- Complexity     2281     2282       +1     
============================================
  Files            87       87              
  Lines          7461     7463       +2     
  Branches       1491     1492       +1     
============================================
+ Hits           6578     6579       +1     
  Misses          445      445              
- Partials        438      439       +1     

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

@msridhar msridhar merged commit 635ecd2 into master Mar 4, 2025
@msridhar msridhar deleted the issue-1151 branch March 4, 2025 18:17
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.

Missing Generics causes: java.lang.RuntimeException: Number of types arguments in Foo.Supplier<java.lang.Object> does not match Foo.Supplier

2 participants