You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/07/25 05:48:31 UTC

[jira] Resolved: (HARMONY-4528) Signature mismatches in jndi code

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

Paulex Yang resolved HARMONY-4528.
----------------------------------

    Resolution: Fixed

Regis, patch applied at r559308, thanks a lot. 

Andrew, please verify this patch is fixed as you expected, thanks.

> Signature mismatches in jndi code
> ---------------------------------
>
>                 Key: HARMONY-4528
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4528
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winx86 build 558789
>            Reporter: Andrew Cornwall
>            Assignee: Paulex Yang
>            Priority: Minor
>         Attachments: Harmony-4528.diff
>
>
> Some methods in JNDI code have different signatures than the Sun implementation. They are:
> javax.naming.NameParser:
> - public Name parse(String s) throws InvalidNameException, NamingException; - should just throw NamingException
> javax.naming.spi.DirectoryManager:
> - public static Object getObjectInstance(Object o, Name n, Context c, Hashtable<?, ?> h, Attributes a) throws NamingException, Exception - should just throw Exception

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