Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 27904 invoked from network); 23 Nov 2006 08:24:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 08:24:34 -0000 Received: (qmail 69153 invoked by uid 500); 23 Nov 2006 08:24:41 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 69117 invoked by uid 500); 23 Nov 2006 08:24:40 -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 69108 invoked by uid 99); 23 Nov 2006 08:24:40 -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 00:24:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 00:24:27 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gn9sC-0006UV-Gu for dev@harmony.apache.org; Thu, 23 Nov 2006 09:23:56 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Nov 2006 09:23:56 +0100 Received: from egor.pasko by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Nov 2006 09:23:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Egor Pasko Subject: Re: [general] Added new reports to Melody Date: 23 Nov 2006 14:25:18 +0600 Lines: 25 Message-ID: References: <45652914.8090500@apache.org> <456553AB.7010009@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org On the 0x22A day of Apache Harmony Stefano Mazzocchi wrote: > Egor Pasko wrote: > > On the 0x22A day of Apache Harmony 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) > > > > I see no drlvm/c, only drlvm/java. And CPPTASKS can be excluded > > safely, it is an external tool. > > fixed. I now run cpd against classlib/module and drlvm/vm only, both for > java and c. Thank you for doing this! There are a lot of opportunities for refactoring. I will be looking at these when working on code nearby. What improvements I might think of: * alerts when copy-pasted code grows (whith CC) * ability to filter out known copy-pastings which are OK -- Egor Pasko