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

Method toCharArray

java/org/apache/tomcat/dbcp/dbcp2/Utils.java:251–253  ·  view source on GitHub ↗

Converts the given String to a char[]. @param value may be null. @return a char[] or null.

(final String value)

Source from the content-addressed store, hash-verified

249 * @return a char[] or null.
250 */
251 public static char[] toCharArray(final String value) {
252 return value != null ? value.toCharArray() : null;
253 }
254
255 /**
256 * Converts the given char[] to a String.

Callers 15

setPasswordMethod · 0.95
setPasswordMethod · 0.95
registerPoolMethod · 0.95
CharArrayMethod · 0.95
capitalizeMethod · 0.80

Calls

no outgoing calls

Tested by 15

testBug56032Method · 0.64
doRequestMethod · 0.64
getUserKeyManagersMethod · 0.64
getKeyStoreMethod · 0.64
generateKeystoreMethod · 0.64
getFixedWidthMethod · 0.64
testEndsWithMethod · 0.64
testIndexOf_StringMethod · 0.64
addRequestWithSplitsMethod · 0.64