You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that initial capacity of ArrayList is set to smaller than that actually needed, and in some cases, it isn't set at all.
Additionally, while LineString and MultiPoint use assertions for validating parameters, but Polygon doesn't.
I created this issue for fix it.
I can see this code was copied from Spring Data MongoDB, and still remains unchanged.
I'll trying to fix that too after resolve this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
I found that initial capacity of ArrayList is set to smaller than that actually needed, and in some cases, it isn't set at all.
Additionally, while LineString and MultiPoint use assertions for validating parameters, but Polygon doesn't.
I created this issue for fix it.
I can see this code was copied from Spring Data MongoDB, and still remains unchanged.
I'll trying to fix that too after resolve this issue.
Thank you.
The text was updated successfully, but these errors were encountered: