Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Fix NullPointerException for string compare #2860

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

jxu-nflx
Copy link
Contributor

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

Changed to use StringUtil.equals to avoid NullPointerException

Describe the new behavior from this PR, and why it's needed
Issue #
To fix this exception throw

java.lang.NullPointerException: 
  at com.netflix.conductor.common.run.WorkflowSummary.equals(WorkflowSummary.java:315)

Alternatives considered

Describe alternative implementation you have considered

@jxu-nflx jxu-nflx merged commit 8be051f into main Mar 21, 2022
@jxu-nflx jxu-nflx deleted the bugfix/nullpointerexception branch March 21, 2022 20:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants