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 5C09AD77A for ; Tue, 16 Oct 2012 21:19:04 +0000 (UTC) Received: (qmail 57352 invoked by uid 500); 16 Oct 2012 21:19:03 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 57310 invoked by uid 500); 16 Oct 2012 21:19:03 -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 57301 invoked by uid 99); 16 Oct 2012 21:19:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 21:19:03 +0000 Date: Tue, 16 Oct 2012 21:19:03 +0000 (UTC) From: "Yuriy Yarovoy (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <497497276.53800.1350422343337.JavaMail.jiratomcat@arcas> In-Reply-To: <1289754643.52223.1350406983479.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (FLEX-33219) Code error: assigning value to a local constant 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-33219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477356#comment-13477356 ] Yuriy Yarovoy commented on FLEX-33219: -------------------------------------- Thank you, Carol! > Code error: assigning value to a local constant > ----------------------------------------------- > > Key: FLEX-33219 > URL: https://issues.apache.org/jira/browse/FLEX-33219 > Project: Apache Flex > Issue Type: Bug > Components: Spark: Grid > Affects Versions: Apache Flex Next > Reporter: Yuriy Yarovoy > Assignee: Carol Frampton > Priority: Minor > Labels: patch > Fix For: Adobe Flex SDK Next > > Attachments: GridSelection.patch > > > There are two code errors in the GridSelection (https://svn.apache.org/repos/asf/incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridSelection.as) class: > 1) at line 1378 new value is assigning to the the constant newRowIndex by using postfix decrement > 2) the same problem is at 1638 line with the constant newColumnIndex. -- 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