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

Misordered {Key, Value} pairs in Metadata

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 4.5.1 (Release)
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      Steps to reproduce:
      Create a simple function like this :
      [Meta(Key1 = "Value1", Key2 = "Value2")]
      public function foo():void

      {...}

      Actual Results:
      After decompilation metadata becomes
      [Meta(Key1 = "Key2", Value1 = "Value2")]
      public function foo():void {...}

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: