提交 c37a446a 编写于 作者: M mcherkas

8175915: NullPointerException from JComboBox and JList when Accessibility enabled

Reviewed-by: serb, prr
上级 9230cbbd
......@@ -807,7 +807,7 @@ final public class AccessBridge extends AccessBridgeLoader {
}
if (false == bExtendedSearch) {
debugString ("bk -- getVirtualAccessibleNameFromContext will not use the extended name search algorithm. role = " + role.toDisplayString (Locale.US) );
debugString ("bk -- getVirtualAccessibleNameFromContext will not use the extended name search algorithm. role = " + ( role != null ? role.toDisplayString(Locale.US) : "null") );
/*
Step 3:
=======
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册