You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/12/25 16:43:29 UTC

[jira] Resolved: (CASSANDRA-654) Type parameter hides surrounding type parameter in CacheTable.CacheableObject

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

Jonathan Ellis resolved CASSANDRA-654.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9
         Assignee: gabriele renzi

committed to trunk

> Type parameter hides surrounding type parameter in CacheTable<k,v>.CacheableObject<v>
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-654
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-654
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: gabriele renzi
>            Assignee: gabriele renzi
>            Priority: Trivial
>             Fix For: 0.9
>
>         Attachments: CASSANDRA-654.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> this seems just a misuses of generics. As a CachableObject is only supposed to be used inside a ggeneric-instantiated Cachetable the additiona type parameter is useless. Also, the patche renames a constant which uses the member-variable convention, and adds a couple @override  annotations to remove warnings. 

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