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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13540838#comment-13540838 ] 

Hadoop QA commented on HBASE-7457:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12562660/7457.txt
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 20 new or modified tests.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3752//console

This message is automatically generated.
                
> 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
>            Assignee: 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