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

DatasetService::getLastUploadForDataset throws NPE if there were no uploads yet #1085

Open
leostep opened this issue Sep 23, 2021 · 0 comments

Comments

@leostep
Copy link

leostep commented Sep 23, 2021

As said in the name, DatasetService::getLastUploadForDataset throws NullPointerException in case no loads were performed yet.
The code tries to check if lastUploadUri is not empty

isEmpty(dataSet.getLastUploadUri())

but getLastUploadUri method actually returns lastUpload.uri of Dataset class. So when there were no uploads at all, lastUpload field is null and lastUpload.uri throws NPE

@leostep leostep changed the title DatasetSEr DatasetService::getLastUploadForDataset throws NPE if there were no uploads yet Sep 23, 2021
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

No branches or pull requests

1 participant