I'm planning on fixing these things in the next couple days. Let me know if that was your plan and I will stay out of the way otherwise they are on my list.

I'm going to start testing the others SWCs as well.

Mike


Quoting "Cyrill Zadra (JIRA)" <j...@apache.org>:


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

Cyrill Zadra updated FLEX-33285:
--------------------------------

    Component/s:     (was: Collections)
                 RPC: RemoteObject
    Description:
C:\dev\apache-flex\sdk\frameworks\projects\rpc\src\mx\rpc\xml\SchemaMarshaller.as:156

Warning: variable definition duplicates function parameter: value.
            var value:* = unmarshaller(rawValue, type, restriction);

  was:
flex\sdk\branches\develop\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:1382

Warning: variable definition duplicates function parameter: events.
                                                var events:Array = 
updatedItems[j].events;
                                                    ^

The variable at line 1382 needs to be renamed.


unmarshall( ... )  uses duplicate value declarations
----------------------------------------------------

                Key: FLEX-33285
                URL: https://issues.apache.org/jira/browse/FLEX-33285
            Project: Apache Flex
         Issue Type: Bug
         Components: RPC: RemoteObject
   Affects Versions: Adobe Flex SDK Next
           Reporter: Cyrill Zadra
           Priority: Minor
             Labels: EasyFix, Falcon

C:\dev\apache-flex\sdk\frameworks\projects\rpc\src\mx\rpc\xml\SchemaMarshaller.as:156
Warning: variable definition duplicates function parameter: value.
            var value:* = unmarshaller(rawValue, type, restriction);

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


--
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com

Reply via email to