Dean de Bree created STORM-991:
----------------------------------
Summary: General cleanup of the generics (storm.trident.spout
package)
Key: STORM-991
URL: https://issues.apache.org/jira/browse/STORM-991
Project: Apache Storm
Issue Type: Improvement
Reporter: Dean de Bree
Priority: Minor
There are currently a number of places in the codebase where generics are not
being used. Also, since the code use java 1.7, it is possible to use the
diamond operator to simplify some assignments.
To begin with, I have added generics to the classes within the
storm.trident.spout package. This generally removes some of the casts that were
in place, and simplifies the code slightly.
See https://github.com/apache/storm/pull/683
This issue focuses on the package described above, but could be expanded to
other places in the codebase.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)