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
Priority: Trivial
Fix For: 0.2.0
{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.