Skip to content

More generic inference for diamond calls - #1544

Draft
msridhar wants to merge 3 commits into
MethodInferenceResultrenamefrom
issue-1532
Draft

More generic inference for diamond calls#1544
msridhar wants to merge 3 commits into
MethodInferenceResultrenamefrom
issue-1532

Conversation

@msridhar

@msridhar msridhar commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

Fixes #1532

@codecov

codecov Bot commented Apr 22, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.20455% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.79%. Comparing base (f54ec86) to head (d7c7536).

Files with missing lines Patch % Lines
...ava/com/uber/nullaway/generics/GenericsChecks.java 89.20% 6 Missing and 13 partials ⚠️
Additional details and impacted files
@@                        Coverage Diff                        @@
##             MethodInferenceResultrename    #1544      +/-   ##
=================================================================
- Coverage                          87.87%   87.79%   -0.09%     
- Complexity                          3167     3178      +11     
=================================================================
  Files                                109      109              
  Lines                              10739    10796      +57     
  Branches                            2171     2183      +12     
=================================================================
+ Hits                                9437     9478      +41     
- Misses                               617      623       +6     
- Partials                             685      695      +10     

☔ View full report in Codecov by Harness.
📢 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 changed the base branch from master to issue-1522 May 14, 2026 17:44
@msridhar

msridhar commented May 14, 2026

Copy link
Copy Markdown
Collaborator Author

This change is part of the following stack:

Change managed by git-spice.

@msridhar
msridhar force-pushed the issue-1532 branch 2 times, most recently from 3db47d4 to c4cb59c Compare May 24, 2026 00:04
@msridhar
msridhar force-pushed the issue-1532 branch 6 times, most recently from 7d58ff0 to 6fc21d4 Compare July 24, 2026 01:44
@msridhar
msridhar force-pushed the issue-1532 branch 2 times, most recently from 10f3058 to ed77e3e Compare July 26, 2026 23:10
@msridhar
msridhar force-pushed the issue-1532 branch 2 times, most recently from e2e4f5c to 2b37d6a Compare August 9, 2026 15:49
@msridhar
msridhar changed the base branch from master to rename-to-callinferenceresult August 9, 2026 16:12
@msridhar
msridhar force-pushed the rename-to-callinferenceresult branch from 3d5663b to 8d99b12 Compare August 9, 2026 18:36
Base automatically changed from rename-to-callinferenceresult to update-snapshot-build-script August 9, 2026 18:36
msridhar added a commit that referenced this pull request Aug 9, 2026
@msridhar
msridhar force-pushed the update-snapshot-build-script branch 2 times, most recently from 8d99b12 to 19779b5 Compare August 9, 2026 18:43
@msridhar
msridhar changed the base branch from update-snapshot-build-script to MethodInferenceResultrename August 9, 2026 21:16
@msridhar
msridhar force-pushed the issue-1532 branch 2 times, most recently from bccb06f to 0239c25 Compare August 10, 2026 01:03
@msridhar
msridhar force-pushed the MethodInferenceResultrename branch from 8d99b12 to f54ec86 Compare August 10, 2026 20:54
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.

JSpecify: diamond operator doesn't infer @Nullable type argument from method return type (take 2)

1 participant