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

[jira] [Resolved] (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:all-tabpanel ]

Jungtaek Lim resolved STORM-991.
--------------------------------
       Resolution: Fixed
         Assignee: Dean de Bree
    Fix Version/s: 0.11.0

Thanks [~ddebree]
I merged into master.

> 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
>            Assignee: Dean de Bree
>            Priority: Minor
>             Fix For: 0.11.0
>
>
> 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)