You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yi Pan (Data Infrastructure) (JIRA)" <ji...@apache.org> on 2015/10/01 21:55:28 UTC

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

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

Yi Pan (Data Infrastructure) updated SAMZA-769:
-----------------------------------------------
    Fix Version/s: 0.10.0

> 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
>             Fix For: 0.10.0
>
>         Attachments: SAMZA-769.0.patch, SAMZA-769.1.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)