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

Method statusError

java/src/processing/mode/java/JavaEditor.java:867–872  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

865
866
867 public void statusError(String what) {
868 super.statusError(what);
869// new Exception("deactivating RUN").printStackTrace();
870// toolbar.deactivate(JavaToolbar.RUN);
871 toolbar.deactivateRun();
872 }
873
874
875 public void internalCloseRunner() {

Callers 4

handleLaunchMethod · 0.95
handleStopMethod · 0.95
handleImportLibraryMethod · 0.95
autoSaveMethod · 0.95

Calls 2

statusErrorMethod · 0.65
deactivateRunMethod · 0.45

Tested by

no test coverage detected