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/01/15 12:26:28 UTC

[jira] Assigned: (HARMONY-2810) [classlib][awt] JUnit AWT-based TestRunner can't be started

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

Alexey Varlamov reassigned HARMONY-2810:
----------------------------------------

    Assignee: Alexey Varlamov

> [classlib][awt] JUnit AWT-based TestRunner can't be started
> -----------------------------------------------------------
>
>                 Key: HARMONY-2810
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2810
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, Classlib
>            Reporter: Alexey A. Ivanov
>         Assigned To: Alexey Varlamov
>         Attachments: List.patch
>
>
> Trying to launch AWT-based TestRunner of JUnit throws NPE:
> java.exe -cp junit.jar junit.awtui.TestRunner
> Exception in thread "main" java.lang.NullPointerException
>         at java.awt.List.getMaxCharSize(List.java:1413)
>         at java.awt.List.getMinimumSize(List.java:875)
>         at java.awt.List.getPreferredSize(List.java:890)
>         at java.awt.List.updatePrefWidth(List.java:1486)
>         at java.awt.List.addNotify(List.java:842)
>         at java.awt.Container.addNotify(Container.java:443)
>         at java.awt.Panel.addNotify(Panel.java:69)
>         at java.awt.Container.addNotify(Container.java:443)
>         at java.awt.Window.addNotify(Window.java:29)
>         at java.awt.Frame.addNotify(Frame.java:187)
>         at java.awt.Component.mapToDisplay(Component.java:1413)
>         at java.awt.Container.mapToDisplay(Container.java:1189)
>         at java.awt.Window.pack(Window.java:693)
>         at junit.awtui.TestRunner.createUI(TestRunner.java:287)
>         at junit.awtui.TestRunner.start(TestRunner.java:530)
>         at junit.awtui.TestRunner.main(TestRunner.java:382)
> Swing-based TestRunner works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira