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

Michael Greene commented on CASSANDRA-338:
------------------------------------------

Row already implemented the functionality for Serializable, it just didn't 
declare itself as such.  It should, because ReadResponse is Serializable and 
contains a Row.  Our serializer implementation for ReadResponse just knows 
about Row's serializer, but findbugs was compelling me to make Java know about 
it as well.

> Fix low-hanging scoping and other issues picked up by findbugs
> --------------------------------------------------------------
>
>                 Key: CASSANDRA-338
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-338
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.4
>            Reporter: Michael Greene
>            Priority: Trivial
>             Fix For: 0.4
>
>         Attachments: cassandra-findbugs-1.diff
>
>
> Findbugs currently reports 266 bugs against trunk.  Many of these are 
> invalid, but many are genuine.  This issue will involve fixing the genuine 
> ones that are fixable in time for 0.4.

-- 
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