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 C7F59D4DA for ; Wed, 19 Dec 2012 14:05:14 +0000 (UTC) Received: (qmail 53169 invoked by uid 500); 19 Dec 2012 14:05:13 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 53110 invoked by uid 500); 19 Dec 2012 14:05: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 53096 invoked by uid 99); 19 Dec 2012 14:05:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 14:05:13 +0000 Date: Wed, 19 Dec 2012 14:05:13 +0000 (UTC) From: "Chema Balsas (JIRA)" To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-33301) Falcon can't compile advancedgrids 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-33301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chema Balsas resolved FLEX-33301. --------------------------------- Resolution: Fixed Fixed in http://svn.apache.org/viewvc?view=revision&revision=1423864 > Falcon can't compile advancedgrids > ---------------------------------- > > Key: FLEX-33301 > URL: https://issues.apache.org/jira/browse/FLEX-33301 > Project: Apache Flex > Issue Type: Bug > Reporter: Chema Balsas > Labels: Falcon > > Falcon fails to compile the advancedgrids project in test advancedgridsSWC. > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as:4734 > Warning: Metadata was not bound to a definition > [cellColumn]; > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as:4815 > Error: 'super' is not allowed here > super.maxHorizontalScrollPosition = > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as:4818 > Error: 'super' is not allowed here > super.maxHorizontalScrollPosition; > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as:7770 > Warning: Assignment within conditional. Did you mean == instead of =? > if (rowIndicators && (columnIndicator = rowIndicators[columnIndex.toString()])) > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as:3971 > Warning: variable definition duplicates function parameter: height. > var height:Number = Math.min(height, > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as:7945 > Warning: variable definition duplicates function parameter: event. > var event:AdvancedDataGridEvent = > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/OLAPDataGrid.as:988 > Warning: variable definition duplicates function parameter: height. > var height:Number = Math.min(height, > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/OLAPDataGrid.as:1069 > Error: Incorrect number of arguments. Expected no more than 1 > newStyles = styleFunction(rowPosn, colPosn, cellValue); > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/OLAPDataGrid.as:1069 > Error: Implicit coercion of a value of type IOLAPAxisPosition to an unrelated type Function. > newStyles = styleFunction(rowPosn, colPosn, cellValue); > ^ > /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/advancedgrids/src/mx/controls/listClasses/AdvancedListBase.as:6081 > Warning: variable definition duplicates function parameter: index. > var index:int = bookmark.getViewIndex(); > ^ -- 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