You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2007/03/14 10:16:09 UTC

[jira] Resolved: (HARMONY-3388) [classlib][luni] Refactor the default constuctor of NotSerializableException

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

Richard Liang resolved HARMONY-3388.
------------------------------------

    Resolution: Fixed

Hello Sean,

The patch has been applied at revision r518078 with minor modifications, thanks a lot for this enhancement.

Best regards,
Richard

> [classlib][luni] Refactor the default constuctor of NotSerializableException
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-3388
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3388
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Ubuntu
>            Reporter: Sean Qiu
>         Assigned To: Richard Liang
>            Priority: Minor
>         Attachments: Harmony-3388.diff
>
>
> The test for default constuctor of NotSerializableException is actually test the constructor of  NotSerializableException(String).
> Testcase after refactoring.
> public void test_Constructor() {
>         NotSerializableException nse = new NotSerializableException();
>         assertNull(nse.getMessage());
> }

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