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 2008/08/20 02:44:44 UTC

[jira] Updated: (THRIFT-114) Isset structure when not using javabeans generator is completely useless

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

Bryan Duxbury updated THRIFT-114:
---------------------------------

    Component/s: Compiler (Java)

> Isset structure when not using javabeans generator is completely useless
> ------------------------------------------------------------------------
>
>                 Key: THRIFT-114
>                 URL: https://issues.apache.org/jira/browse/THRIFT-114
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Priority: Minor
>
> If you're not using the javabeans generator, then interactions with __isset are completely unnecessary. The only time they are set is in the constructor, and they are only checked in the .equals method. It seems like code generated without javabeans should just omit this structure (and the attendant code) completely.

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