@nastra i assume that this would accomplish what you're saying without having to change all the code that uses `argumentsCopy`:
`final Object[] argumentsCopy = arguments.length > 0 ? new Object[arguments.length] : arguments;` [ Full content available at: https://github.com/apache/tinkerpop/pull/1062 ] This message was relayed via gitbox.apache.org for [email protected]
