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)