Fix nullness Javadoc on some private methods. - #155
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation updates to clarify nullability semantics and return value expectations across converter lookup and reflection helper methods in ChangesJavadoc nullability clarifications
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/main/java/org/joda/convert/StringConvert.java`:
- Line 578: Update the Javadoc `@param` for parameter cls in StringConvert (the
method documented on the shown line) to state that cls is "not null" (instead of
"null if not found"); also ensure the documentation clarifies that it is the
method's return value that may be null when no converter is found, so adjust the
surrounding sentence(s) accordingly to reflect that cls is validated non-null
before calling.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 3a7585f6-3b7f-43e1-8904-e6d69df142ce
📒 Files selected for processing (2)
src/main/java/org/joda/convert/AnnotationStringConverterFactory.javasrc/main/java/org/joda/convert/StringConvert.java
Summary by CodeRabbit