MCPcopy Create free account
hub / github.com/PCGen/pcgen / deprecationPrint

Method deprecationPrint

code/src/java/pcgen/util/Logging.java:248–251  ·  view source on GitHub ↗

Beep and print error message if PCGen is debugging. @param s String error message

(final String s)

Source from the content-addressed store, hash-verified

246 * @param s String error message
247 */
248 public static void deprecationPrint(final String s)
249 {
250 deprecationPrint(s, null);
251 }
252
253 /**
254 * Beep and print error message if PCGen is debugging.

Callers 15

initializeMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseNonEmptyTokenMethod · 0.95

Calls 5

getLoggerMethod · 0.95
isLoggableMethod · 0.80
getSourceURIMethod · 0.65
logMethod · 0.45

Tested by

no test coverage detected