[ http://issues.apache.org/jira/browse/HARMONY-1339?page=all ]
Mark Hindess resolved HARMONY-1339.
-----------------------------------
Resolution: Fixed
Hmm... indeed. I discovered after adding my comment that awt stuff was already broken. Thanks
for the fix!
I've applied your patches in r446592. Please confirm they've been applied as expected.
> java.awt.Toolkit.getScreenInsets() always returns null
> ------------------------------------------------------
>
> Key: HARMONY-1339
> URL: http://issues.apache.org/jira/browse/HARMONY-1339
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Environment: Windows/x86
> Reporter: Dmitry A. Durnev
> Assigned To: Mark Hindess
> Priority: Minor
> Attachments: 1339-Toolkit.patch, 1339-Toolkit_tests.patch, awt_linux_exports.patch
>
>
> Run the following test:
> public class Test {
> public static void main(String[] args) {
> System.out.println(Toolkit.getDefaultToolkit().
> getScreenInsets(new Frame().getGraphicsConfiguration()));
> }
> }
> On Harmony null is printed, while RI returns java.awt.Insets instance.
> This issue breaks some applications.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|