[
https://issues.apache.org/jira/browse/STORM-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695990#comment-14695990
]
ASF GitHub Bot commented on STORM-991:
--------------------------------------
Github user ddebree commented on the pull request:
https://github.com/apache/storm/pull/683#issuecomment-130852227
Issue raised on Jira: https://issues.apache.org/jira/browse/STORM-991
> 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)