MCPcopy Index your code
hub / github.com/benfry/processing4 / showWarning

Method showWarning

app/src/processing/app/Messages.java:56–58  ·  view source on GitHub ↗

Non-fatal error message.

(String title, String message)

Source from the content-addressed store, hash-verified

54 * Non-fatal error message.
55 */
56 static public void showWarning(String title, String message) {
57 showWarning(title, message, null);
58 }
59
60 /**
61 * Non-fatal error message with optional stack trace side dish.

Callers 15

openURLMethod · 0.95
openFolderMethod · 0.95
saveMethod · 0.95
nextFolderMethod · 0.95
classicFolderMethod · 0.95
getWordListsMethod · 0.95
ModeMethod · 0.95
createToolItemMethod · 0.95
openContribBundleMethod · 0.95
handleOpenMethod · 0.95
handleOpenInternalMethod · 0.95
handleRestartMethod · 0.95

Calls 3

isCommandLineMethod · 0.95
printlnMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected