MCPcopy
hub / github.com/arduino/Arduino / statusError

Method statusError

app/src/processing/app/Editor.java:2512–2517  ·  view source on GitHub ↗

Show an error int the status bar.

(String what)

Source from the content-addressed store, hash-verified

2510 * Show an error int the status bar.
2511 */
2512 public void statusError(String what) {
2513 System.err.println(what);
2514 status.error(what);
2515 //new Exception("deactivating RUN").printStackTrace();
2516 toolbar.deactivateRun();
2517 }
2518
2519
2520 /**

Callers 8

handleSave2Method · 0.95
handleSaveAsMethod · 0.95
handleSerialMethod · 0.95
handlePlotterMethod · 0.95
handleBurnBootloaderMethod · 0.95
handlePrintMethod · 0.95

Calls 15

hasCodeFileMethod · 0.95
selectTabMethod · 0.95
findTabIndexMethod · 0.95
getCodeFileMethod · 0.95
hasCodeLineMethod · 0.95
getCodeLineMethod · 0.95
getCurrentTabMethod · 0.95
formatMethod · 0.95
addLineHighlightMethod · 0.95
errorMethod · 0.80
deactivateRunMethod · 0.80
printStackTraceMethod · 0.80

Tested by

no test coverage detected