[10] RFR JDK-8191803 : [TEST_BUG] : sanity/client/SwingSet/src/ProgressBarDemoTest.java failed with "Wait "greater then 1349" state to be reached

2017-12-03 Thread Muneer Kolarkunnu
Hi, Please review the fix for JDK-8191803. Bug: https://bugs.openjdk.java.net/browse/JDK-8191803 Webrev: http://cr.openjdk.java.net/~akolarkunnu/8191803/webrev/webrev.00/ Issue: In usual ways itself, it is taking 30-40 seconds to complete the progress bar. So in slow machines it may

Re: [10] RFR JDK-8191639:NPE from BasicListUI.Actions.getNextPageIndex

2017-12-03 Thread Prasanta Sadhukhan
HI Semyon, I guess app can also override getCellBounds and return null (maybe mistakenly) so we need to check for return null. Regards Prasanta On 11/29/2017 10:39 PM, Semyon Sadetsky wrote: Hi Prasanta, I suggest to call list.getCellBounds() only if index != -1 since the result will be