Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR fixes a crash in NullAway when handling constructor calls with Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1524 +/- ##
============================================
- Coverage 88.48% 88.48% -0.01%
- Complexity 2841 2843 +2
============================================
Files 103 103
Lines 9487 9489 +2
Branches 1902 1905 +3
============================================
+ Hits 8395 8396 +1
Misses 531 531
- Partials 561 562 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #1523
Our previous check was broken when
state.getPath()pointed at a sub-tree of a constructor call within an anonymous class; the constructor call is also aNewClassTree.Summary by CodeRabbit
Release Notes
Bug Fixes
Tests
thisparameter from anonymous classes.