Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 4557 invoked from network); 25 Apr 2007 10:25:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 10:25:38 -0000 Received: (qmail 57021 invoked by uid 500); 25 Apr 2007 10:25:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 56988 invoked by uid 500); 25 Apr 2007 10:25:43 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 56978 invoked by uid 99); 25 Apr 2007 10:25:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 03:25:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 03:25:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50CA5714075 for ; Wed, 25 Apr 2007 03:25:16 -0700 (PDT) Message-ID: <6852964.1177496716327.JavaMail.jira@brutus> Date: Wed, 25 Apr 2007 03:25:16 -0700 (PDT) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3694) [drlvm][kernel] removing 98 build warnings of kernel classes is required In-Reply-To: <9322305.1176899955494.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Beliaev closed HARMONY-3694. ------------------------------------- > [drlvm][kernel] removing 98 build warnings of kernel classes is required > ------------------------------------------------------------------------ > > Key: HARMONY-3694 > URL: https://issues.apache.org/jira/browse/HARMONY-3694 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: any > Reporter: Vladimir Beliaev > > Right now Kernel Classes build produces 98 compilation warnings like: > [javac] 14. WARNING in \working_vm\vm\vmcore\src\kernel_classes\javasrc\org\apache\harmony\lang\reflect\Reflection.java > [javac] (at line 40) > [javac] Constructor[] ret = new Constructor[cs.length]; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] Type safety: The expression of type Constructor[] needs unchecked conversion to conform to Constructor[] > This huge "tails" is better be fixed: > 1. this would increase confidence that "there is no issues" with drlvm kernel classes > 2. this would increase the Harmony visible quality in general - the product does not seems to be good if it is built with tens of warnings. > Ok, I've investigated this issue a bit - most of warnings are caused by improper use of java5.0 generics. Also some unused declarations are found. More over couple unused classes were found. > I'll create several JIRA to simplify the patches testing / commiting (and reverting if they are wrong)... > Thanks > Vladimir Beliaev -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.