[
https://issues.apache.org/jira/browse/FLEX-34857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Tynjala resolved FLEX-34857.
---------------------------------
Resolution: Fixed
Fix Version/s: Apache Flex 4.15.0
Commit:
https://git1-us-west.apache.org/repos/asf?p=flex-sdk.git;a=commit;h=ab273645
> Adding an id to a fx:Vector when using -keep compiler argument results in a
> compiler error
> ------------------------------------------------------------------------------------------
>
> Key: FLEX-34857
> URL: https://issues.apache.org/jira/browse/FLEX-34857
> Project: Apache Flex
> Issue Type: Bug
> Components: MXML Compiler
> Affects Versions: Apache Flex 4.14.1
> Reporter: Josh Tynjala
> Fix For: Apache Flex 4.15.0
>
>
> The wrong class is imported in the generated code for the bindable property.
> It imports __AS3__.vec.Vector.<T> without properly splitting out the T.
> getMultiName() in flex2.compiler.as3.binding.Info doesn't treat
> __AS3__.vec.Vector.<T> the same as __AS3__.vec:Vector.<T>, causing it to
> return the wrong namespace and class name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)