[ 
https://issues.apache.org/jira/browse/GIRAPH-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Avery Ching closed GIRAPH-176.
------------------------------


Looks good Devaraj.  Hudson says so. =)  
                
> BasicRPCCommunications has unnecessary cast of Vertex
> -----------------------------------------------------
>
>                 Key: GIRAPH-176
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-176
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>            Assignee: Devaraj K
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-176.patch
>
>
> BasicRPCCommunications.java, 1224:
> {code}      BasicVertex<I, V, E, M> vertex =
>           vertexResolver.resolve(vertexIndex,
>               originalVertex,
>               vertexMutations,
>               messages);{code}
> and then a few lines later at 1248:
> {code}        partition.putVertex((BasicVertex<I, V, E, M>) vertex);{code}
> vertex gets cast to its own type. This cast can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to