On 8/26/13 5:07 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >The exception points to compare in updateMaps in SwcGroup.java but it >seems to be doing the right thing. > >https://github.com/apache/flex-sdk/blob/e1649ef1a28766647885c7ad2e61bd29a5 >6778a1/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java > >Justin It is doing the right thing for Java 6, but Java 7 is stricter. Here's an example fix someone else did: http://dertompson.com/2012/11/23/sort-algorithm-changes-in-java-7/ My understanding is that the key issue for that person was that there were cases that mattered on the parameter order. -Alex