You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2009/06/25 22:42:07 UTC

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

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

Mark Hindess closed HARMONY-4528.
---------------------------------


Closing as the signatures look correct in the current code.


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