[
https://issues.apache.org/jira/browse/HBASE-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540877#comment-13540877
]
Hudson commented on HBASE-7457:
-------------------------------
Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #318 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/318/])
HBASE-7457 Fix javadoc warnings in hadoopqa tool, it complains about unsafe
accesses (Revision 1426728)
Result = FAILURE
stack :
Files :
* /hbase/trunk/dev-support/test-patch.properties
> 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