weirdly, we have exactly one service that uses Integer instead of int for some reason
TODO: provide a convertAllLangTypes method instead of adding new types as they crop up git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5189 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -360,6 +360,9 @@ public class GenServiceTask extends InvocationTask
|
|||||||
imports.replace("[B", "flash.utils.ByteArray");
|
imports.replace("[B", "flash.utils.ByteArray");
|
||||||
imports.replace("[I", "com.threerings.io.TypedArray");
|
imports.replace("[I", "com.threerings.io.TypedArray");
|
||||||
|
|
||||||
|
// convert java primitive types to ooo util types
|
||||||
|
imports.replace("java.lang.Integer", "com.threerings.util.Integer");
|
||||||
|
|
||||||
if (imports.removeAll("[L*") > 0) {
|
if (imports.removeAll("[L*") > 0) {
|
||||||
imports.add("com.threerings.io.TypedArray");
|
imports.add("com.threerings.io.TypedArray");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user