[
https://issues.apache.org/jira/browse/FLEX-34857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563354#comment-14563354
]
Josh Tynjala commented on FLEX-34857:
-------------------------------------
I don't think it's the same issue. This one was giving me a different error
message that actually suggested using the -keep-generated-actionscript argument
to see what might be wrong.
However, your issue with may be related to another Vector issue that I'm
investigating. I've been stuck working on a presentation the last couple of
days, but I plan to look again tomorrow afternoon or early next week.
> 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)