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 NPEs in *Api.base(null) #218

Closed
filip26 opened this issue Apr 7, 2022 · 1 comment · Fixed by #220
Closed

Fix NPEs in *Api.base(null) #218

filip26 opened this issue Apr 7, 2022 · 1 comment · Fixed by #220
Assignees
Labels
bug Something isn't working code Code style and stuff
Milestone

Comments

@filip26
Copy link
Owner

filip26 commented Apr 7, 2022

return base(UriUtils.create(baseUri));

@filip26 filip26 added bug Something isn't working code Code style and stuff labels Apr 7, 2022
@filip26 filip26 added this to the 1.3.0 milestone Apr 7, 2022
@filip26 filip26 self-assigned this Apr 7, 2022
@filip26 filip26 changed the title Fix NPE in FromRdfApi.base(null) Fix NPEs in *Api.base(null) Apr 7, 2022
@filip26
Copy link
Owner Author

filip26 commented Apr 7, 2022

also, com.apicatalog.jsonld.api.FramingApi.base(FramingApi.java:118)

@filip26 filip26 linked a pull request Apr 8, 2022 that will close this issue
filip26 added a commit that referenced this issue Apr 8, 2022
Fix issue #218 - base(string: null) throws NPE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code Code style and stuff
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant