You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2007/06/13 03:41:26 UTC

[jira] Closed: (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 ]

Sean Qiu closed HARMONY-3388.
-----------------------------


> [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
>            Assignee: 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.