Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9563EEB8 for ; Thu, 17 Jan 2013 22:10:14 +0000 (UTC) Received: (qmail 23699 invoked by uid 500); 17 Jan 2013 22:10:14 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 23620 invoked by uid 500); 17 Jan 2013 22:10:14 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 23535 invoked by uid 99); 17 Jan 2013 22:10:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 22:10:14 +0000 Date: Thu, 17 Jan 2013 22:10:14 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-973) Check compiler warnings for any potential bugs / remove trivial warnings. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556647#comment-13556647 ] Hudson commented on ACCUMULO-973: --------------------------------- Integrated in Accumulo-Trunk #645 (See [https://builds.apache.org/job/Accumulo-Trunk/645/]) ACCUMULO-973 Remove trivial warnings about imports, and added missing hashCode() implementations for objects that override equals(), to be nice to users. ACCUMULO-971 Fix some malformed javadoc return tags, and errors linking to hidden (protected) methods (I don't know why javadoc cares about these). (Revision 1434928) Result = SUCCESS ctubbsii : Files : * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/BatchWriterConfig.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/OfflineScanner.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/ColumnUpdate.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/iterators/user/IntersectingIterator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/iterators/user/KeyTransformingIterator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/InterpreterCommand.java * /accumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/ReadWriteExample.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/TStore.java * /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/logger/LogReader.java * /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/security/SecurityUtil.java * /accumulo/trunk/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java * /accumulo/trunk/start/src/main/java/org/apache/accumulo/start/classloader/vfs/ContextManager.java * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/MiniAccumuloCluster.java * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/MiniAccumuloConfig.java > Check compiler warnings for any potential bugs / remove trivial warnings. > ------------------------------------------------------------------------- > > Key: ACCUMULO-973 > URL: https://issues.apache.org/jira/browse/ACCUMULO-973 > Project: Accumulo > Issue Type: Sub-task > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Priority: Minor > Fix For: 1.5.0 > > > Quality control task: > This task is just to be nice to developers, to reduce the amount of noise from their IDE. -- 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