GWT - 范围错误:在 spliceArray 超出最大调用堆栈大小 [英] GWT - Range error: Maximum call stack size exceeded at spliceArray

查看:50
本文介绍了GWT - 范围错误:在 spliceArray 超出最大调用堆栈大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试使用 addAll 方法将具有大量元素的对象添加到另一个 arrayList 时,出现以下异常:

When I try to add an object that has a very large number of elements to another arrayList using the addAll method, I get the following exception :

Range error: Maximum call stack size exceeded at spliceArray

推荐答案

这是 GWT-2.5.1 中的已知问题.

This is a known issue in GWT-2.5.1.

不使用 addAll 方法,而是使用 add 方法在目标 arrayList 中单独插入对象.

Instead of using addAll method, use the add method to insert objects individually in the target arrayList.

http://code.google.com/p/google-web-toolkit/issues/detail?id=8243

这篇关于GWT - 范围错误:在 spliceArray 超出最大调用堆栈大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆