﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20587	[PATCH] QuadBuckets `toArray` can infinitely recurse	taylor.smock	Don-vip	"This behavior is somewhat dependent upon the JVM implementation of `ArrayList<>(Collection<T> collection)`.

However, if the constructor uses `toArray` to get the initial array for the ArrayList, we have something that looks like this:
`toArray -> toList -> toArray -> toList -> toArray -> ...`"	defect	closed	normal	21.02	Core		fixed		
