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

Erik de Bruin updated FLEX-33317:
---------------------------------

    Affects Version/s: Apache Falcon 1.0
    
> Falcon can't compile textLayout
> -------------------------------
>
>                 Key: FLEX-33317
>                 URL: https://issues.apache.org/jira/browse/FLEX-33317
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Falcon 1.0
>            Reporter: Chema Balsas
>              Labels: Falcon
>
> Falcon fails to compile textLayout project in test textLayoutSWC
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/compose/TextFlowLine.as:1927
> Warning: variable definition duplicates function parameter: heightAndAdj.
>                       var heightAndAdj:Array;
>                           ^
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/edit/ParaEdit.as:606
> Warning: variable definition duplicates function parameter: endIdx.
>                               var endIdx:int = 
> flowRoot.flowComposer.findControllerIndexAtPosition(endIdx,true);
>                                   ^
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/edit/ParaEdit.as:630
> Warning: variable definition duplicates function parameter: endIdx.
>                               var endIdx:int = 
> flowRoot.flowComposer.findControllerIndexAtPosition(endIdx,true);
>                                   ^
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/elements/FlowGroupElement.as:358
> Warning: variable definition duplicates function parameter: child.
>                       var child:FlowElement = getChildAt(idx+1);
>                           ^
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/elements/FlowGroupElement.as:377
> Warning: variable definition duplicates function parameter: child.
>                       var child:FlowElement = getChildAt(idx-1);
>                           ^
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/factory/StringTextLineFactory.as:313
> Warning: variable definition duplicates function parameter: bp.
>                       var bp:String = _tf.computedFormat.blockProgression;
>                           ^
> /Users/jbalsas/Documents/dev/apache/flex/sdk/branches/develop/frameworks/projects/textLayout/3.0.33/src/flashx/textLayout/property/ArrayProperty.as:148
> Warning: variable definition duplicates function parameter: val.
>                                       var val:Object = member[prop.name];
>                                           ^ 

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

Reply via email to