Skip to content

Do unboxing check for invocation parameters even when calling a @NullUnmarked method#1163

Merged
yuxincs merged 2 commits intomasterfrom
issue-1162
Mar 13, 2025
Merged

Do unboxing check for invocation parameters even when calling a @NullUnmarked method#1163
yuxincs merged 2 commits intomasterfrom
issue-1162

Conversation

@msridhar
Copy link
Copy Markdown
Collaborator

Fixes #1162

@msridhar msridhar marked this pull request as draft March 12, 2025 16:43
@msridhar msridhar marked this pull request as ready for review March 12, 2025 16:58
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.15%. Comparing base (baf8f77) to head (067da2e).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1163      +/-   ##
============================================
- Coverage     88.16%   88.15%   -0.01%     
- Complexity     2281     2285       +4     
============================================
  Files            87       87              
  Lines          7461     7465       +4     
  Branches       1491     1494       +3     
============================================
+ Hits           6578     6581       +3     
  Misses          445      445              
- Partials        438      439       +1     

☔ 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.

@yuxincs yuxincs merged commit 7a89102 into master Mar 13, 2025
@yuxincs yuxincs deleted the issue-1162 branch March 13, 2025 16:21
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.

Unboxing may produce NullPointerException

2 participants