In java:beans, possible to get an unset primitive type
------------------------------------------------------

                 Key: THRIFT-101
                 URL: https://issues.apache.org/jira/browse/THRIFT-101
             Project: Thrift
          Issue Type: Improvement
          Components: Compiler (Java)
            Reporter: Bryan Duxbury
            Priority: Minor


In code generated by the java:beans generator, if you have a primitive type, 
say an int, that was unset on the wire, it would be possible to get a "null" 
value. Perhaps in the case of primitive types, the getter should check isset, 
and if it's false, throw an exception or notify the user somehow. 

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

Reply via email to