You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Enrico Olivelli (JIRA)" <ji...@apache.org> on 2017/06/01 09:43:04 UTC

[jira] [Resolved] (BOOKKEEPER-1084) Make variables finale if necessary

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

Enrico Olivelli resolved BOOKKEEPER-1084.
-----------------------------------------
    Resolution: Fixed

Issue resolved by merging pull request 172
            [https://github.com/apache/bookkeeper/pull/172]

            {noformat}
            commit 77a01dc7e6431092f82a7efb02789beb165b75e2
Author:     Sijie Guo <si...@twitter.com>
AuthorDate: Thu Jun 1 11:42:04 2017 +0200
Commit:     Enrico Olivelli <eo...@apache.org>
CommitDate: Thu Jun 1 11:42:04 2017 +0200

    BOOKKEEPER-1084: Make variables finale if necessary
    
    not all logger in bookkeeper & hedwig are static. some class like PendnigReadOp and LedgerEntry would have lots of objects, it might be bad. so this task is to make logger as a static variable if it didn't.
    
    with benefit, cleaning up the imports when touching that file.
    
    RB_ID=141138
    
    Author: Sijie Guo <si...@twitter.com>
    
    Reviewers: Jia Zhai, Enrico Olivelli
    
    Closes #172 from sijie/make_finale

            {noformat}
            

> Make variables finale if necessary
> ----------------------------------
>
>                 Key: BOOKKEEPER-1084
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1084
>             Project: Bookkeeper
>          Issue Type: Improvement
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.5.0
>
>
> Merge commit 
> {code}
> commit daffc8460670cd15994bb8650add3be5a9dc2eef
> Author: Sijie Guo <si...@twitter.com>
> Date:   Thu Apr 18 17:54:55 2013 -0700
>     make logger as a static variable
>     not all logger in bookkeeper & hedwig are static. some class like PendnigReadOp and LedgerEntry would have lots of objects, it might be bad. so this task is to make logger as a static variable if it didn't.
>     with benefit, cleaning up the imports when touching that file.
>     RB_ID=141138
> {code}



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