You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sergey Krivenko (JIRA)" <ji...@apache.org> on 2006/12/21 14:03:23 UTC

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

     [ http://issues.apache.org/jira/browse/HARMONY-2599?page=all ]

Sergey Krivenko updated HARMONY-2599:
-------------------------------------

    Attachment: Harmony-2599-JInternalFrame.patch

The attached file is a patch that fixes the bug

> [classlib][swing] javax.swing.JInternalFrame.JDesktopIcon.getDesktopPane() throws NPE
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2599
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2599
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Dolgov
>            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: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira