Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 58228 invoked from network); 23 Nov 2006 16:32:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 16:32:27 -0000 Received: (qmail 64434 invoked by uid 500); 23 Nov 2006 16:32:34 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 64397 invoked by uid 500); 23 Nov 2006 16:32:34 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 64388 invoked by uid 99); 23 Nov 2006 16:32:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 08:32:34 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sianjanuary@googlemail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 08:32:22 -0800 Received: by ug-out-1314.google.com with SMTP id z36so376602uge for ; Thu, 23 Nov 2006 08:32:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cJiFZMM2qt+ByRE2RsXTAjIZIWQCId1tys0t5Sh1MuvyIY5BmYx3qFgQ+x0A1hrDaNwi4h+x0T6DBLAQnzPERsiH6kcT7eRor4AVGzSo4W5WraJy1tdWpxexkNLE4ufeX4HTMSK9Y9FF0HxW3bxNPk2CXCS2dHUPsRQrO6w9IpI= Received: by 10.78.142.14 with SMTP id p14mr9264916hud.1164299521006; Thu, 23 Nov 2006 08:32:01 -0800 (PST) Received: by 10.78.178.19 with HTTP; Thu, 23 Nov 2006 08:32:00 -0800 (PST) Message-ID: Date: Thu, 23 Nov 2006 16:32:00 +0000 From: "Sian January" To: dev@harmony.apache.org Subject: Re: [general] Added new reports to Melody In-Reply-To: <45652914.8090500@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_45273_28945762.1164299520895" References: <45652914.8090500@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_45273_28945762.1164299520895 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Stefano, That's a great tool and it looks like it's going to be really helpful for finding bugs. I have been looking through some of the findbugs reports for luni and have already found 2 or 3 fairly serious issues. As Tim mentioned it would be good to be able to mark issues that have been investigated as there are a fair number of false positives. Also is it possible to change some of the rules? For example I think "Method invokes inefficient Number constructor; use static valueOf instead" should be allowed within the class itself (E.g. it should be ok for other methods in the Byte class to call new Byte()). What do you think? Thanks, Sian On 23/11/06, Stefano Mazzocchi wrote: > > Find new reports on melody: > > 1) findbugs reports 2895 potential bugs of 207 of which serious > > 2) cpd now reports against both classlib/java and drlvm/c (I will do > classlib/c and drlvm/java later) > > 3) removed locales and messages from cpd on classlib/java > > 4) I've cleaned up the code for the cpd resport which now it's cleaner. > > 5) I've written a script that checks for "not implemented" methods that > are not reported as such and that might shield or fool JAPI results > > comments, suggestions and criticism welcome. > > -- > Stefano. > > -- Sian January IBM Java Technology Centre, UK ------=_Part_45273_28945762.1164299520895--