You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/02/20 00:36:44 UTC

[jira] [Resolved] (KAFKA-4774) Inner classes which don't need a reference to the outer class should be static

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

Ismael Juma resolved KAFKA-4774.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.3.0

Issue resolved by pull request 2558
[https://github.com/apache/kafka/pull/2558]

> Inner classes which don't need a reference to the outer class should be static
> ------------------------------------------------------------------------------
>
>                 Key: KAFKA-4774
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4774
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Colin P. McCabe
>            Assignee: Colin P. McCabe
>             Fix For: 0.10.3.0
>
>
> Inner classes which don't need a reference to the outer class should be static.  This takes up less space in memory, generates less load on the garbage collector, and eliminates a findbugs warning.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)