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 2011/07/13 23:25:59 UTC

[jira] [Resolved] (CASSANDRA-2125) Convert to using properly nested inner-classes.

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

Jonathan Ellis resolved CASSANDRA-2125.
---------------------------------------

       Resolution: Later
    Fix Version/s:     (was: 0.8.2)

> Convert to using properly nested inner-classes.
> -----------------------------------------------
>
>                 Key: CASSANDRA-2125
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2125
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gary Dusbabek
>            Priority: Trivial
>              Labels: nit
>
> We do:
> class Foo{}
> class InnerFoo{}
> in Foo.java where we should be doing:
> class Foo{
>     private /*possibly static*/ class InnerFoo{}
> }
> The semantics of the former are not well-defined per the JLS and will get messy if we ever want a class called InnerFoo.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira