public static Object expand(Object data, int i, boolean flag) { int j = ArrayReflection.getLength(data); Object obj1 = ArrayReflection.newInstance(data.getClass().getComponentType(), j + i); System.arraycopy(data, 0, obj1, flag ? 0 : i, j); return obj1; } public static Object expand(Object data, in
(String[] objs, int size)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected