Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-1111

The HTML generator does not distinguish between string and binary types

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.7
    • Compiler (General)
    • None

    Description

      Given the following service method defined in thrift IDL,

      list<string> my_method(
      1: string arg1,
      3: map<binary, map<binary, binary>> arg2,
      )

      I would expect the html doc generated to reflect that arg is a string argument while elements in arg2 are of "binary" type.
      Currently HTML generator prints "string" type for both cases, misleading the API users.

      Attachments

        1. THRIFT-1111.patch
          0.6 kB
          Adrian Muraru

        Activity

          People

            amuraru Adrian Muraru
            amuraru Adrian Muraru
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: