Josh Tynjala created FLEX-34857:
-----------------------------------

             Summary: 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


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)

Reply via email to