Skip to content

fix: GlobalExceptionHandler에 미사용 SlackErrorNotifier 필드 정리 #412

Description

@pooreumjung

Fix Report

고쳐야 할 사항

  • GlobalExceptionHandler(src/main/java/ssu/eatssu/global/handler/GlobalExceptionHandler.java)가 SlackErrorNotifier를 주입받지만 클래스 내 어디서도 실제로 호출하지 않는다. 실제 Slack 알림 호출은 ControllerLogAspect에서만 이뤄지고 있어, GlobalExceptionHandler의 이 필드는 죽은 코드로 보인다. 의도된 사용처가 없다면 제거가 필요하다.

첨부자료

  • 없음

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

fix고치기

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions