Skip to content

!!Hotfix: 존재하지 않는 problemSet 참조 해결#209

Merged
lhoju0158 merged 1 commit into
developfrom
hotfix/history-npe
May 4, 2026
Merged

!!Hotfix: 존재하지 않는 problemSet 참조 해결#209
lhoju0158 merged 1 commit into
developfrom
hotfix/history-npe

Conversation

@GulSauce
Copy link
Copy Markdown
Member

@GulSauce GulSauce commented May 3, 2026

org.gradle.toolchains.foojay-resolver-convention

로컬에 설정된 JDK 환경변수 값에 구애받지 않게하는 플러그인

  • 문제 상황: 기존에는 로컬 환경변수 값을 JDK 25로 바꿨을 경우 빌드오류가 생겼었음
  • 이 플러그인의 기능: 별도의 JDK로 빌드를 수행하게해준다

식별된 NPE 문제 상황

모종의 이유로 삭제된 problemSet에 대한 quizHistory가 존재하고 퀴즈기록 API를 호출할 경우 NPE가 발생했었다

2026-05-03 16:02:34.253 error 2026-05-03T07:02:34.251Z ERROR 1 --- [q-asker] [t-handler-16109] c.i.q.g.error.GlobalExceptionHandler     : [예상치 못한 오류] 처리되지 않은 예외 발생
java.lang.NullPointerException: Cannot invoke "com.icc.qasker.quizset.dto.readonly.ProblemSetSummary.id()" because "problemSet" is null
165.246.241.2 - - [03/May/2026:07:02:34 +0000] "GET /history?page=0&size=20 HTTP/1.1" 500 61 "https://www.q-asker.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36" "165.246.241.2"
	at com.icc.qasker.quizhistory.mapper.QuizHistoryMapper.toSummary(QuizHistoryMapper.java:25) ~[quiz-history-impl.jar:na]

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 3, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5d95f65a-7048-42c0-b958-4ac9c6f2bdcc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hotfix/history-npe

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@GulSauce GulSauce changed the title !!Hotfix: null 필터로 존재하지 않는 problemSet 참조 해결 !!Hotfix: 존재하지 않는 problemSet 참조 해결 May 3, 2026
@lhoju0158 lhoju0158 merged commit 4f98c1e into develop May 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants