MCPcopy Index your code
hub / github.com/processing/processing / statusError

Method statusError

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

Source from the content-addressed store, hash-verified

1283
1284
1285 public void statusError(String what) {
1286 super.statusError(what);
1287// new Exception("deactivating RUN").printStackTrace();
1288// toolbar.deactivate(JavaToolbar.RUN);
1289 toolbar.deactivateRun();
1290 }
1291
1292
1293 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