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

bug : @Nullable 어노테이션 사용 관련 경고 해결 #175

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

cofls6581
Copy link
Member

개요

작업사항

  • @nullable 어노테이션 사용으로 인한 빌드시 경고 문구 제거 작업
warning: unknown enum constant When.MAYBE reason: class file for javax.annotation.meta.When not found

적용안될 시 모듈 rebuild 하시면 됩니다.

변경로직

  • 도메인 패키지 build.gradle jsr305 dependency 추가
 implementation 'com.google.code.findbugs:jsr305:3.0.2'

@cofls6581 cofls6581 added the Type: Errors/Bugs [이슈 목적] 버그, 애러 수정 label Jan 22, 2023
@cofls6581 cofls6581 self-assigned this Jan 22, 2023
@sonarqubecloud
Copy link

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 197 Code Smells

4.8% 4.8% Coverage
1.3% 1.3% Duplication

Copy link
Member

@gengminy gengminy left a comment

Choose a reason for hiding this comment

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

안그래도 오류 계속 뜨길래 뭐지 했는데 굿입니다 👍

Copy link
Member

@ImNM ImNM left a comment

Choose a reason for hiding this comment

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

엘쥐티엠!!

@cofls6581 cofls6581 merged commit 1e05f9d into dev Jan 23, 2023
@ImNM ImNM deleted the bug/166-add-dependcy-nullable branch January 23, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Errors/Bugs [이슈 목적] 버그, 애러 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛[BUG] @Nullable 어노테이션 사용 관련 경고
3 participants