Tweak documentation of @SideEffectFree#7733
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 (6)
📝 WalkthroughWalkthroughThis PR updates the Javadoc documentation for the Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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
`@checker-qual/src/main/java/org/checkerframework/dataflow/qual/SideEffectFree.java`:
- Around line 15-16: The JavaDoc sentence in the SideEffectFree annotation
comment contains an incorrect comma after "objects"; edit the comment in
org.checkerframework.dataflow.qual.SideEffectFree (the class/file containing the
JavaDoc) to remove that comma so the restrictive relative clause "that existed
before it was called" is not set off by punctuation, i.e., change "objects, that
existed before it was called" to "objects that existed before it was called" and
ensure spacing and punctuation around the sentence remain correct.
🪄 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: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: a8d4229f-a736-4975-b7f0-15aa4a197a41
📒 Files selected for processing (1)
checker-qual/src/main/java/org/checkerframework/dataflow/qual/SideEffectFree.java
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 `@docs/manual/creating-a-checker.tex`:
- Around line 2173-2174: The sentence in docs/manual/creating-a-checker.tex
still references "Travis CI" as an example even though Travis CI was removed
from supported CI in docs/developer/developer-manual.html; update that sentence
to remove the Travis-specific example and use a generic phrase (e.g. "a CI
service" or "continuous integration systems") or substitute a
currently-supported CI provider name instead, ensuring the change is applied to
the exact text "for example, Travis CI terminates any job that does not produce
output for 10 minutes" so it reads consistently with the developer manual.
🪄 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: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: ec9ea5d3-4279-4a37-9896-ec9eb3ce04dd
📒 Files selected for processing (4)
.travis-build.sh.travis.ymldocs/developer/developer-manual.htmldocs/manual/creating-a-checker.tex
💤 Files with no reviewable changes (2)
- .travis-build.sh
- .travis.yml
Merge after #7739.