genreceiver also needs to deal with arrays as parameters for import purposes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5101 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2008-05-16 17:05:02 +00:00
parent db874782f9
commit 943e18ac4a
@@ -87,6 +87,10 @@ public class GenReceiverTask extends InvocationTask
}
methods.sort();
// Adjust any bits that want to import arrays to instead import their element classes.
imports.translateClassArrays();
imports.removeArrays();
// get rid of primitives and java.lang types
imports.removeGlobals();