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

JongYoon Lim updated HAMA-967:
------------------------------
           Labels: cleanup  (was: )
    Fix Version/s: 0.7.1
           Status: Patch Available  (was: Open)

Removed the useless condition check and cleaned the code up.

> Remove a meaningless checking condition.
> ----------------------------------------
>
>                 Key: HAMA-967
>                 URL: https://issues.apache.org/jira/browse/HAMA-967
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp core
>    Affects Versions: 0.7.0
>            Reporter: JongYoon Lim
>            Priority: Trivial
>              Labels: cleanup
>             Fix For: 0.7.1
>
>         Attachments: HAMA-967.patch
>
>
> *split()* of *String* in *RPC* and *AsyncRPC* returns the array of strings. 
> So checking *null* condition is meaningless. 
> {code:java}
> String[] names = className.split("\\.", -1);
> if (names == null || names.length == 0) {
>   return className;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to