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

NPE on GraphHandler.java when o isn't specified as part of the query parameters #2280

Closed
theultimatequestion opened this issue Jul 5, 2023 · 0 comments · Fixed by #2281
Closed

Comments

@theultimatequestion
Copy link
Contributor

for (int i = 0; i < options.size(); i++) {

When o isn't part of the query params, options.size() causes a NPE.

theultimatequestion added a commit to theultimatequestion/opentsdb that referenced this issue Jul 5, 2023
manolama pushed a commit that referenced this issue Jul 10, 2023
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 a pull request may close this issue.

1 participant