You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few places (most notably in *Utils classes) where we often return zero length arrays. It might be beneficial if instead of returning a new instance for each of these calls, we instead use a shared static final constant.
The text was updated successfully, but these errors were encountered:
Update code that's often called so that zero length array results use
a single shared static constant, rather than a new instance for each
call.
Closesspring-projectsgh-23340
There are a few places (most notably in
*Utils
classes) where we often return zero length arrays. It might be beneficial if instead of returning a new instance for each of these calls, we instead use a shared static final constant.The text was updated successfully, but these errors were encountered: