The frameworkSWC() test in SDKSWCTests is failing for me due to two compilation
warnings warnings:
[junit] Expected: is <0>
[junit] got: <2>
[junit] Warning: variable definition duplicates function parameter: item.
[junit] )
[junit] var item:Object = removeItemAt(getItemIndex(item));
[junit] ^
[junit]
[junit]
D:\asf\flex-sdk\frameworks\projects\framework\src\mx\collections\XMLListAdapter.as:419
[junit] Warning: variable definition duplicates function parameter: item.
[junit] var item:Object = removeItemAt[getItemIndex(item)];
I get the same thing in Eclipse. Does anybody else get this failure?
- Gordon