MCPcopy Create free account
hub / github.com/BaseXdb/basex / stack

Method stack

basex-core/src/main/java/org/basex/util/Util.java:235–237  ·  view source on GitHub ↗

Prints the current stack trace to System.err. @param message error message

(final String message)

Source from the content-addressed store, hash-verified

233 * @param message error message
234 */
235 public static void stack(final String message) {
236 stack(message, Short.MAX_VALUE);
237 }
238
239 /**
240 * Prints the current stack trace to System.err. Used for testing.

Callers 15

runMethod · 0.95
runMethod · 0.95
closeMethod · 0.95
userTestMethod · 0.95
tdaSizeMethod · 0.95
tdaBlocksMethod · 0.95
errorMethod · 0.95
testMethod · 0.95
startSessionMethod · 0.95
initMethod · 0.95
closeMethod · 0.95
StoresClass · 0.95

Calls 4

errlnMethod · 0.95
toArrayMethod · 0.95
minMethod · 0.45
maxMethod · 0.45

Tested by 9

runMethod · 0.76
userTestMethod · 0.76
tdaSizeMethod · 0.76
tdaBlocksMethod · 0.76
errorMethod · 0.76
testMethod · 0.76
startSessionMethod · 0.76
testCaseMethod · 0.76
parseMethod · 0.76