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

Method getMessage

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

Gets the correct i18n message for the given key. @param key The key to look up an i18n message. @return The i18n message.

(final String key)

Source from the content-addressed store, hash-verified

208 * @return The i18n message.
209 */
210 public static String getMessage(final String key) {
211 return getMessage(key, (Object[]) null);
212 }
213
214 /**
215 * Gets the correct i18n message for the given key with placeholders replaced by the supplied arguments.

Callers 7

closeMethod · 0.95
validateLifetimeMethod · 0.95
validateMethod · 0.95
onSwallowExceptionMethod · 0.95
PoolingDataSourceMethod · 0.95
closeMethod · 0.95
validateObjectMethod · 0.95

Calls 3

getStringMethod · 0.65
toStringMethod · 0.65
formatMethod · 0.65

Tested by

no test coverage detected