Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 120B5EDCC for ; Thu, 28 Feb 2013 03:22:56 +0000 (UTC) Received: (qmail 27737 invoked by uid 500); 28 Feb 2013 03:22:55 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 27629 invoked by uid 500); 28 Feb 2013 03:22:54 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 27597 invoked by uid 99); 28 Feb 2013 03:22:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 03:22:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ramkrishna.s.vasudevan@gmail.com designates 209.85.128.42 as permitted sender) Received: from [209.85.128.42] (HELO mail-qe0-f42.google.com) (209.85.128.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 03:22:45 +0000 Received: by mail-qe0-f42.google.com with SMTP id f6so1099789qej.1 for ; Wed, 27 Feb 2013 19:22:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=oIQoylQTZAwZ6N+sUyUBjBvEbRhykseADN2VS3uEXEI=; b=z6+E508tXdimtm6iaTei+SRr9raLVf/xzTQjNU/TJuAqWN8SnC0A84s3DJIFw12v3K vSJxacxpYjsU6rovVPT+TqDfpK7kh3hVMqHEume5SymOrfDJN0e3+HimUt7Y+s6KWyfY zvMB3Xg31+++veRo7ZJxrL24GWh5sJrdQ09WE9Odeo4c4Wj8gTBQuU632mye2hjdYyvy 92/d6s1vMabXCk0VsbrVnuRxmUOwnSMH52wPjNfpM2Sc6A1JhAuRcYhsmhD1k3bhX4TI mT6QDD9bjNfNnFGlTrxnUpD/RFpu0gdFPf0NsShEBhNxLF15H+8AjjyuiWhxdwAUEHJW Nrcg== MIME-Version: 1.0 X-Received: by 10.229.193.65 with SMTP id dt1mr1614770qcb.17.1362021744604; Wed, 27 Feb 2013 19:22:24 -0800 (PST) Received: by 10.49.71.114 with HTTP; Wed, 27 Feb 2013 19:22:24 -0800 (PST) In-Reply-To: References: Date: Thu, 28 Feb 2013 08:52:24 +0530 Message-ID: Subject: Re: finding javadoc warnings for particular QA run From: ramkrishna vasudevan To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=001636ef084243820a04d6c06613 X-Virus-Checked: Checked by ClamAV on apache.org --001636ef084243820a04d6c06613 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the useful info Ted. Regards Ram On Thu, Feb 28, 2013 at 8:33 AM, Ted Yu wrote: > Hi, > My comment on HBASE-7952 may be helpful to HBase contributors who want to > find javadoc warnings for particular QA run. > > Suppose the QA run was > https://builds.apache.org/job/PreCommit-HBASE-Build/4572< > https://builds.apache.org/job/PreCommit-HBASE-Build/4572/artifact/trunk/patchprocess/ > > > . > You can find javadoc warning in patchJavadocWarnings.txt under > > https://builds.apache.org/job/PreCommit-HBASE-Build/4572/artifact/trunk/patchprocess/ > > newPatchFindbugsWarningshbase-server.xml< > https://builds.apache.org/job/PreCommit-HBASE-Build/4572/artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.xml > > > under > the same directory can be consulted for findbugs warnings. > > Cheers > --001636ef084243820a04d6c06613--