You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/05/11 23:19:41 UTC

[jira] Updated: (AVRO-499) reflection does not handle interfaces with overloaded method names

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

Doug Cutting updated AVRO-499:
------------------------------

    Attachment: AVRO-499.patch

Here's an initial patch.  Still needs tests.

> reflection does not handle interfaces with overloaded method names
> ------------------------------------------------------------------
>
>                 Key: AVRO-499
>                 URL: https://issues.apache.org/jira/browse/AVRO-499
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.3.2
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>         Attachments: AVRO-499.patch
>
>
> Avro protocols only permit a single message with a given name, while Java interfaces may overload a single method name with several signatures.  The reflect implementation currently does not address this.  Reflection of an interface with overloaded method names randomly selects one of these and ignores the others.

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