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
When I try to use the PhTree16HD implementation I get the following classcast exception:
Caused by: java.lang.ClassCastException: class [Ljava.lang.Object; cannot be cast to class [Lch.ethz.globis.phtree.v16hd.NodeIteratorListReuse$NodeIterator; ([Ljava.lang.Object; is in module java.base of loader 'bootstrap'; [Lch.ethz.globis.phtree.v16hd.NodeIteratorListReuse$NodeIterator; is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @4b243038)
at ch.ethz.globis.phtree.v16hd.NodeIteratorListReuse$PhIteratorStack.<init>(NodeIteratorListReuse.java:44)
at ch.ethz.globis.phtree.v16hd.NodeIteratorListReuse$PhIteratorStack.<init>(NodeIteratorListReuse.java:43)
at ch.ethz.globis.phtree.v16hd.NodeIteratorListReuse.<init>(NodeIteratorListReuse.java:213)
at ch.ethz.globis.phtree.v16hd.PhTree16HD.queryAll(PhTree16HD.java:524)
at ch.ethz.globis.phtree.v16hd.PhTree16HD.queryAll(PhTree16HD.java:489)
The commit "c4a5edef8fa140d556ef3e18045295385548880c" change the implementation from
When I try to use the PhTree16HD implementation I get the following classcast exception:
The commit "c4a5edef8fa140d556ef3e18045295385548880c" change the implementation from
To
I think this the cause of the classcastexception. Is this a mistake or could you explain the purpose of that change?
Regards
(Anyway thanks for this awesome library!)
The text was updated successfully, but these errors were encountered: