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 JarInfer handling of generic types #1078

Merged
merged 13 commits into from
Dec 12, 2024

Merge branch 'master' into jarinfer-generics-in-signature

9b1e071
Select commit
Loading
Failed to load commit list.
Merged

Fix JarInfer handling of generic types #1078

Merge branch 'master' into jarinfer-generics-in-signature
9b1e071
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

87.99% (+0.02%) compared to 933b1af

View this Pull Request on Codecov

87.99% (+0.02%) compared to 933b1af

Details

Codecov Report

Attention: Patch coverage is 93.18182% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.99%. Comparing base (933b1af) to head (9b1e071).

Files with missing lines Patch % Lines
...llaway/jarinfer/DefinitelyDerefedParamsDriver.java 95.00% 2 Missing ⚠️
...er/nullaway/handlers/InferredJARModelsHandler.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1078      +/-   ##
============================================
+ Coverage     87.96%   87.99%   +0.02%     
- Complexity     2222     2228       +6     
============================================
  Files            85       85              
  Lines          7197     7220      +23     
  Branches       1427     1432       +5     
============================================
+ Hits           6331     6353      +22     
- Misses          437      438       +1     
  Partials        429      429              

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