Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34857

Adding an id to a fx:Vector when using -keep compiler argument results in a compiler error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache Flex 4.14.1
    • Apache Flex 4.15.0
    • MXML Compiler
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            joshtynjala Josh Tynjala
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: