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

MODINV-1069 Fix DataImportConsumerVerticleTest in mod-inventory and Fix NPE in HoldingsItemMatcher #757

Merged
merged 9 commits into from
Sep 3, 2024

Conversation

JavokhirAbdullayev
Copy link
Contributor

Purpose

fix NPE in HoldingsItemMatcher MODINV-1069

@@ -73,6 +72,12 @@ protected String addCqlSubMatchCondition(DataImportEventPayload eventPayload) {
return cqlSubMatch;
}

private static boolean checkIfValueIsNullOrEmpty(String value) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@JavokhirAbdullayev , could you use another name for this method like "isNullOrEmpty"?

Copy link

sonarqubecloud bot commented Sep 3, 2024

@JavokhirAbdullayev JavokhirAbdullayev merged commit 6a37749 into master Sep 3, 2024
6 checks passed
@JavokhirAbdullayev JavokhirAbdullayev deleted the MODINV-1069 branch September 3, 2024 11:42
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.

4 participants