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 8731AD780 for ; Sat, 15 Dec 2012 00:22:14 +0000 (UTC) Received: (qmail 69184 invoked by uid 500); 15 Dec 2012 00:22:13 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 69156 invoked by uid 500); 15 Dec 2012 00:22:13 -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 69145 invoked by uid 99); 15 Dec 2012 00:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 00:22:13 +0000 Date: Sat, 15 Dec 2012 00:22:12 +0000 (UTC) From: "Chema Balsas (JIRA)" To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33257) handlePropertyChangeEvents() uses duplicate events declarations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532822#comment-13532822 ] Chema Balsas commented on FLEX-33257: ------------------------------------- This was fixed in http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/collections/ListCollectionView.as?r1=1414948&r2=1419833&pathrev=1419833. Checked that passed all tests (210) under components/List and all tests (14) under collections/ListCollectionView. > handlePropertyChangeEvents() uses duplicate events declarations > --------------------------------------------------------------- > > Key: FLEX-33257 > URL: https://issues.apache.org/jira/browse/FLEX-33257 > Project: Apache Flex > Issue Type: Bug > Components: Collections > Affects Versions: Adobe Flex SDK Next > Reporter: Michael Schmalle > Priority: Minor > Labels: EasyFix, Falcon > > flex\sdk\branches\develop\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:1382 > Warning: variable definition duplicates function parameter: events. > var events:Array = updatedItems[j].events; > ^ > The variable at line 1382 needs to be renamed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira