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

Failure to retrieve a base page causes an NPE in TrackedResourceClient#updateBases #89

Closed
berezovskyi opened this issue Mar 27, 2021 · 0 comments · Fixed by #102
Closed
Labels
Milestone

Comments

@berezovskyi
Copy link
Member

Relevant code:

Base currentBase = fetchRemoteBase(firstBasePageUri);
Page nextPage = currentBase.getNextPage();

fetchRemoteBase should throw an exception or return an Either/Optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant