提交 16fd7d73 编写于 作者: J jjg

7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry

Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com
上级 ebb21092
......@@ -528,7 +528,7 @@ public class Scope {
}
public Entry next() {
Entry e = super.shadowed;
while (isBogus())
while (e.isBogus())
e = e.shadowed;
return e;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册