Jens Geyer created THRIFT-5528:
----------------------------------

             Summary: Incorrect HTML link for referenced typedefs
                 Key: THRIFT-5528
                 URL: https://issues.apache.org/jira/browse/THRIFT-5528
             Project: Thrift
          Issue Type: Bug
            Reporter: Jens Geyer
            Assignee: Jens Geyer


In the following code, when generated with {{thrift -gen html}} one will find 
that the link from {{Placeorder}} to {{FurtherRequirements}} is broken, because 
it points to a struct instead of a typedef.
{code:java}
enum Requirement {
  FreeCoffee = 0,
  TakeCreditCards = 1,
}

typedef list< Requirement>  FurtherRequirements

struct PlaceOrder
  3 : FurtherRequirements FurtherRequirements
}
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to