Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTERNAL: Remove unused boolean field dead in ArcusClient. #763

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

brido4125
Copy link
Collaborator

이슈

https://github.com/jam2in/arcus-works/issues/572

변경 사항

ArcusClient 내의 private으로 설정된 dead 필드의 경우
shutdown() 호출되면 true로 변경된다.

하지만 ArcusClient 클래스 내에서는 어떠한 로직에서 사용되지 않고,
getter가 없어 다른 클래스에서의 접근도 불가하다.

또한 테스트 코드에서 리플렉션을 통해 사용되지도 않는다.
그래서 사용되지 않는 필드을 제거한다.

@brido4125 brido4125 self-assigned this Jun 4, 2024
@jhpark816 jhpark816 requested a review from uhm0311 June 4, 2024 07:26
Copy link
Collaborator

@uhm0311 uhm0311 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다음 릴리즈에 반영합시다.

@jhpark816 jhpark816 added the merged next time PR will be merged next time. label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged next time PR will be merged next time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants