提交 ad3bbfba 编写于 作者: L lancea

7166598: FilteredRowSetImpl can result in Invalid Cursor Position

Reviewed-by: lancea
Contributed-by: NKnut Anders Hatlen <knut.hatlen@oracle.com>
上级 8987e093
......@@ -128,7 +128,7 @@ public class FilteredRowSetImpl extends WebRowSetImpl implements Serializable, C
for(int rows=this.getRow(); rows<=this.size();rows++) {
bool = super.internalNext();
if( p == null) {
if( !bool || p == null) {
return bool;
}
if(p.evaluate(this)){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册