You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2015/03/30 10:21:53 UTC

[jira] [Commented] (CASSANDRA-8809) Remove 'throws CassandraException'

    [ https://issues.apache.org/jira/browse/CASSANDRA-8809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386374#comment-14386374 ] 

Robert Stupp commented on CASSANDRA-8809:
-----------------------------------------

Would also like to cleanup {{TransportException}} which is an interface the following way:
# let {{ServerError}} extend {{CassandraException}}
# let {{ProtocolException}} extend {{CassandraException}}
# replace usages of {{TransportException}} to {{CassandraException}}


> Remove 'throws CassandraException'
> ----------------------------------
>
>                 Key: CASSANDRA-8809
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8809
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>             Fix For: 3.0
>
>
> Follow-up to CASSANDRA-8528.
> Once CASSANDRA-8099 has landed and we're close to 3.0 release, we can remove code occurences of {{throws CassandraException}} and inherited and document them using {{@throws}} where neccessary.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)