You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/10/12 13:35:52 UTC

[jira] Closed: (HARMONY-3663) [classlib][awt] uncaught NPE in HUT logs

     [ https://issues.apache.org/jira/browse/HARMONY-3663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-3663.
------------------------------------

    Resolution: Fixed

No more reproducible, closed.

> [classlib][awt] uncaught NPE in HUT logs
> ----------------------------------------
>
>                 Key: HARMONY-3663
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3663
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux@ia32
>            Reporter: Alexey Varlamov
>            Priority: Minor
>
> There is a stack trace always printed while running unit tests for AWT - it is unclear if it is expected behaviour on some test or a bug, I suspect the latter. If it is expected, please consider using Thread.setUncaughtExceptionHandler() API or such to supress the output (and maybe to make the check more robust!).
>     [junit] Exception in thread "AWT-NativeEventThread" java.lang.NullPointerException
>     [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEvent.deriveNewWindowState(LinuxEvent.java:485)    [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEvent.processWindowStateEvent(LinuxEvent.java:476)
>     [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEvent.processPropertyEvent(LinuxEvent.java:425)    [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEvent.setEvent(LinuxEvent.java:156)
>     [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEvent.<init>(LinuxEvent.java:80)
>     [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEventQueue.enqueue(LinuxEventQueue.java:94)
>     [junit]     at org.apache.harmony.awt.wtk.linux.LinuxEventQueue.dispatchEvent(LinuxEventQueue.java:86)
>     [junit]     at org.apache.harmony.awt.wtk.NativeEventThread.runModalLoop(NativeEventThread.java:59)
>     [junit]     at org.apache.harmony.awt.wtk.NativeEventThread.run(NativeEventThread.java:54)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.