naver / arcus-java-client

ARCUS Java client
Apache License 2.0
50 stars 46 forks source link

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

Closed brido4125 closed 2 months ago

brido4125 commented 3 months ago

이슈

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

변경 사항

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

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

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