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

fix for the null pointer in isHarvested() method. (#7849) #7868

Merged
merged 2 commits into from
May 13, 2021

Conversation

landreev
Copy link
Contributor

@landreev landreev commented May 12, 2021

What this PR does / why we need it:

See the issue description, but largely self-explanatory.

Which issue(s) this PR closes:

Closes #7849

Special notes for your reviewer:

Suggestions on how to test this:

Without this fix, trying to index a harvested dataset that has a file with a NULL in the storageidentifier filed, dvobject table, results in a failure to index and a stack trace in the log file. (Can provide queries for creating a test case in a db, if needed).

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

@kcondon kcondon self-assigned this May 13, 2021
@kcondon kcondon merged commit 80251f9 into develop May 13, 2021
@kcondon kcondon deleted the 7849-null-check-fix branch May 13, 2021 18:50
@djbrooke djbrooke added this to the 5.5 milestone May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null check/legacy code in DataFile.java
5 participants