You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Chema Balsas (JIRA)" <ji...@apache.org> on 2012/12/20 00:01:27 UTC

[jira] [Reopened] (FLEX-33301) Falcon can't compile advancedgrids

     [ https://issues.apache.org/jira/browse/FLEX-33301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chema Balsas reopened FLEX-33301:
---------------------------------


Reopening. Some issues identified as falcon bugs, must be fixed inside falcon codebase.

Previous changes reverted in http://svn.apache.org/viewvc?view=revision&revision=1424203
                
> 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