MCPcopy Index your code
hub / github.com/apache/tomcat / clone

Method clone

java/org/apache/tomcat/dbcp/dbcp2/PStmtKey.java:496–498  ·  view source on GitHub ↗
(final int[] array)

Source from the content-addressed store, hash-verified

494 }
495
496 private int[] clone(final int[] array) {
497 return array == null ? null : array.clone();
498 }
499
500 private String[] clone(final String[] array) {
501 return array == null ? null : array.clone();

Callers 3

PStmtKeyMethod · 0.95
getColumnIndexesMethod · 0.95
getColumnNamesMethod · 0.95

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected