Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-499

reflection does not handle interfaces with overloaded method names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.2
    • 1.3.3
    • java
    • None

    Description

      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.

      Attachments

        1. AVRO-499.patch
          1 kB
          Doug Cutting

        Issue Links

          Activity

            People

              cutting Doug Cutting
              cutting Doug Cutting
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: