You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Geir Magnusson Jr (JIRA)" <ji...@apache.org> on 2006/10/04 21:10:24 UTC

[jira] Assigned: (HARMONY-1651) [drlvm][kernel] Some issues in j.l.Package implementation

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

Geir Magnusson Jr reassigned HARMONY-1651:
------------------------------------------

    Assignee: Geir Magnusson Jr

> [drlvm][kernel] Some issues in j.l.Package implementation
> ---------------------------------------------------------
>
>                 Key: HARMONY-1651
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1651
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>         Attachments: H1651.jlP_impl.patch, Test1.java, Test2.java, Test3.java
>
>
> Some defects in Package impl: 
> - Package.isCompatibleWith("") throws NPE instead of NumberFormatException (Teast1). 
>   Throwing the NumberFormatException as demanded resolves the issue. 
> - java.lang.Package.isSealed((java.net.URL)null) should throw NPE (Teast2). 
>   Throwing the NulPointerException as demanded resolves the issue. 
> - pakage info inaccessibility (DRLVM does not provide access to information describing a package.)   
>   (Teast3). 
>   Changing the dot-separated Manifest entry name form to slash-separated one resolves the issue.
> I'm going to attach the corresponding patch to fix the issues and the corresponding tests.

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