You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/02 00:20:45 UTC

[jira] [Commented] (STORM-991) General cleanup of the generics (storm.trident.spout package)

    [ https://issues.apache.org/jira/browse/STORM-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726311#comment-14726311 ] 

ASF GitHub Bot commented on STORM-991:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/683


> 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)