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:
@@ -87,6 +87,10 @@ public class GenReceiverTask extends InvocationTask
|
|||||||
}
|
}
|
||||||
methods.sort();
|
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
|
// get rid of primitives and java.lang types
|
||||||
imports.removeGlobals();
|
imports.removeGlobals();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user