Re: [9] Review Request: 8076249: NPE in AccessBridge while editing JList model

2017-04-13 Thread Mikhail Cherkasov
Hi Sergey, Right, a test case can be written without use of JAWS or other screen readers. Please find a new webrev with the test there: http://cr.openjdk.java.net/~mcherkas/8076249/9/webrev.01/ Thanks, Mikhail. On 4/12/2017 9:19 PM, Sergey Bylokhov wrote: Hi, Mikhail. Is it possible to write

Re: [9] Review Request: 8076249: NPE in AccessBridge while editing JList model

2017-04-13 Thread Phil Race
Minor nit, a wildcard import in the test :- 31 import javax.swing.*; -phil On 04/13/2017 06:16 AM, Mikhail Cherkasov wrote: Hi Sergey, Right, a test case can be written without use of JAWS or other screen readers. Please find a new webrev with the test there: http://cr.openjdk.java.net/

Re: [9] Review Request: 8076249: NPE in AccessBridge while editing JList model

2017-04-13 Thread Mikhail Cherkasov
On 4/13/2017 6:31 PM, Phil Race wrote: 31 import javax.swing.*; Fixed: http://cr.openjdk.java.net/~mcherkas/8076249/9/webrev.02/test/javax/accessibility/JList/AccessibleJListChildNPETest.java.html