Well, so far, I believe every Apache Flex release has allowed it, but I haven't tested to make sure we haven't added unwanted dependencies. It was the main reason behind core.swc.
-Alex On 10/30/13 7:00 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> wrote: >Thanks Alex, that must be the reason. > >Do we have this constraint anymore in Apache Flex ? > >Maurice > >-----Message d'origine----- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : mercredi 30 octobre 2013 14:16 >À : dev@flex.apache.org >Objet : Re: UIUtils vs RCPUIDUtils > >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 >> >> >