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:26:12 UTC

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

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

stack updated HBASE-7457:
-------------------------

    Attachment: 7457.txt

Here is what I committed... allowing the two unsafe access warnings.
                
> 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
>         Attachments: 7457.txt
>
>
> 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