[
https://issues.apache.org/jira/browse/STORM-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Kellogg closed STORM-1123.
-------------------------------
Resolution: Fixed
Fix Version/s: 0.11.0
Merge request closed by harshach
> 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
> Fix For: 0.11.0
>
>
> 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)