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/16 12:22:12 UTC

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

Chema Balsas created FLEX-33301:
-----------------------------------

             Summary: 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


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