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/02/09 22:35:59 UTC

[jira] Updated: (THRIFT-116) Isset fields for non-primitive types unnecessary

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

Bryan Duxbury updated THRIFT-116:
---------------------------------

    Issue Type: Sub-task  (was: Improvement)
        Parent: THRIFT-115

> Isset fields for non-primitive types unnecessary
> ------------------------------------------------
>
>                 Key: THRIFT-116
>                 URL: https://issues.apache.org/jira/browse/THRIFT-116
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Priority: Minor
>
> For fields that aren't primitives, the Isset structure doesn't need to contain flags for those fields. This is because it is easy to detect whether it was set or not just by checking whether the field's value is null. 

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