-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
QuadTree.remove NullPointerException #308
Comments
This occurs when I try and remove items before I've ever inserted into the QuadTree. |
I believe I have a fix for this, I'll open a PR shortly. |
barbeau
added a commit
to barbeau/android-maps-utils
that referenced
this issue
Sep 10, 2016
@philipbjorge Thanks for the hint! I opened a PR that should hopefully fix this at #314. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
NPE when items being removed from cluster.
Steps to reproduce:
Random, cannot quantify.
Expected behavior:
Remove item from cluster.
Observed behavior:
Crashes
Device and Android version:
Various phones and API levels between 18-24
Issue:
Not sure why this is happenng, and can't reproduce it, I'm just tracking crash reports from users. Even if mQuadTree is wrapped with
!null
, still tends to crash.The text was updated successfully, but these errors were encountered: