[
https://issues.apache.org/jira/browse/FLEX-35195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui resolved FLEX-35195.
-------------------------------
Resolution: Fixed
Assignee: Alex Harui
Fix Version/s: Apache FalconJX 0.8.0
d36ecbce62e9082683a012598db67b17eca1b369
> [FalconJX] "Generated byte code contains an operand stack underflow." when
> creating <js:Tree> with <js:HierarchicalCollection> in MXML
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLEX-35195
> URL: https://issues.apache.org/jira/browse/FLEX-35195
> Project: Apache Flex
> Issue Type: Bug
> Affects Versions: Apache FlexJS 0.8.0
> Reporter: Josh Tynjala
> Assignee: Alex Harui
> Fix For: Apache FalconJX 0.8.0
>
>
> Code to reproduce:
> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
> xmlns:js="library://ns.apache.org/flexjs/basic"
> xmlns:local="*">
> <js:valuesImpl>
> <js:SimpleCSSValuesImpl/>
> </js:valuesImpl>
> <js:initialView>
> <js:Tree id="tree" labelField="label">
> <js:dataProvider>
> <js:HierarchicalData>
> <js:source>
> <fx:Object>
> <fx:children>
> <fx:Object
> label="One"/>
> <fx:Object
> label="Two"/>
> <fx:Object
> label="Three"/>
> <fx:Object
> label="Four"/>
> <fx:Object
> label="Five"/>
> </fx:children>
> </fx:Object>
> </js:source>
> </js:HierarchicalData>
> </js:dataProvider>
> </js:Tree>
> </js:initialView>
> </js:Application>
> Result:
> Compilation fails with an error:
> Generated byte code contains an operand stack underflow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)