Without looking, it may be that RPCUIDUtils exists to allow the RPC SWC to have fewer dependencies on other Flex classes. It was a goal to have folks use RPC in non-Flex apps (certain AS-only projects).
On 10/30/13 2:09 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> wrote: >Hi team, > >Benoit Wiart has ported the UIDUtil optimization to RPCUIDUtil >https://issues.apache.org/jira/browse/FLEX-33852 > >However, looking at the code, the two classes have the exact same >behavior, except the additional getUID(item:Object):String in UIDUtils > >I don't know why there were two classes in the first place, but isn't it >possible to remove now the redundant RPCUIDUtil class and only use >UIDUtils ? > >Maurice > >