RFR: JDK-8283087: Create a test or JDK-4715503 [v2]
Srinivas Mandalika
smandalika at openjdk.java.net
Wed Mar 16 08:21:28 UTC 2022
On Wed, 16 Mar 2022 06:00:10 GMT, Sergey Bylokhov <serb at 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
More information about the client-libs-dev
mailing list