[ 
https://issues.apache.org/jira/browse/FLEX-28962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-28962:
---------------------------------

    Labels: easytest  (was: )
    
> Misordered {Key, Value} pairs in Metadata
> -----------------------------------------
>
>                 Key: FLEX-28962
>                 URL: https://issues.apache.org/jira/browse/FLEX-28962
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Compiler
>    Affects Versions: Adobe Flex SDK 4.5.1 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Browser: Internet Explorer 8.x
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easytest
>
> 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     
> {...}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to