Re: RFR: 8171074 : Test api/javax_swing/UIManager/index.html\#Methods is failing

2016-12-13 Thread Semyon Sadetsky
+1 --Semyon On 13.12.2016 15:43, Alexandr Scherbatiy wrote: The fix looks good to me. Thanks, Alexandr. On 12/13/2016 12:42 AM, Phil Race wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8171074 Webrev: http://cr.openjdk.java.net/~prr/8171074/ Other than the @SuppressWarnings, UIManage

Re: RFR: 8171074 : Test api/javax_swing/UIManager/index.html\#Methods is failing

2016-12-13 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 12/13/2016 12:42 AM, Phil Race wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8171074 Webrev: http://cr.openjdk.java.net/~prr/8171074/ Other than the @SuppressWarnings, UIManager.setLookAndFeel(String className) is now reverted to how it was

RFR: 8171074 : Test api/javax_swing/UIManager/index.html\#Methods is failing

2016-12-12 Thread Phil Race
Bug: https://bugs.openjdk.java.net/browse/JDK-8171074 Webrev: http://cr.openjdk.java.net/~prr/8171074/ Other than the @SuppressWarnings, UIManager.setLookAndFeel(String className) is now reverted to how it was before 8155874 -phil.