You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/22 20:44:27 UTC

[jira] [Created] (STORM-1123) TupleImpl - Unnecessary variable initialization

Rick Kellogg created STORM-1123:
-----------------------------------

             Summary: TupleImpl - Unnecessary variable initialization
                 Key: STORM-1123
                 URL: https://issues.apache.org/jira/browse/STORM-1123
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-core
    Affects Versions: 0.10.0, 0.9.5
            Reporter: Rick Kellogg
            Priority: Trivial


Within the backtype.storm.tuple.TupleImpl class, the following variables are set to null in the constructor or variable definition.  This is not necessary as they are null by default per the Java language specification.

_processSampleStartTime 
_executeSampleStartTime 
_meta 

Simple optimization.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)