Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B56349249 for ; Sat, 25 Feb 2012 08:40:12 +0000 (UTC) Received: (qmail 56223 invoked by uid 500); 25 Feb 2012 08:40:11 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 56197 invoked by uid 500); 25 Feb 2012 08:40:11 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 56188 invoked by uid 99); 25 Feb 2012 08:40:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 08:40:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 08:40:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9ACA533946E for ; Sat, 25 Feb 2012 08:39:48 +0000 (UTC) Date: Sat, 25 Feb 2012 08:39:48 +0000 (UTC) From: "Martin Heidegger (Commented) (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <23616858.19262.1330159188635.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <856896464.19155.1330154626267.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (FLEX-19) Code style improvements in framework MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLEX-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216376#comment-13216376 ] Martin Heidegger commented on FLEX-19: -------------------------------------- There were empty spaces after the ";". > Code style improvements in framework > ------------------------------------ > > Key: FLEX-19 > URL: https://issues.apache.org/jira/browse/FLEX-19 > Project: Apache Flex > Issue Type: Improvement > Reporter: Martin Heidegger > Assignee: Bertrand Delacretaz > Priority: Trivial > Attachments: A-semicolon.patch, B-nullboolean.patch, C-unusedimports.patch, D-unusedlocalvariables.patch, E-returntovoid.patch, F-dynamicKeyInVariable.patch, G-unusedprivatemethods.patch > > > After skimming the "framework" sub-project I created a set of patches to the source code of various categories. > A) Missing semicolons in the code > B) Changed implict casting from object to boolean to a explicit != null > C) Removed unused imports > D) Removed local variables that are unused and arguments of private functions that are unused > E) Removed return statement in functions with : void signature > F) Changed variables named "dynamic" to a name that is not same as a keyword > G) Removed unused private methods -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira