Skip to content

Support @MonotonicNonNull on static fields#1166

Merged
msridhar merged 3 commits intomasterfrom
issue-1160
Mar 17, 2025
Merged

Support @MonotonicNonNull on static fields#1166
msridhar merged 3 commits intomasterfrom
issue-1160

Conversation

@msridhar
Copy link
Copy Markdown
Collaborator

@msridhar msridhar commented Mar 15, 2025

Fixes #1160

Add more tests for other cases also

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.20%. Comparing base (0161a80) to head (fe0afd5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1166      +/-   ##
============================================
+ Coverage     88.17%   88.20%   +0.02%     
- Complexity     2305     2309       +4     
============================================
  Files            88       88              
  Lines          7536     7536              
  Branches       1506     1507       +1     
============================================
+ Hits           6645     6647       +2     
+ Misses          448      446       -2     
  Partials        443      443              

☔ 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 msridhar enabled auto-merge (squash) March 17, 2025 17:12
@msridhar msridhar merged commit 0825436 into master Mar 17, 2025
@msridhar msridhar deleted the issue-1160 branch March 17, 2025 17:20
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.

@MonotonicNonNull should work for static fields

2 participants