You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yan Fang (JIRA)" <ji...@apache.org> on 2015/09/16 08:54:46 UTC

[jira] [Commented] (SAMZA-769) Replace deprecated method call and fix warnings

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

Yan Fang commented on SAMZA-769:
--------------------------------

Thank you [~a.bircakovic]. Only one nit in the RB. This patch really makes the compiling a lot cleaner!

> Replace deprecated method call and fix warnings
> -----------------------------------------------
>
>                 Key: SAMZA-769
>                 URL: https://issues.apache.org/jira/browse/SAMZA-769
>             Project: Samza
>          Issue Type: Improvement
>            Reporter: Aleksandar Bircakovic
>            Assignee: Aleksandar Bircakovic
>            Priority: Trivial
>         Attachments: SAMZA-769.0.patch
>
>
> When running ./gradlew clean build there are some warnings for using deprecated API and missing description for function parameters.
> Example:
> {code}
> YarnUtil.java uses or overrides a deprecated API
> /home/aleksandar/samza_develop/samza/samza-api/src/main/java/org/apache/samza/system/SystemAdmin.java:87: warning: no description for @param
>    * @param offset1
>      ^
> Note: /home/aleksandar/samza_develop/samza/samza-core/src/test/java/org/apache/samza/coordinator/stream/TestCoordinatorStreamWriter.java uses unchecked or unsafe operations.
> {code}
> It would be good to fix it.



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