[refactor] #150 builder 메서드 접근제어자 public -> private 변경#151
Conversation
WalkthroughThis update changes the access modifier of constructors annotated with Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant EntityClass
Client->>EntityClass: EntityClass.builder() // now only via builder, not constructor
EntityClass-->>Client: Builder instance
Client->>EntityClass: builder.build()
EntityClass-->>Client: New Entity instance
Estimated code review effort2 (~15 minutes) Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
🔇 Additional comments (8)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Test Results47 tests 47 ✅ 1s ⏱️ Results for commit 027954e. |
📌 PR 제목
[refactor] #150 builder 메서드 접근제어자 public -> private 변경
📌 PR 내용
public에서private으로 변경하였습니다.🛠 작업 내용
🔍 관련 이슈
Closes #150
📸 스크린샷 (Optional)
📚 레퍼런스 (Optional)
N/A
Summary by CodeRabbit