You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2007/01/13 18:42:27 UTC

[jira] Resolved: (HARMONY-2599) [classlib][swing] javax.swing.JInternalFrame.JDesktopIcon.getDesktopPane() throws NPE

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

Mark Hindess resolved HARMONY-2599.
-----------------------------------

    Resolution: Fixed
      Assignee: Mark Hindess

Applied patches in r495934.  I modified the test slightly to let junit handle the exceptions.  Please confirm they have been applied as expected.

> [classlib][swing] javax.swing.JInternalFrame.JDesktopIcon.getDesktopPane() throws NPE
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2599
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2599
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Dolgov
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: Harmony-2599-JInternalFrame.patch, Harmony-2599-JInternalFrameTest.patch
>
>
> Test case:
> --------------
> import javax.swing.JInternalFrame;
> import junit.framework.TestCase;
> public class TheTest extends TestCase {
>     public static void main(String args[]) {
>         junit.textui.TestRunner.run(TheTest.class);
>     }
>     public void testcase1() {
>         JInternalFrame jf = new JInternalFrame();
>         JInternalFrame.JDesktopIcon fc = new JInternalFrame.JDesktopIcon(jf);
>         fc.setInternalFrame(null);
>         assertNull(fc.getDesktopPane());
>     }
> }

-- 
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