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

Method error

app/src/processing/app/ui/EditorStatus.java:297–303  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

295
296
297 public void error(String message) {
298 message(message, ERROR);
299// this.message = message;
300// mode = ERROR;
301// url = findURL(message);
302// repaint();
303 }
304
305
306 public void startIndeterminate() {

Callers

nothing calls this directly

Calls 1

messageMethod · 0.95

Tested by

no test coverage detected