Chema Balsas created FLEX-33317:
-----------------------------------

             Summary: Falcon can't compile textLayout
                 Key: FLEX-33317
                 URL: https://issues.apache.org/jira/browse/FLEX-33317
             Project: Apache Flex
          Issue Type: Bug
            Reporter: Chema Balsas


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