You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2012/12/29 10:24:12 UTC

[jira] [Created] (HBASE-7457) Fix javadoc warnings in hadoopqa tool, it complains about unsafe accesses

stack created HBASE-7457:
----------------------------

             Summary: Fix javadoc warnings in hadoopqa tool, it complains about unsafe accesses
                 Key: HBASE-7457
                 URL: https://issues.apache.org/jira/browse/HBASE-7457
             Project: HBase
          Issue Type: Bug
            Reporter: stack


I see this in  hadoopqa output and it seems to be causing the two warnings we currently see in hadoopqa reports:

{code}
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:43: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[WARNING] import sun.misc.Unsafe;
[WARNING] ^
[WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1032: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[WARNING] static final Unsafe theUnsafe;
[WARNING] ^
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira