On Wed, 16 Mar 2022 06:00:10 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

>> Srinivas Mandalika has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Review comments fixed: null check added for Bounding Rectangles Returned.
>
> test/jdk/javax/accessibility/4715503/AccessibleJTableCellBoundingRectangleTest.java
>  line 59:
> 
>> 57:                     System.out.println("Column " + i + " Bounds: "
>> 58:                         + 
>> jTable.getTableHeader().getAccessibleContext().getAccessibleChild(i)
>> 59:                         
>> .getAccessibleContext().getAccessibleComponent().getBounds());
> 
> Can we add quick validation of the returned value? I assume it at least 
> should not be null.

Fixed.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7807

Reply via email to