You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Cyrill Zadra (JIRA)" <ji...@apache.org> on 2013/09/06 17:21:59 UTC

[jira] [Updated] (FLEX-33317) Falcon can't compile textLayout

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

Cyrill Zadra updated FLEX-33317:
--------------------------------

    Component/s: Falcon
    
> Falcon can't compile textLayout
> -------------------------------
>
>                 Key: FLEX-33317
>                 URL: https://issues.apache.org/jira/browse/FLEX-33317
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Falcon
>    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