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

Method warning

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

Source from the content-addressed store, hash-verified

286
287
288 public void warning(String message) {
289 message(message, WARNING);
290// this.message = message;
291// mode = WARNING;
292// url = findURL(message);
293// repaint();
294 }
295
296
297 public void error(String message) {

Callers

nothing calls this directly

Calls 1

messageMethod · 0.95

Tested by

no test coverage detected