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

Hudson commented on GIRAPH-176:
-------------------------------

Integrated in Giraph-trunk-Commit #104 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/104/])
    GIRAPH-176. BasicRPCCommunications has unnecessary cast of Vertex. 
Contributed by Devaraj K. (Revision 1327348)

     Result = SUCCESS
jghoman : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327348
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/BasicRPCCommunications.java

                
> 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