You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2009/01/29 22:03:59 UTC

[jira] Created: (THRIFT-290) Metadata map doesn't properly reference external thrift file's types

Metadata map doesn't properly reference external thrift file's types
--------------------------------------------------------------------

                 Key: THRIFT-290
                 URL: https://issues.apache.org/jira/browse/THRIFT-290
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (Java)
            Reporter: Bryan Duxbury
            Assignee: Bryan Duxbury


THRIFT-253 introduced a metadata map, part of which contains class references for those types. However, it does not refer to types in external thrift files by their fully-qualified namespace and does not import the class, so the generated code doesn't build.

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


[jira] Resolved: (THRIFT-290) Metadata map doesn't properly reference external thrift file's types

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury resolved THRIFT-290.
----------------------------------

    Resolution: Fixed

Committed.

> Metadata map doesn't properly reference external thrift file's types
> --------------------------------------------------------------------
>
>                 Key: THRIFT-290
>                 URL: https://issues.apache.org/jira/browse/THRIFT-290
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>         Attachments: thrift-290.patch
>
>
> THRIFT-253 introduced a metadata map, part of which contains class references for those types. However, it does not refer to types in external thrift files by their fully-qualified namespace and does not import the class, so the generated code doesn't build.

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


[jira] Updated: (THRIFT-290) Metadata map doesn't properly reference external thrift file's types

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-290:
---------------------------------

    Attachment: thrift-290.patch

This patch fixes the problem in my ad-hoc test.

> Metadata map doesn't properly reference external thrift file's types
> --------------------------------------------------------------------
>
>                 Key: THRIFT-290
>                 URL: https://issues.apache.org/jira/browse/THRIFT-290
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>         Attachments: thrift-290.patch
>
>
> THRIFT-253 introduced a metadata map, part of which contains class references for those types. However, it does not refer to types in external thrift files by their fully-qualified namespace and does not import the class, so the generated code doesn't build.

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