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 88A0ADE5B for ; Fri, 18 Jan 2013 20:55:32 +0000 (UTC) Received: (qmail 5269 invoked by uid 500); 18 Jan 2013 20:55:31 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 5187 invoked by uid 500); 18 Jan 2013 20:55:31 -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 5176 invoked by uid 99); 18 Jan 2013 20:55:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 20:55:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.179] (HELO mail-ob0-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 20:55:25 +0000 Received: by mail-ob0-f179.google.com with SMTP id x4so4107840obh.24 for ; Fri, 18 Jan 2013 12:55:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=xjr393SaPIIq0LbZucb5lup3/GkPvfudEhbRdMhAVqE=; b=OlBBpLY85LPQKX1IRZfVfLRcBTJidT2HPnORxUqUD5rrZ6auz9/jIISKvjhfgcfrZV 1Ua8hSlDknosbmFZ6T6P0kRvwVQXmqiu1Ad7l92I988wU+PBkuB7JxtuFLYUvRJL/cf6 zxcEYtIEwyRFXUn569R+VIoSf8hwXwYOohEQxGhgnaqU0gWYDVe/KtqiX1xBIdRJnxb5 IJmZI4jdhVJo7CUe6HsEb8WR8L1u8yA5SDz5U+GnLxsIcZk5IWwchk0C1l/O5l1ItapL JI8UhS2e23JbtDCCsgBJnlr0Snq9mJZ9ykCYYyOvECGdbSJ04XzCYSXRO2Muw9h3B/+C 4jlA== MIME-Version: 1.0 X-Received: by 10.60.27.69 with SMTP id r5mr1974928oeg.102.1358542504804; Fri, 18 Jan 2013 12:55:04 -0800 (PST) Received: by 10.182.105.130 with HTTP; Fri, 18 Jan 2013 12:55:04 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Jan 2013 15:55:04 -0500 Message-ID: Subject: Re: FindBugs From: Jean-Marc Spaggiari To: dev@hbase.apache.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkS/iFKpT03knBaGLCG/AKVarvvDgPtFPL5s417Bmg/iNafmHsR9jC36embasNkGKLFZ+3G X-Virus-Checked: Checked by ClamAV on apache.org Hi Ted, Yes, I installed the plugin from FindBugs - http://findbugs.cs.umd.edu/eclipse. I got the URL on the link you sent. I will take a look at the dev-support/findbugs-exclude.xml and see what I can get from it. Thanks, JM 2013/1/18, Ted Yu : > Are you using http://findbugs.sourceforge.net/manual/eclipse.html ? > > We have dev-support/findbugs-exclude.xml in trunk. > > Cheers > > On Fri, Jan 18, 2013 at 12:40 PM, Jean-Marc Spaggiari < > jean-marc@spaggiari.org> wrote: > >> Hi, >> >> I wuld like to configure my local findbugs the same way the build >> machine is. Is there a place I can copy the configuration from and >> apply it to the eclipse plugin? >> >> Thanks, >> >> JM >> >