MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / warning

Method warning

src/org/opensourcephysics/controls/OSPLog.java:431–437  ·  view source on GitHub ↗

Logs a warning message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

429 * @param msg the message
430 */
431 public static void warning(String msg) {
432 if (useMessageFrame()) {
433 org.opensourcephysics.controls.MessageFrame.warning(msg);
434 } else {
435 log(Level.WARNING, msg);
436 }
437 }
438
439 /**
440 * Logs an information message.

Callers 15

handleHyperLinkMethod · 0.95
runMethod · 0.95
getImageIconMethod · 0.95
getBundleMethod · 0.95
loadMethod · 0.95
saveMethod · 0.95
getRecorderMethod · 0.95
displayURLMethod · 0.95
OSPRuntimeClass · 0.95
addAssetsMethod · 0.95

Calls 2

useMessageFrameMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected