You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2013/09/02 00:47:51 UTC

[jira] [Created] (THRIFT-2157) generated code would cause ClassCastException

Dave Brosius created THRIFT-2157:
------------------------------------

             Summary: generated code would cause ClassCastException
                 Key: THRIFT-2157
                 URL: https://issues.apache.org/jira/browse/THRIFT-2157
             Project: Thrift
          Issue Type: Question
          Components: Java - Compiler
    Affects Versions: 0.9.1
            Reporter: Dave Brosius
            Priority: Trivial


Looking at the thrift generated code for cassandra, i'm seeing

 msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage());

as seen here

https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob;f=interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java;h=837acfc0e964249fd62720420e8f1f85d966f1a3;hb=8f202895ab9e17c3d6bd4965924fd5f1ffc27f94#l6095

i don't see how TApplicationException can be cast to TBase, and so i'd expect a ClassCastException there.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira