Conversation
📝 WalkthroughWalkthroughThis change renames two flow-analysis methods in GenericAnnotatedTypeFactory: performFlowAnalysis(ClassTree) to performFlowAnalysisForClass(ClassTree) and checkAndPerformFlowAnalysis(Tree) to performFlowAnalysisForClassOnce(ClassTree). Call sites are updated to use the new per-class method names and, where applicable, now pass ClassTree instead of Tree. Documentation and comments are revised to reference the new names, and docs/CHANGELOG.md records the API renames. No behavioral changes are indicated. Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code graph analysis (1)framework/src/main/java/org/checkerframework/framework/type/GenericAnnotatedTypeFactory.java (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
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 |
No description provided.