<Swing Dev> Review request for 8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
Muneer Kolarkunnu
abdul.kolarkunnu at oracle.com
Wed Apr 13 12:40:27 UTC 2016
Hi All,
Please review the fix for test bug 8025430,
Webrev: http://cr.openjdk.java.net/~ntv/muneer/8025430/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8025430
Issue:
It is a test bug, API checkSystemClipboardAccess() is deprecated.
Deprecated message from java doc for your reference : "The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission."
Fix:
API checkPermission(java.security.Permission) is used instead of checkSystemClipboardAccess()
Regards,
Muneer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20160413/d9294a5e/attachment.html>
More information about the swing-dev
mailing list