You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/10/07 09:45:31 UTC

[jira] Resolved: (HAMA-296) JobInProgress uses deprecated API

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

Edward J. Yoon resolved HAMA-296.
---------------------------------

    Resolution: Fixed
      Assignee: Edward J. Yoon

I've just committed this.

> JobInProgress uses deprecated API
> ---------------------------------
>
>                 Key: HAMA-296
>                 URL: https://issues.apache.org/jira/browse/HAMA-296
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Trivial
>             Fix For: 0.2.0
>
>         Attachments: HAMA-296.patch
>
>
> {code}
> compile:
>     [mkdir] Created dir: /home/edward/workspace/hama-trunk/build/src
>     [javac] Compiling 59 source files to /home/edward/workspace/hama-trunk/build/classes
>     [javac] Note: /home/edward/workspace/hama-trunk/src/java/org/apache/hama/bsp/JobInProgress.java uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
> {code}
> 74 line .. We have to use getLocal() method, instead of deprecated getNamed() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.