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

refactor: reduce code smells #44

Merged
merged 5 commits into from
Feb 4, 2023
Merged

Conversation

junghoon-vans
Copy link
Member

Related Issue

None

Description

  • isAuthorizedRedirectUri 함수 내 리턴문 단순화
  • CookieUtil 클래스 내 조건문 단순화
  • CookieUtil 클래스 내 public 생성자 제거
  • JwtAuthenticationFilter 내 boxed boolean 제거
  • JwtController 내 제네릭 파라미터 추가

Screenshots (if appropriate):

@junghoon-vans junghoon-vans added the 🛠️ refactor 코드 로직이 수정되어야 하는 경우를 명시합니다. (기능 변경 X) label Feb 4, 2023
@junghoon-vans junghoon-vans self-assigned this Feb 4, 2023
@sonarcloud
Copy link

sonarcloud bot commented Feb 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

47.4% 47.4% Coverage
0.0% 0.0% Duplication

Copy link
Member

@Chaerim1001 Chaerim1001 left a comment

Choose a reason for hiding this comment

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

수정해주셔서 감사합니다!

@junghoon-vans junghoon-vans merged commit 9f427a2 into develop Feb 4, 2023
@junghoon-vans junghoon-vans deleted the refactor/reduce-code-smells branch February 4, 2023 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ refactor 코드 로직이 수정되어야 하는 경우를 명시합니다. (기능 변경 X)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants