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

"+" operator failure on XMLList

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache FalconJX 0.6.0
    • Apache FalconJX 0.7.0
    • FalconJX
    • None

    Description

      var list1:XMLList = new XMLList();
      var list2:XMLList = new XMLList();
      //....
      list1 += list2;

      This compiles into the equivalent of list1 = list1.toString() + list2.toString().

      It should compile into:
      list1.concat(list2);

      Attachments

        Activity

          People

            Unassigned Unassigned
            harbs Harbs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: